The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-driver, reference main (7a96ff), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 22:17:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

1656 |       }
1657 |       stdoutStream <<< "}, " <<< typeName! <<< "\n"
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1658 |       jobIdMap[job] = nextId
1659 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:40: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:31: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:70: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                                                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:55: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                                       `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:44: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:29: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1673:57: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1671 |
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
     |                                                         `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
1675 |     outputStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1673:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1671 |
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
1675 |     outputStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1674:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1675 |     outputStream.flush()
1676 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1931:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1929 |
1930 |         try fileSystem.writeFileContents(filePath) { file in
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1933:47: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
     |                                               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1934 |           }
1935 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1933:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1934 |           }
1935 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:2479:64: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2477 |       }
2478 |     } else {
2479 |       moduleOutputPath = VirtualPath.createUniqueTemporaryFile(RelativePath(moduleName.appendingFileTypeExtension(.swiftModule)))
     |                                                                `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2480 |     }
2481 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:2678:52: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2676 |       return try VirtualPath(path: outputDirectory).appending(component: pchFileName).intern()
2677 |     } else {
2678 |       return VirtualPath.createUniqueTemporaryFile(RelativePath(pchFileName)).intern()
     |                                                    `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2679 |     }
2680 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/OutputFileMap.swift:50:50: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 48 |
 49 |     // Form the virtual path.
 50 |     return VirtualPath.createUniqueTemporaryFile(RelativePath(inputFile.basenameWithoutExt.appendingFileTypeExtension(outputType))).intern()
    |                                                  `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 51 |   }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:80:87: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 78 |       break
 79 |     case .verbose:
 80 |       stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
    |                                                                                       `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 81 |       stdoutStream.flush()
 82 |     case .parsableOutput:
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:80:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 78 |       break
 79 |     case .verbose:
 80 |       stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 81 |       stdoutStream.flush()
 82 |     case .parsableOutput:
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:115:24: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
113 |       if !output.isEmpty {
114 |         Driver.stdErrQueue.sync {
115 |           stderrStream <<< output
    |                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
116 |           stderrStream.flush()
117 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:170:35: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |     guard let json = try? message.toJSON() else { return }
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
    |                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
172 |       stderrStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:170:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |     guard let json = try? message.toJSON() else { return }
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
172 |       stderrStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:171:61: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
    |                                                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |       stderrStream.flush()
173 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:171:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |       stderrStream.flush()
173 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:53:93: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 51 |       let tmpDir: AbsolutePath = try withTemporaryDirectory(removeTreeOnDeinit: false) { path in
 52 |         // FIXME: TSC removes empty directories even when removeTreeOnDeinit is false. This seems like a bug.
 53 |         try fileSystem.writeFileContents(path.appending(component: ".keep-directory")) { $0 <<< "" }
    |                                                                                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 54 |         return path
 55 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:157:69: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
155 |       try fileSystem.writeFileContents(absPath) { out in
156 |         for path in contents {
157 |           try! out <<< unsafeResolve(path: path, quotePaths: false) <<< "\n"
    |                                                                     `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
158 |         }
159 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:157:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
155 |       try fileSystem.writeFileContents(absPath) { out in
156 |         for path in contents {
157 |           try! out <<< unsafeResolve(path: path, quotePaths: false) <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
158 |         }
159 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:172:67: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
170 |       try fileSystem.writeFileContents(absPath) { out in
171 |         for (input, map) in outputFileMap.entries {
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
    |                                                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:172:15: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
170 |       try fileSystem.writeFileContents(absPath) { out in
171 |         for (input, map) in outputFileMap.entries {
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
    |               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:174:17: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
    |                 `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
175 |           } else {
176 |             out <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:176:17: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
174 |             out <<< " {}\n"
175 |           } else {
176 |             out <<< "\n"
    |                 `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:104: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                                                                                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:51: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:42: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                          `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:28: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:19: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:218:14: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
216 |         //   Windows tools understand the response file.
217 |         try fileSystem.writeFileContents(absPath) {
218 |           $0 <<< resolvedArguments[1...].map { quote($0) }.joined(separator: "\n")
    |              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
219 |         }
220 |         resolvedArguments = [resolvedArguments[0], "@\(absPath.pathString)"]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[392/410] Compiling SwiftDriver DriverExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:20:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriver' may lead to instability during execution
 18 | import struct TSCBasic.AbsolutePath
 19 |
 20 | @_implementationOnly import Yams
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriver' may lead to instability during execution
 21 |
 22 | /// How the resolver is to handle usage of response files
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:440:54: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 438 |       let stream = stderrStream
 439 |       if !(diagnostic.location is UnknownLocation) {
 440 |           stream <<< diagnostic.location.description <<< ": "
     |                                                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 441 |       }
 442 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:440:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 438 |       let stream = stderrStream
 439 |       if !(diagnostic.location is UnknownLocation) {
 440 |           stream <<< diagnostic.location.description <<< ": "
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 441 |       }
 442 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:445:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 443 |       switch diagnostic.message.behavior {
 444 |       case .error:
 445 |         stream <<< "error: "
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 446 |       case .warning:
 447 |         stream <<< "warning: "
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:447:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 445 |         stream <<< "error: "
 446 |       case .warning:
 447 |         stream <<< "warning: "
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 448 |       case .note:
 449 |         stream <<< "note: "
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:449:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 447 |         stream <<< "warning: "
 448 |       case .note:
 449 |         stream <<< "note: "
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 450 |       case .remark:
 451 |         stream <<< "remark: "
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:451:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 449 |         stream <<< "note: "
 450 |       case .remark:
 451 |         stream <<< "remark: "
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 452 |       case .ignored:
 453 |           break
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:456:50: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 454 |       }
 455 |
 456 |       stream <<< diagnostic.localizedDescription <<< "\n"
     |                                                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 457 |       stream.flush()
 458 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:456:14: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 454 |       }
 455 |
 456 |       stream <<< diagnostic.localizedDescription <<< "\n"
     |              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 457 |       stream.flush()
 458 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:509:40: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 507 |   public init(
 508 |     args: [String],
 509 |     env: [String: String] = ProcessEnv.vars,
     |                                        `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 510 |     diagnosticsOutput: DiagnosticsOutput = .engine(DiagnosticsEngine(handlers: [Driver.stderrDiagnosticsHandler])),
 511 |     fileSystem: FileSystem = localFileSystem,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:637:66: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 635 |     if shouldUseInputFileList {
 636 |       let swiftInputs = inputFiles.filter(\.type.isPartOfSwiftCompilation)
 637 |       self.allSourcesFileList = VirtualPath.createUniqueFilelist(RelativePath("sources"),
     |                                                                  `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 638 |                                                                  .list(swiftInputs.map(\.file)))
 639 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1357:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1355 |     if parsedOptions.contains(.driverPrintOutputFileMap) {
1356 |       if let outputFileMap = self.outputFileMap {
1357 |         stderrStream <<< outputFileMap.description
     |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1358 |         stderrStream.flush()
1359 |       } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1434:82: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1432 |       // versions.
1433 |       if inPlaceJob.kind == .versionRequest && !Driver.driverSourceVersion.isEmpty {
1434 |         stderrStream <<< "swift-driver version: " <<< Driver.driverSourceVersion <<< " "
     |                                                                                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1435 |         stderrStream.flush()
1436 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1434:51: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1432 |       // versions.
1433 |       if inPlaceJob.kind == .versionRequest && !Driver.driverSourceVersion.isEmpty {
1434 |         stderrStream <<< "swift-driver version: " <<< Driver.driverSourceVersion <<< " "
     |                                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1435 |         stderrStream.flush()
1436 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1434:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1432 |       // versions.
1433 |       if inPlaceJob.kind == .versionRequest && !Driver.driverSourceVersion.isEmpty {
1434 |         stderrStream <<< "swift-driver version: " <<< Driver.driverSourceVersion <<< " "
     |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1435 |         stderrStream.flush()
1436 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1441:89: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1439 |         let arguments: [String] = try executor.resolver.resolveArgumentList(for: inPlaceJob,
1440 |                                                                             useResponseFiles: forceResponseFiles ? .forced : .heuristic)
1441 |         stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
     |                                                                                         `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1442 |         stdoutStream.flush()
1443 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1441:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1439 |         let arguments: [String] = try executor.resolver.resolveArgumentList(for: inPlaceJob,
1440 |                                                                             useResponseFiles: forceResponseFiles ? .forced : .heuristic)
1441 |         stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
     |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1442 |         stdoutStream.flush()
1443 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1564:30: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1562 |
1563 |   private func printBindings(_ job: Job) {
1564 |     stdoutStream <<< #"# ""# <<< targetTriple.triple
     |                              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
1566 |     stdoutStream <<< #"", inputs: ["#
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1564:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1562 |
1563 |   private func printBindings(_ job: Job) {
1564 |     stdoutStream <<< #"# ""# <<< targetTriple.triple
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
1566 |     stdoutStream <<< #"", inputs: ["#
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1565:32: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1563 |   private func printBindings(_ job: Job) {
1564 |     stdoutStream <<< #"# ""# <<< targetTriple.triple
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
     |                                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1566 |     stdoutStream <<< #"", inputs: ["#
1567 |     stdoutStream <<< job.displayInputs.map { "\"" + $0.file.name + "\"" }.joined(separator: ", ")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1565:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1563 |   private func printBindings(_ job: Job) {
1564 |     stdoutStream <<< #"# ""# <<< targetTriple.triple
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1566 |     stdoutStream <<< #"", inputs: ["#
1567 |     stdoutStream <<< job.displayInputs.map { "\"" + $0.file.name + "\"" }.joined(separator: ", ")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1566:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1564 |     stdoutStream <<< #"# ""# <<< targetTriple.triple
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
1566 |     stdoutStream <<< #"", inputs: ["#
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1567 |     stdoutStream <<< job.displayInputs.map { "\"" + $0.file.name + "\"" }.joined(separator: ", ")
1568 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1567:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1565 |     stdoutStream <<< #"" - ""# <<< job.tool.basename
1566 |     stdoutStream <<< #"", inputs: ["#
1567 |     stdoutStream <<< job.displayInputs.map { "\"" + $0.file.name + "\"" }.joined(separator: ", ")
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1568 |
1569 |     stdoutStream <<< "], output: {"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1569:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1567 |     stdoutStream <<< job.displayInputs.map { "\"" + $0.file.name + "\"" }.joined(separator: ", ")
1568 |
1569 |     stdoutStream <<< "], output: {"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1570 |
1571 |     stdoutStream <<< job.outputs.map { $0.type.name + ": \"" + $0.file.name + "\"" }.joined(separator: ", ")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1571:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1569 |     stdoutStream <<< "], output: {"
1570 |
1571 |     stdoutStream <<< job.outputs.map { $0.type.name + ": \"" + $0.file.name + "\"" }.joined(separator: ", ")
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1572 |
1573 |     stdoutStream <<< "}"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1573:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1571 |     stdoutStream <<< job.outputs.map { $0.type.name + ": \"" + $0.file.name + "\"" }.joined(separator: ", ")
1572 |
1573 |     stdoutStream <<< "}"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1574 |     stdoutStream <<< "\n"
1575 |     stdoutStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1574:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1572 |
1573 |     stdoutStream <<< "}"
1574 |     stdoutStream <<< "\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1575 |     stdoutStream.flush()
1576 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1645:62: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1643 |
1644 |       // Print current Job
1645 |       stdoutStream <<< nextId <<< ": " <<< job.kind.rawValue <<< ", {"
     |                                                              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1646 |       switch job.kind {
1647 |       // Don't sort for compile jobs. Puts pch last
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1645:40: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1643 |
1644 |       // Print current Job
1645 |       stdoutStream <<< nextId <<< ": " <<< job.kind.rawValue <<< ", {"
     |                                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1646 |       switch job.kind {
1647 |       // Don't sort for compile jobs. Puts pch last
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1645:31: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1643 |
1644 |       // Print current Job
1645 |       stdoutStream <<< nextId <<< ": " <<< job.kind.rawValue <<< ", {"
     |                               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1646 |       switch job.kind {
1647 |       // Don't sort for compile jobs. Puts pch last
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1645:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1643 |
1644 |       // Print current Job
1645 |       stdoutStream <<< nextId <<< ": " <<< job.kind.rawValue <<< ", {"
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1646 |       switch job.kind {
1647 |       // Don't sort for compile jobs. Puts pch last
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1649:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1647 |       // Don't sort for compile jobs. Puts pch last
1648 |       case .compile:
1649 |         stdoutStream <<< inputIds.map(\.description).joined(separator: ", ")
     |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1650 |       default:
1651 |         stdoutStream <<< inputIds.sorted().map(\.description).joined(separator: ", ")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1651:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1649 |         stdoutStream <<< inputIds.map(\.description).joined(separator: ", ")
1650 |       default:
1651 |         stdoutStream <<< inputIds.sorted().map(\.description).joined(separator: ", ")
     |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1652 |       }
1653 |       var typeName = job.outputs.first?.type.name
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1657:44: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1655 |         typeName = "none"
1656 |       }
1657 |       stdoutStream <<< "}, " <<< typeName! <<< "\n"
     |                                            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1658 |       jobIdMap[job] = nextId
1659 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1657:30: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1655 |         typeName = "none"
1656 |       }
1657 |       stdoutStream <<< "}, " <<< typeName! <<< "\n"
     |                              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1658 |       jobIdMap[job] = nextId
1659 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1657:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1655 |         typeName = "none"
1656 |       }
1657 |       stdoutStream <<< "}, " <<< typeName! <<< "\n"
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1658 |       jobIdMap[job] = nextId
1659 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:40: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:31: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1665:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1663 |   private static func printInputIfNew(_ input: TypedVirtualPath, inputIdMap: inout [TypedVirtualPath: UInt], nextId: inout UInt) {
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
1667 |       inputIdMap[input] = nextId
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:70: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                                                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:55: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                                       `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:44: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                                            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:29: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1666:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1664 |     if inputIdMap[input] == nil {
1665 |       stdoutStream <<< nextId <<< ": " <<< "input, "
1666 |       stdoutStream <<< "\"" <<< input.file <<< "\", " <<< input.type <<< "\n"
     |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1667 |       inputIdMap[input] = nextId
1668 |       nextId += 1
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1673:57: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1671 |
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
     |                                                         `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
1675 |     outputStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1673:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1671 |
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
1675 |     outputStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1674:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1672 |   private func printVersion<S: OutputByteStream>(outputStream: inout S) throws {
1673 |     outputStream <<< frontendTargetInfo.compilerVersion <<< "\n"
1674 |     outputStream <<< "Target: \(frontendTargetInfo.target.triple.triple)\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1675 |     outputStream.flush()
1676 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1931:16: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1929 |
1930 |         try fileSystem.writeFileContents(filePath) { file in
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
     |                `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1933:47: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
     |                                               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1934 |           }
1935 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:1933:18: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1931 |           file <<< ###"#sourceLocation(file: "-e", line: 1)\###n"###
1932 |           for option in parsedOptions.arguments(for: .e) {
1933 |             file <<< option.argument.asSingle <<< "\n"
     |                  `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
1934 |           }
1935 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:2479:64: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2477 |       }
2478 |     } else {
2479 |       moduleOutputPath = VirtualPath.createUniqueTemporaryFile(RelativePath(moduleName.appendingFileTypeExtension(.swiftModule)))
     |                                                                `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2480 |     }
2481 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/Driver.swift:2678:52: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2676 |       return try VirtualPath(path: outputDirectory).appending(component: pchFileName).intern()
2677 |     } else {
2678 |       return VirtualPath.createUniqueTemporaryFile(RelativePath(pchFileName)).intern()
     |                                                    `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
2679 |     }
2680 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/OutputFileMap.swift:50:50: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 48 |
 49 |     // Form the virtual path.
 50 |     return VirtualPath.createUniqueTemporaryFile(RelativePath(inputFile.basenameWithoutExt.appendingFileTypeExtension(outputType))).intern()
    |                                                  `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
 51 |   }
 52 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:80:87: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 78 |       break
 79 |     case .verbose:
 80 |       stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
    |                                                                                       `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 81 |       stdoutStream.flush()
 82 |     case .parsableOutput:
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:80:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 78 |       break
 79 |     case .verbose:
 80 |       stdoutStream <<< arguments.map { $0.spm_shellEscaped() }.joined(separator: " ") <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 81 |       stdoutStream.flush()
 82 |     case .parsableOutput:
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:115:24: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
113 |       if !output.isEmpty {
114 |         Driver.stdErrQueue.sync {
115 |           stderrStream <<< output
    |                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
116 |           stderrStream.flush()
117 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:170:35: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |     guard let json = try? message.toJSON() else { return }
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
    |                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
172 |       stderrStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:170:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |     guard let json = try? message.toJSON() else { return }
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
172 |       stderrStream.flush()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:171:61: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
    |                                                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |       stderrStream.flush()
173 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Driver/ToolExecutionDelegate.swift:171:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
169 |     Driver.stdErrQueue.sync {
170 |       stderrStream <<< json.count <<< "\n"
171 |       stderrStream <<< String(data: json, encoding: .utf8)! <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |       stderrStream.flush()
173 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:53:93: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 51 |       let tmpDir: AbsolutePath = try withTemporaryDirectory(removeTreeOnDeinit: false) { path in
 52 |         // FIXME: TSC removes empty directories even when removeTreeOnDeinit is false. This seems like a bug.
 53 |         try fileSystem.writeFileContents(path.appending(component: ".keep-directory")) { $0 <<< "" }
    |                                                                                             `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
 54 |         return path
 55 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:157:69: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
155 |       try fileSystem.writeFileContents(absPath) { out in
156 |         for path in contents {
157 |           try! out <<< unsafeResolve(path: path, quotePaths: false) <<< "\n"
    |                                                                     `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
158 |         }
159 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:157:20: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
155 |       try fileSystem.writeFileContents(absPath) { out in
156 |         for path in contents {
157 |           try! out <<< unsafeResolve(path: path, quotePaths: false) <<< "\n"
    |                    `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
158 |         }
159 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:172:67: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
170 |       try fileSystem.writeFileContents(absPath) { out in
171 |         for (input, map) in outputFileMap.entries {
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
    |                                                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:172:15: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
170 |       try fileSystem.writeFileContents(absPath) { out in
171 |         for (input, map) in outputFileMap.entries {
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
    |               `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:174:17: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
172 |           out <<< quoteAndEscape(path: VirtualPath.lookup(input)) <<< ":"
173 |           if map.isEmpty {
174 |             out <<< " {}\n"
    |                 `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
175 |           } else {
176 |             out <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:176:17: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
174 |             out <<< " {}\n"
175 |           } else {
176 |             out <<< "\n"
    |                 `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:104: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                                                                                        `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:51: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:42: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                                          `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:28: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:178:19: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
176 |             out <<< "\n"
177 |             for (type, output) in map {
178 |               out <<< "  " <<< type.name <<< ": " <<< quoteAndEscape(path: VirtualPath.lookup(output)) <<< "\n"
    |                   `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
179 |             }
180 |           }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Execution/ArgsResolver.swift:218:14: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
216 |         //   Windows tools understand the response file.
217 |         try fileSystem.writeFileContents(absPath) {
218 |           $0 <<< resolvedArguments[1...].map { quote($0) }.joined(separator: "\n")
    |              `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
219 |         }
220 |         resolvedArguments = [resolvedArguments[0], "@\(absPath.pathString)"]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[393/410] Compiling SwiftDriver PredictableRandomNumberGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[394/410] Compiling SwiftDriver RelativePathAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[395/410] Compiling SwiftDriver Sanitizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[396/410] Compiling SwiftDriver StringAdditions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[397/410] Compiling SwiftDriver System.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[398/410] Compiling SwiftDriver Triple+Platforms.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[399/410] Compiling SwiftDriver Triple.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[400/410] Compiling SwiftDriver TypedVirtualPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[401/410] Compiling SwiftDriver Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[402/410] Compiling SwiftDriver VirtualPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:149:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
147 |       return .absolute(path.parentDirectory)
148 |     case .relative(let path):
149 |       return .relative(RelativePath(path.dirname))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:151:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
149 |       return .relative(RelativePath(path.dirname))
150 |     case .temporary(let path), .temporaryWithKnownContents(let path, _):
151 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:153:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
151 |       return .temporary(RelativePath(path.dirname))
152 |     case .fileList(let path, _):
153 |       return .temporary(RelativePath(path.dirname))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
154 |     case .standardInput, .standardOutput:
155 |       assertionFailure("Can't get directory of stdin/stdout")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:207:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
205 |       return .absolute(try AbsolutePath(validating: path.pathString + suffix))
206 |     case let .relative(path):
207 |       return .relative(RelativePath(path.pathString + suffix))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:209:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
207 |       return .relative(RelativePath(path.pathString + suffix))
208 |     case let .temporary(path):
209 |       return .temporary(RelativePath(path.pathString + suffix))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:211:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
209 |       return .temporary(RelativePath(path.pathString + suffix))
210 |     case let .temporaryWithKnownContents(path, contents):
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:213:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
211 |       return .temporaryWithKnownContents(RelativePath(path.pathString + suffix), contents)
212 |     case let .fileList(path, content):
213 |       return .fileList(RelativePath(path.pathString + suffix), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
214 |     case .standardInput, .standardOutput:
215 |       assertionFailure("Can't append path component to standard in/out")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:456:12: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
454 |     let dirName = path.dirname == "." ? "" : path.dirname
455 |     let fileExtension = path.extension.map { ".\($0)" } ?? ""
456 |     return RelativePath(dirName + uniquedBaseName + fileExtension)
    |            `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
457 |   }
458 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:652:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
650 |       return .absolute(try AbsolutePath(validating: path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
651 |     case let .relative(path):
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:654:25: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
652 |       return .relative(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
653 |     case let .temporary(path):
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
    |                         `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:656:42: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
654 |       return .temporary(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)))
655 |     case let .temporaryWithKnownContents(path, contents):
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
    |                                          `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriver/Utilities/VirtualPath.swift:658:24: warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
656 |       return .temporaryWithKnownContents(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), contents)
657 |     case let .fileList(path, content):
658 |       return .fileList(RelativePath(path.pathString.withoutExt(path.extension).appendingFileTypeExtension(fileType)), content)
    |                        `- warning: 'init(_:)' is deprecated: use throwing variant instead [#DeprecatedDeclaration]
659 |     case .standardInput, .standardOutput:
660 |       return self
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[402/410] Write Objects.LinkFileList
[404/414] Compiling SwiftDriverExecution llbuild.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/llbuild.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 22 | // We either import the llbuildSwift shared library or the llbuild framework.
 23 | #if canImport(llbuildSwift)
 24 | @_implementationOnly import llbuildSwift
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 25 | @_implementationOnly import llbuild
 26 | #else
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/llbuild.swift:25:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 23 | #if canImport(llbuildSwift)
 24 | @_implementationOnly import llbuildSwift
 25 | @_implementationOnly import llbuild
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 26 | #else
 27 | @_implementationOnly import llbuild
[405/414] Emitting module SwiftDriverExecution
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:33:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 31 | // We either import the llbuildSwift shared library or the llbuild framework.
 32 | #if canImport(llbuildSwift)
 33 | @_implementationOnly import llbuildSwift
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 34 | @_implementationOnly import llbuild
 35 | #else
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:34:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 32 | #if canImport(llbuildSwift)
 33 | @_implementationOnly import llbuildSwift
 34 | @_implementationOnly import llbuild
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 35 | #else
 36 | @_implementationOnly import llbuild
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/llbuild.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 22 | // We either import the llbuildSwift shared library or the llbuild framework.
 23 | #if canImport(llbuildSwift)
 24 | @_implementationOnly import llbuildSwift
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 25 | @_implementationOnly import llbuild
 26 | #else
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/llbuild.swift:25:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 23 | #if canImport(llbuildSwift)
 24 | @_implementationOnly import llbuildSwift
 25 | @_implementationOnly import llbuild
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 26 | #else
 27 | @_implementationOnly import llbuild
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:82:21: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 80 |
 81 |     /// The process set to use when launching new processes.
 82 |     let processSet: ProcessSet?
    |                     `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 83 |
 84 |     /// If true, always use response files to pass command line arguments.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:113:19: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
111 |       executorDelegate: JobExecutionDelegate,
112 |       jobQueue: OperationQueue,
113 |       processSet: ProcessSet?,
    |                   `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
114 |       forceResponseFiles: Bool,
115 |       recordedInputModificationDates: [TypedVirtualPath: TimePoint],
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:257:27: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
255 |
256 |   /// The process set to use when launching new processes.
257 |   private let processSet: ProcessSet?
    |                           `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
258 |
259 |   /// If true, always use response files to pass command line arguments.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:280:17: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
278 |     diagnosticsEngine: DiagnosticsEngine,
279 |     numParallelJobs: Int? = nil,
280 |     processSet: ProcessSet? = nil,
    |                 `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
281 |     forceResponseFiles: Bool = false,
282 |     recordedInputModificationDates: [TypedVirtualPath: TimePoint] = [:],
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:26:19: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 24 | public final class SwiftDriverExecutor: DriverExecutor {
 25 |   let diagnosticsEngine: DiagnosticsEngine
 26 |   let processSet: ProcessSet
    |                   `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 27 |   let fileSystem: FileSystem
 28 |   public let resolver: ArgsResolver
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:32:27: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 30 |
 31 |   public init(diagnosticsEngine: DiagnosticsEngine,
 32 |               processSet: ProcessSet,
    |                           `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 33 |               fileSystem: FileSystem,
 34 |               env: [String: String]) throws {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:92:92: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 90 |
 91 |   @discardableResult
 92 |   public func checkNonZeroExit(args: String..., environment: [String: String] = ProcessEnv.vars) throws -> String {
    |                                                                                            `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 93 |     return try Process.checkNonZeroExit(arguments: args, environment: environment)
 94 |   }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[406/414] Compiling SwiftDriverExecution MultiJobExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:33:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 31 | // We either import the llbuildSwift shared library or the llbuild framework.
 32 | #if canImport(llbuildSwift)
 33 | @_implementationOnly import llbuildSwift
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 34 | @_implementationOnly import llbuild
 35 | #else
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:34:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 32 | #if canImport(llbuildSwift)
 33 | @_implementationOnly import llbuildSwift
 34 | @_implementationOnly import llbuild
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftDriverExecution' may lead to instability during execution
 35 | #else
 36 | @_implementationOnly import llbuild
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:82:21: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 80 |
 81 |     /// The process set to use when launching new processes.
 82 |     let processSet: ProcessSet?
    |                     `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 83 |
 84 |     /// If true, always use response files to pass command line arguments.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:113:19: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
111 |       executorDelegate: JobExecutionDelegate,
112 |       jobQueue: OperationQueue,
113 |       processSet: ProcessSet?,
    |                   `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
114 |       forceResponseFiles: Bool,
115 |       recordedInputModificationDates: [TypedVirtualPath: TimePoint],
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:257:27: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
255 |
256 |   /// The process set to use when launching new processes.
257 |   private let processSet: ProcessSet?
    |                           `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
258 |
259 |   /// If true, always use response files to pass command line arguments.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:280:17: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
278 |     diagnosticsEngine: DiagnosticsEngine,
279 |     numParallelJobs: Int? = nil,
280 |     processSet: ProcessSet? = nil,
    |                 `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
281 |     forceResponseFiles: Bool = false,
282 |     recordedInputModificationDates: [TypedVirtualPath: TimePoint] = [:],
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/MultiJobExecutor.swift:661:24: warning: 'init(arguments:environment:exitStatus:output:stderrOutput:)' is deprecated: use `init(arguments:environmentBlock:exitStatus:output:stderrOutput:)` [#DeprecatedDeclaration]
659 |       if (pendingFinish) {
660 |         context.delegateQueue.sync {
661 |           let result = ProcessResult(
    |                        `- warning: 'init(arguments:environment:exitStatus:output:stderrOutput:)' is deprecated: use `init(arguments:environmentBlock:exitStatus:output:stderrOutput:)` [#DeprecatedDeclaration]
662 |             arguments: [],
663 |             environment: env,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[407/414] Compiling SwiftDriverExecution SwiftDriverExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:26:19: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 24 | public final class SwiftDriverExecutor: DriverExecutor {
 25 |   let diagnosticsEngine: DiagnosticsEngine
 26 |   let processSet: ProcessSet
    |                   `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 27 |   let fileSystem: FileSystem
 28 |   public let resolver: ArgsResolver
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:32:27: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 30 |
 31 |   public init(diagnosticsEngine: DiagnosticsEngine,
 32 |               processSet: ProcessSet,
    |                           `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 33 |               fileSystem: FileSystem,
 34 |               env: [String: String]) throws {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:92:92: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 90 |
 91 |   @discardableResult
 92 |   public func checkNonZeroExit(args: String..., environment: [String: String] = ProcessEnv.vars) throws -> String {
    |                                                                                            `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 93 |     return try Process.checkNonZeroExit(arguments: args, environment: environment)
 94 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDriverExecution/SwiftDriverExecutor.swift:93:24: warning: 'checkNonZeroExit(arguments:environment:loggingHandler:)' is deprecated: renamed to 'checkNonZeroExit(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
 91 |   @discardableResult
 92 |   public func checkNonZeroExit(args: String..., environment: [String: String] = ProcessEnv.vars) throws -> String {
 93 |     return try Process.checkNonZeroExit(arguments: args, environment: environment)
    |                        |- warning: 'checkNonZeroExit(arguments:environment:loggingHandler:)' is deprecated: renamed to 'checkNonZeroExit(arguments:environmentBlock:loggingHandler:)' [#DeprecatedDeclaration]
    |                        `- note: use 'checkNonZeroExit(arguments:environmentBlock:loggingHandler:)' instead
 94 |   }
 95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[407/414] Linking libSwiftDriverDynamic.dylib
[409/424] Compiling TestUtilities TemporaryFileMatching.swift
[410/424] Compiling TestUtilities PathExtensions.swift
[411/424] Compiling swift_driver main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:57:20: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 55 |   signal(SIGINT, SIG_IGN)
 56 |   #endif
 57 |   let processSet = ProcessSet()
    |                    `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 58 |   interruptSignalSource.setEventHandler {
 59 |     // Terminate running compiler jobs and let the driver exit gracefully, remembering
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:66:17: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 64 |   interruptSignalSource.resume()
 65 |
 66 |   if ProcessEnv.vars["SWIFT_ENABLE_EXPLICIT_MODULE"] != nil {
    |                 `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 67 |     CommandLine.arguments.append("-explicit-module-build")
 68 |   }
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:67:5: warning: setter for 'arguments' is deprecated: Do not modify CommandLine.arguments. It will become read-only in a future version of Swift. [#DeprecatedDeclaration]
 65 |
 66 |   if ProcessEnv.vars["SWIFT_ENABLE_EXPLICIT_MODULE"] != nil {
 67 |     CommandLine.arguments.append("-explicit-module-build")
    |     `- warning: setter for 'arguments' is deprecated: Do not modify CommandLine.arguments. It will become read-only in a future version of Swift. [#DeprecatedDeclaration]
 68 |   }
 69 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:94:58: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 92 |                                          processSet: processSet,
 93 |                                          fileSystem: localFileSystem,
 94 |                                          env: ProcessEnv.vars)
    |                                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 95 |   var driver = try Driver(args: arguments,
 96 |                           diagnosticsOutput: .engine(diagnosticsEngine),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[412/424] Emitting module swift_driver
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:57:20: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 55 |   signal(SIGINT, SIG_IGN)
 56 |   #endif
 57 |   let processSet = ProcessSet()
    |                    `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
 58 |   interruptSignalSource.setEventHandler {
 59 |     // Terminate running compiler jobs and let the driver exit gracefully, remembering
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:66:17: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 64 |   interruptSignalSource.resume()
 65 |
 66 |   if ProcessEnv.vars["SWIFT_ENABLE_EXPLICIT_MODULE"] != nil {
    |                 `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 67 |     CommandLine.arguments.append("-explicit-module-build")
 68 |   }
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:67:5: warning: setter for 'arguments' is deprecated: Do not modify CommandLine.arguments. It will become read-only in a future version of Swift. [#DeprecatedDeclaration]
 65 |
 66 |   if ProcessEnv.vars["SWIFT_ENABLE_EXPLICIT_MODULE"] != nil {
 67 |     CommandLine.arguments.append("-explicit-module-build")
    |     `- warning: setter for 'arguments' is deprecated: Do not modify CommandLine.arguments. It will become read-only in a future version of Swift. [#DeprecatedDeclaration]
 68 |   }
 69 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-driver/main.swift:94:58: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 92 |                                          processSet: processSet,
 93 |                                          fileSystem: localFileSystem,
 94 |                                          env: ProcessEnv.vars)
    |                                                          `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 95 |   var driver = try Driver(args: arguments,
 96 |                           diagnosticsOutput: .engine(diagnosticsEngine),
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[413/424] Emitting module TestUtilities
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/DriverExtensions.swift:23:40: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
21 |   public init(
22 |     args: [String],
23 |     env: [String: String] = ProcessEnv.vars,
   |                                        `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
24 |     diagnosticsEngine: DiagnosticsEngine = DiagnosticsEngine(handlers: [Driver.stderrDiagnosticsHandler]),
25 |     fileSystem: FileSystem = localFileSystem,
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/DriverExtensions.swift:71:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
69 |   #elseif os(macOS)
70 |   return Result {
71 |     if let pathFromEnv = ProcessEnv.vars["SDKROOT"] {
   |                                     `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
72 |       return pathFromEnv
73 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[414/424] Compiling TestUtilities DriverExtensions.swift
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/DriverExtensions.swift:23:40: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
21 |   public init(
22 |     args: [String],
23 |     env: [String: String] = ProcessEnv.vars,
   |                                        `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
24 |     diagnosticsEngine: DiagnosticsEngine = DiagnosticsEngine(handlers: [Driver.stderrDiagnosticsHandler]),
25 |     fileSystem: FileSystem = localFileSystem,
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/DriverExtensions.swift:71:37: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
69 |   #elseif os(macOS)
70 |   return Result {
71 |     if let pathFromEnv = ProcessEnv.vars["SDKROOT"] {
   |                                     `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
72 |       return pathFromEnv
73 |     }
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/DriverExtensions.swift:29:52: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
27 |   ) throws {
28 |     let executor = try SwiftDriverExecutor(diagnosticsEngine: diagnosticsEngine,
29 |                                        processSet: ProcessSet(),
   |                                                    `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
30 |                                        fileSystem: fileSystem,
31 |                                        env: env)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[415/424] Compiling TestUtilities OutputFileMapCreator.swift
[416/424] Compiling TestUtilities Fixture.swift
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/Fixture.swift:33:9: warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
31 |   ) -> AbsolutePath? {
32 |     let packageRootPath: AbsolutePath =
33 |         AbsolutePath(#file).parentDirectory.parentDirectory.parentDirectory
   |         `- warning: 'init(_:)' is deprecated: use throwing `init(validating:)` variant instead [#DeprecatedDeclaration]
34 |     let fixturePath =
35 |         AbsolutePath(relativePath.pathString,
/Users/admin/builder/spi-builder-workspace/Tests/TestUtilities/Fixture.swift:35:9: warning: 'init(_:relativeTo:)' is deprecated: use throwing `init(validating:relativeTo:)` variant instead [#DeprecatedDeclaration]
33 |         AbsolutePath(#file).parentDirectory.parentDirectory.parentDirectory
34 |     let fixturePath =
35 |         AbsolutePath(relativePath.pathString,
   |         `- warning: 'init(_:relativeTo:)' is deprecated: use throwing `init(validating:relativeTo:)` variant instead [#DeprecatedDeclaration]
36 |                      relativeTo: packageRootPath.appending(component: "TestInputs"))
37 |             .appending(component: file)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[416/424] Write Objects.LinkFileList
[418/424] Compiling swift_build_sdk_interfaces main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:90:34: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 88 |     try localFileSystem.createDirectory(outputDir, recursive: true)
 89 |   }
 90 |   let swiftcPathRaw = ProcessEnv.vars["SWIFT_EXEC"]
    |                                  `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 91 |   var swiftcPath: AbsolutePath
 92 |   if let swiftcPathRaw = swiftcPathRaw {
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:124:20: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
122 |                               .appending(component: "SystemVersion.plist"),
123 |                            to: sysVersionFile)
124 |   let processSet = ProcessSet()
    |                    `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
125 |   let inputTuple = try collector.collectSwiftInterfaceMap()
126 |   let allAdopters = inputTuple.adopters
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:37: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |                                     `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:26: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |                          `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:12: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:141:60: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 |                                            processSet: processSet,
140 |                                            fileSystem: localFileSystem,
141 |                                            env: ProcessEnv.vars)
    |                                                            `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
142 |     var args = ["swiftc",
143 |                 "-target", collector.targetTriple,
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:167:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
165 |     if verbose {
166 |       Driver.stdErrQueue.sync {
167 |         stderrStream <<< "job count: \(jobs.count + danglingJobs.count)\n"
    |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |         stderrStream.flush()
169 |       }
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:41:23: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 39 |   }
 40 |   if let env = env {
 41 |     return ProcessEnv.vars[env]
    |                       `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 42 |   }
 43 |   return nil
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[419/424] Emitting module swift_build_sdk_interfaces
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:90:34: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 88 |     try localFileSystem.createDirectory(outputDir, recursive: true)
 89 |   }
 90 |   let swiftcPathRaw = ProcessEnv.vars["SWIFT_EXEC"]
    |                                  `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
 91 |   var swiftcPath: AbsolutePath
 92 |   if let swiftcPathRaw = swiftcPathRaw {
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:124:20: warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
122 |                               .appending(component: "SystemVersion.plist"),
123 |                            to: sysVersionFile)
124 |   let processSet = ProcessSet()
    |                    `- warning: 'ProcessSet' is deprecated: Use `TaskGroup` with async `Process` APIs instead [#DeprecatedDeclaration]
125 |   let inputTuple = try collector.collectSwiftInterfaceMap()
126 |   let allAdopters = inputTuple.adopters
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:37: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |                                     `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:26: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |                          `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:135:12: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
133 |     try localFileSystem.writeFileContents(tempPath, body: {
134 |       for module in allModules {
135 |         $0 <<< "import " <<< module <<< "\n"
    |            `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
136 |       }
137 |     })
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:141:60: warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
139 |                                            processSet: processSet,
140 |                                            fileSystem: localFileSystem,
141 |                                            env: ProcessEnv.vars)
    |                                                            `- warning: 'vars' is deprecated: Use `block` instead [#DeprecatedDeclaration]
142 |     var args = ["swiftc",
143 |                 "-target", collector.targetTriple,
/Users/admin/builder/spi-builder-workspace/Sources/swift-build-sdk-interfaces/main.swift:167:22: warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
165 |     if verbose {
166 |       Driver.stdErrQueue.sync {
167 |         stderrStream <<< "job count: \(jobs.count + danglingJobs.count)\n"
    |                      `- warning: '<<<' is deprecated: use send(_:) function on WritableByteStream instead [#DeprecatedDeclaration]
168 |         stderrStream.flush()
169 |       }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[419/424] Write Objects.LinkFileList
[420/434] Linking swift-driver
[421/434] Linking swift-build-sdk-interfaces
[421/434] Applying swift-driver
[423/434] Applying swift-build-sdk-interfaces
[425/434] Compiling IncrementalTestFramework Source.swift
[426/435] Compiling IncrementalTestFramework IncrementalTest.swift
[427/435] Compiling IncrementalTestFramework ExpectedProcessResult.swift
[428/435] Compiling IncrementalTestFramework ExpectedCompilations.swift
[429/435] Emitting module IncrementalTestFramework
[430/435] Compiling IncrementalTestFramework Expectation.swift
[431/435] Compiling IncrementalTestFramework AddOn.swift
[432/435] Compiling IncrementalTestFramework Module.swift
[433/435] Compiling IncrementalTestFramework CompiledSourceCollector.swift
[434/435] Compiling IncrementalTestFramework Context.swift
[435/435] Compiling IncrementalTestFramework Step.swift
Build complete! (41.49s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29039] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (1.99s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6855] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.25s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/136] Fetching swift-toolchain-sqlite
[15/11010] Fetching swift-toolchain-sqlite, yams
[20/26390] Fetching swift-toolchain-sqlite, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.46s)
[6878/11010] Fetching swift-toolchain-sqlite, yams
Fetched https://github.com/jpsim/Yams.git from cache (1.80s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (2.36s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.5 (0.41s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.50s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at main (f9b4010)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.5
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at main (f3b9649)
Build complete.
{
  "cxx_language_standard" : "c++14",
  "dependencies" : [
    {
      "identity" : "swift-llbuild",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-llbuild.git"
    },
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "5.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "swift-driver",
  "name" : "swift-driver",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-driver",
      "targets" : [
        "swift-driver"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-help",
      "targets" : [
        "swift-help"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-build-sdk-interfaces",
      "targets" : [
        "swift-build-sdk-interfaces"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftDriver",
      "targets" : [
        "SwiftDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDriverDynamic",
      "targets" : [
        "SwiftDriver"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "SwiftOptions",
      "targets" : [
        "SwiftOptions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDriverExecution",
      "targets" : [
        "SwiftDriverExecution"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "makeOptions",
      "targets" : [
        "makeOptions"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_help",
      "module_type" : "SwiftTarget",
      "name" : "swift-help",
      "path" : "Sources/swift-help",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "swift-help"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftOptions"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_driver",
      "module_type" : "SwiftTarget",
      "name" : "swift-driver",
      "path" : "Sources/swift-driver",
      "product_memberships" : [
        "swift-driver"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDriverExecution",
        "SwiftDriver"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_build_sdk_interfaces",
      "module_type" : "SwiftTarget",
      "name" : "swift-build-sdk-interfaces",
      "path" : "Sources/swift-build-sdk-interfaces",
      "product_memberships" : [
        "swift-build-sdk-interfaces"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftDriver",
        "SwiftDriverExecution"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "makeOptions",
      "module_type" : "ClangTarget",
      "name" : "makeOptions",
      "path" : "Sources/makeOptions",
      "product_memberships" : [
        "makeOptions"
      ],
      "sources" : [
        "main.cpp",
        "makeOptions.cpp"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "TestUtilities",
      "path" : "Tests/TestUtilities",
      "sources" : [
        "DriverExtensions.swift",
        "Fixture.swift",
        "OutputFileMapCreator.swift",
        "PathExtensions.swift",
        "TemporaryFileMatching.swift"
      ],
      "target_dependencies" : [
        "SwiftDriver",
        "SwiftDriverExecution"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOptionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOptionsTests",
      "path" : "Tests/SwiftOptionsTests",
      "sources" : [
        "OptionParsingTests.swift",
        "PrefixTrieTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOptions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOptions",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOptions",
      "path" : "Sources/SwiftOptions",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "swift-driver",
        "swift-help",
        "swift-build-sdk-interfaces",
        "SwiftDriver",
        "SwiftDriverDynamic",
        "SwiftOptions",
        "SwiftDriverExecution"
      ],
      "sources" : [
        "DriverKind.swift",
        "Option.swift",
        "OptionParsing.swift",
        "OptionTable.swift",
        "Options.swift",
        "ParsedOptions.swift",
        "PrefixTrie.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDriverTests",
      "path" : "Tests/SwiftDriverTests",
      "sources" : [
        "APIDigesterTests.swift",
        "AssertDiagnosticsTests.swift",
        "CrossModuleIncrementalBuildTests.swift",
        "DependencyGraphSerializationTests.swift",
        "ExplicitModuleBuildTests.swift",
        "Helpers/AssertDiagnostics.swift",
        "Helpers/MockingIncrementalCompilation.swift",
        "Helpers/Permutations.swift",
        "IncrementalBuildPerformanceTests.swift",
        "IncrementalCompilationTests.swift",
        "Inputs/ExplicitModuleDependencyBuildInputs.swift",
        "Inputs/IncrementalCompilationInputs.swift",
        "IntegrationTests.swift",
        "JobExecutorTests.swift",
        "ModuleDependencyGraphTests.swift",
        "MultidictionaryTests.swift",
        "NonincrementalCompilationTests.swift",
        "ParsableMessageTests.swift",
        "PredictableRandomNumberGeneratorTests.swift",
        "StringAdditionsTests.swift",
        "SwiftDriverTests.swift",
        "SwiftDriverToolingInterfaceTests.swift",
        "TripleTests.swift",
        "TwoDMapTests.swift"
      ],
      "target_dependencies" : [
        "SwiftDriver",
        "SwiftDriverExecution",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDriverExecution",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDriverExecution",
      "path" : "Sources/SwiftDriverExecution",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "llbuildSwift"
      ],
      "product_memberships" : [
        "swift-driver",
        "swift-build-sdk-interfaces",
        "SwiftDriverExecution"
      ],
      "sources" : [
        "MultiJobExecutor.swift",
        "SwiftDriverExecutor.swift",
        "llbuild.swift"
      ],
      "target_dependencies" : [
        "SwiftDriver"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftDriver",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDriver",
      "path" : "Sources/SwiftDriver",
      "product_dependencies" : [
        "SwiftToolsSupport-auto",
        "Yams"
      ],
      "product_memberships" : [
        "swift-driver",
        "swift-build-sdk-interfaces",
        "SwiftDriver",
        "SwiftDriverDynamic",
        "SwiftDriverExecution"
      ],
      "sources" : [
        "Driver/CompilerMode.swift",
        "Driver/DebugInfo.swift",
        "Driver/Driver.swift",
        "Driver/DriverVersion.swift",
        "Driver/LinkKind.swift",
        "Driver/ModuleOutputInfo.swift",
        "Driver/OutputFileMap.swift",
        "Driver/ToolExecutionDelegate.swift",
        "Driver/WindowsExtensions.swift",
        "Execution/ArgsResolver.swift",
        "Execution/DriverExecutor.swift",
        "Execution/ParsableOutput.swift",
        "Execution/ProcessProtocol.swift",
        "ExplicitModuleBuilds/ClangVersionedDependencyResolution.swift",
        "ExplicitModuleBuilds/ExplicitDependencyBuildPlanner.swift",
        "ExplicitModuleBuilds/InterModuleDependencies/CommonDependencyOperations.swift",
        "ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyGraph.swift",
        "ExplicitModuleBuilds/InterModuleDependencies/InterModuleDependencyOracle.swift",
        "ExplicitModuleBuilds/ModuleDependencyScanning.swift",
        "ExplicitModuleBuilds/SerializableModuleArtifacts.swift",
        "IncrementalCompilation/Bitcode/Bitcode.swift",
        "IncrementalCompilation/Bitcode/BitcodeElement.swift",
        "IncrementalCompilation/Bitcode/Bits.swift",
        "IncrementalCompilation/Bitcode/Bitstream.swift",
        "IncrementalCompilation/Bitcode/BitstreamReader.swift",
        "IncrementalCompilation/Bitcode/BitstreamVisitor.swift",
        "IncrementalCompilation/Bitcode/BitstreamWriter.swift",
        "IncrementalCompilation/Bitcode/BlockInfo.swift",
        "IncrementalCompilation/BuildRecord.swift",
        "IncrementalCompilation/BuildRecordInfo.swift",
        "IncrementalCompilation/DependencyGraphDotFileWriter.swift",
        "IncrementalCompilation/DependencyKey.swift",
        "IncrementalCompilation/DirectAndTransitiveCollections.swift",
        "IncrementalCompilation/ExternalDependencyAndFingerprintEnforcer.swift",
        "IncrementalCompilation/FirstWaveComputer.swift",
        "IncrementalCompilation/IncrementalCompilationProtectedState.swift",
        "IncrementalCompilation/IncrementalCompilationState+Extensions.swift",
        "IncrementalCompilation/IncrementalCompilationState.swift",
        "IncrementalCompilation/IncrementalCompilationSynchronizer.swift",
        "IncrementalCompilation/IncrementalDependencyAndInputSetup.swift",
        "IncrementalCompilation/InputInfo.swift",
        "IncrementalCompilation/KeyAndFingerprintHolder.swift",
        "IncrementalCompilation/ModuleDependencyGraph.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/Integrator.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/InternedStrings.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/Node.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/NodeFinder.swift",
        "IncrementalCompilation/ModuleDependencyGraphParts/Tracer.swift",
        "IncrementalCompilation/Multidictionary.swift",
        "IncrementalCompilation/SourceFileDependencyGraph.swift",
        "IncrementalCompilation/SwiftSourceFile.swift",
        "IncrementalCompilation/TwoDMap.swift",
        "IncrementalCompilation/TwoLevelMap.swift",
        "Jobs/APIDigesterJobs.swift",
        "Jobs/AutolinkExtractJob.swift",
        "Jobs/BackendJob.swift",
        "Jobs/CommandLineArguments.swift",
        "Jobs/CompileJob.swift",
        "Jobs/DarwinToolchain+LinkerSupport.swift",
        "Jobs/EmitModuleJob.swift",
        "Jobs/EmitSupportedFeaturesJob.swift",
        "Jobs/FrontendJobHelpers.swift",
        "Jobs/GenerateDSYMJob.swift",
        "Jobs/GeneratePCHJob.swift",
        "Jobs/GeneratePCMJob.swift",
        "Jobs/GenericUnixToolchain+LinkerSupport.swift",
        "Jobs/InterpretJob.swift",
        "Jobs/Job.swift",
        "Jobs/LinkJob.swift",
        "Jobs/MergeModuleJob.swift",
        "Jobs/ModuleWrapJob.swift",
        "Jobs/Planning.swift",
        "Jobs/PrebuiltModulesJob.swift",
        "Jobs/PrintTargetInfoJob.swift",
        "Jobs/ReplJob.swift",
        "Jobs/SwiftHelpIntroJob.swift",
        "Jobs/Toolchain+InterpreterSupport.swift",
        "Jobs/Toolchain+LinkerSupport.swift",
        "Jobs/VerifyDebugInfoJob.swift",
        "Jobs/VerifyModuleInterfaceJob.swift",
        "Jobs/WebAssemblyToolchain+LinkerSupport.swift",
        "Jobs/WindowsToolchain+LinkerSupport.swift",
        "SwiftScan/DependencyGraphBuilder.swift",
        "SwiftScan/Loader.swift",
        "SwiftScan/SwiftScan.swift",
        "Toolchains/DarwinToolchain.swift",
        "Toolchains/GenericUnixToolchain.swift",
        "Toolchains/Toolchain.swift",
        "Toolchains/WebAssemblyToolchain.swift",
        "Toolchains/WindowsToolchain.swift",
        "ToolingInterface/SimpleExecutor.swift",
        "ToolingInterface/ToolingUtil.swift",
        "Utilities/DOTJobGraphSerializer.swift",
        "Utilities/DOTModuleDependencyGraphSerializer.swift",
        "Utilities/DateAdditions.swift",
        "Utilities/Diagnostics.swift",
        "Utilities/FileList.swift",
        "Utilities/FileType.swift",
        "Utilities/PredictableRandomNumberGenerator.swift",
        "Utilities/RelativePathAdditions.swift",
        "Utilities/Sanitizer.swift",
        "Utilities/StringAdditions.swift",
        "Utilities/System.swift",
        "Utilities/Triple+Platforms.swift",
        "Utilities/Triple.swift",
        "Utilities/TypedVirtualPath.swift",
        "Utilities/Version.swift",
        "Utilities/VirtualPath.swift"
      ],
      "target_dependencies" : [
        "SwiftOptions",
        "CSwiftScan"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IncrementalTestFramework",
      "module_type" : "SwiftTarget",
      "name" : "IncrementalTestFramework",
      "path" : "Tests/IncrementalTestFramework",
      "sources" : [
        "AddOn.swift",
        "CompiledSourceCollector.swift",
        "Context.swift",
        "Expectation.swift",
        "ExpectedCompilations.swift",
        "ExpectedProcessResult.swift",
        "IncrementalTest.swift",
        "Module.swift",
        "Source.swift",
        "Step.swift"
      ],
      "target_dependencies" : [
        "SwiftDriver",
        "SwiftOptions",
        "TestUtilities"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IncrementalImportTests",
      "module_type" : "SwiftTarget",
      "name" : "IncrementalImportTests",
      "path" : "Tests/IncrementalImportTests",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "sources" : [
        "AddFuncInImportedExtensionTest.swift",
        "Antisymmetry.swift",
        "HideAndShowFuncInStructAndExtensionTest.swift",
        "RenameMemberOfImportedStructTest.swift",
        "SpecificFuncAdditionInExtensionWithinModuleTest.swift",
        "Transitivity.swift"
      ],
      "target_dependencies" : [
        "IncrementalTestFramework",
        "TestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CSwiftScan",
      "module_type" : "ClangTarget",
      "name" : "CSwiftScan",
      "path" : "Sources/CSwiftScan",
      "product_memberships" : [
        "swift-driver",
        "swift-build-sdk-interfaces",
        "SwiftDriver",
        "SwiftDriverDynamic",
        "SwiftDriverExecution"
      ],
      "sources" : [
        "CSwiftScanImpl.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.