The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-kurrentdb, reference 2.0.3 (941986), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 06:10:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gradyzhuo/swift-kurrentdb.git
Reference: 2.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gradyzhuo/swift-kurrentdb
 * tag               2.0.3      -> FETCH_HEAD
HEAD is now at 941986d [CI] Fix KurrentDB Docker registry domain from docker.kurrent.io to docker.eventstore.com
Cloned https://github.com/gradyzhuo/swift-kurrentdb.git
Revision (git rev-parse @):
941986d9c4614674ec4e6fee0a340c38425f07b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gradyzhuo/swift-kurrentdb.git at 2.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gradyzhuo/swift-kurrentdb.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[0/10] Write sources
[4/10] Write BenchmarkBoilerplateGenerator-tool-entitlement.plist
[5/10] Compiling CSystem shims.c
[6/10] Write swift-version--3CB7CFEC50E0D141.txt
[8/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/40] Emitting module ArgumentParserToolInfo
[10/79] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/79] Compiling ArgumentParser CompletionsGenerator.swift
[12/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/82] Compiling ArgumentParser Flag.swift
[14/82] Compiling ArgumentParser NameSpecification.swift
[15/82] Compiling ArgumentParser Option.swift
[16/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/82] Compiling ArgumentParser Argument.swift
[18/82] Compiling ArgumentParser ArgumentHelp.swift
[19/82] Compiling ArgumentParser ArgumentVisibility.swift
[20/82] Compiling ArgumentParser CompletionKind.swift
[21/82] Compiling ArgumentParser Errors.swift
[22/82] Emitting module SystemPackage
[23/82] Compiling ArgumentParser ArgumentDecoder.swift
[24/82] Compiling ArgumentParser ArgumentDefinition.swift
[25/82] Compiling ArgumentParser ArgumentSet.swift
[26/82] Compiling ArgumentParser CommandParser.swift
[27/82] Compiling ArgumentParser InputKey.swift
[28/82] Compiling ArgumentParser InputOrigin.swift
[29/82] Compiling SystemPackage Util+StringArray.swift
[30/82] Compiling SystemPackage Util.swift
[31/82] Compiling SystemPackage UtilConsumers.swift
[32/82] Compiling ArgumentParser CommandGroup.swift
[33/82] Compiling ArgumentParser EnumerableFlag.swift
[34/82] Compiling ArgumentParser ExpressibleByArgument.swift
[35/82] Compiling ArgumentParser OptionGroup.swift
[36/82] Compiling ArgumentParser AsyncParsableCommand.swift
[37/82] Compiling ArgumentParser CommandConfiguration.swift
[38/82] Compiling ArgumentParser ParsableArguments.swift
[39/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/82] Compiling ArgumentParser ParsableCommand.swift
[46/82] Emitting module ArgumentParser
[64/86] Compiling ArgumentParser Platform.swift
[65/86] Compiling ArgumentParser SequenceExtensions.swift
[66/86] Compiling ArgumentParser StringExtensions.swift
[67/86] Compiling ArgumentParser Tree.swift
[76/86] Compiling ArgumentParser ParserError.swift
[77/86] Compiling ArgumentParser SplitArguments.swift
[78/86] Compiling ArgumentParser DumpHelpGenerator.swift
[79/86] Compiling ArgumentParser HelpCommand.swift
[80/86] Compiling ArgumentParser HelpGenerator.swift
[81/86] Compiling ArgumentParser MessageInfo.swift
[82/86] Compiling ArgumentParser UsageGenerator.swift
[83/86] Compiling ArgumentParser CollectionExtensions.swift
[84/88] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[85/88] Emitting module BenchmarkBoilerplateGenerator
[85/88] Write Objects.LinkFileList
[86/88] Linking BenchmarkBoilerplateGenerator-tool
[87/88] Applying BenchmarkBoilerplateGenerator-tool
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:27: warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                           |- warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
   |                           `- note: use 'directoryURL' instead
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:12:37: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
10 |         guard let target = target as? SwiftSourceModuleTarget else { return [] }
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
   |                                     `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:13:20: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
11 |         guard target.kind == .executable else { return [] }
12 |         let path = target.directory.removingLastComponent()
13 |         guard path.lastComponent == "Benchmarks" else { return [] }
   |                    `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:16:39: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
14 |
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
   |                                       |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL' [#DeprecatedDeclaration]
   |                                       `- note: use 'pluginWorkDirectoryURL' instead
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:17:41: warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
15 |         let tool = try context.tool(named: "BenchmarkBoilerplateGenerator")
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
   |                                         `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
19 |         let outputFiles: [Path] = [swiftFile]
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:57: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                         |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
   |                                                         `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:62: warning: 'extension' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                              `- warning: 'extension' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:18:91: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
16 |         let outputDirectory = context.pluginWorkDirectory
17 |         let swiftFile = outputDirectory.appending("__BenchmarkBoilerplate.swift")
18 |         let inputFiles = target.sourceFiles.filter { $0.path.extension == "swift" }.map(\.path)
   |                                                                                           |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
   |                                                                                           `- note: use 'url' instead
19 |         let outputFiles: [Path] = [swiftFile]
20 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:23:35: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
21 |         let commandArgs: [String] = [
22 |             "--target", target.name,
23 |             "--output", swiftFile.string,
   |                                   `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
24 |         ]
25 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:26:33: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
24 |         ]
25 |
26 |         let command: Command = .buildCommand(
   |                                 `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkPlugin/BenchmarkSupportPlugin.swift:28:30: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
26 |         let command: Command = .buildCommand(
27 |             displayName: "Generating plugin support files",
28 |             executable: tool.path,
   |                              |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
   |                              `- note: use 'url' instead
29 |             arguments: commandArgs,
30 |             inputFiles: inputFiles,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin BenchmarkPlugin
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:31: warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                               |- warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
   |                               `- note: use 'directoryURL' instead
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:36:41: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
34 |
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
   |                                         `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
37 |             if path.lastComponent == "Benchmarks" {
38 |                 for specifiedTarget in specifiedTargets {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/ArgumentExtractor+Extensions.swift:37:21: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
35 |         try package.targets.forEach { target in
36 |             let path = target.directory.removingLastComponent()
37 |             if path.lastComponent == "Benchmarks" {
   |                     `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
38 |                 for specifiedTarget in specifiedTargets {
39 |                     let regex = try Regex(specifiedTarget)
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:56: warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                        |- warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
    |                                                        `- note: use 'directoryURL' instead
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:159:66: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
157 |             benchmarkToolName,
158 |             "--command", commandToPerform.rawValue,
159 |             "--baseline-storage-path", context.package.directory.string,
    |                                                                  `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
160 |             "--format", outputFormat.rawValue,
161 |             "--grouping", grouping,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:42: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                          |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                          `- note: use 'url' instead
400 |         })
401 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:399:47: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
397 |
398 |         let tool = buildResult.builtArtifacts.first(where: {
399 |             $0.kind == .executable && $0.path.lastComponent == benchmarkToolName
    |                                               `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
400 |         })
401 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:406:30: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
404 |         }
405 |
406 |         benchmarkTool = tool.path
    |                              |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                              `- note: use 'url' instead
407 |
408 |         let filteredTargets =
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:38: warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                      |- warning: 'directory' is deprecated: renamed to 'directoryURL' [#DeprecatedDeclaration]
    |                                      `- note: use 'directoryURL' instead
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:412:48: warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
410 |             .filter { $0.kind == .executable }
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
    |                                                `- warning: 'removingLastComponent()' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
413 |                 return path.lastComponent == "Benchmarks" ? true : false
414 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:413:29: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
411 |             .filter { benchmark in
412 |                 let path = benchmark.directory.removingLastComponent()
413 |                 return path.lastComponent == "Benchmarks" ? true : false
    |                             `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
414 |             }
415 |             .filter { benchmark in
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:77: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                             |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                                                             `- note: use 'url' instead
463 |                     }
464 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:462:82: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
460 |                 let benchmarks = buildResult.builtArtifacts
461 |                     .filter { benchmark in
462 |                         filteredTargets.first(where: { $0.name == benchmark.path.lastComponent }) != nil ? true : false
    |                                                                                  `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
463 |                     }
464 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:88: warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                        |- warning: 'path' is deprecated: renamed to 'url' [#DeprecatedDeclaration]
    |                                                                                        `- note: use 'url' instead
471 |                 }
472 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:470:93: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
468 |
469 |                 benchmarks.forEach { benchmark in
470 |                     args.append(contentsOf: ["--benchmark-executable-paths", benchmark.path.string])
    |                                                                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
471 |                 }
472 |             }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:480:45: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
478 |             if debug > 0 {
479 |                 print("To debug, start \(benchmarkToolName) in LLDB using:")
480 |                 print("lldb \(benchmarkTool.string)")
    |                                             `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
481 |                 print("")
482 |                 print("Then launch \(benchmarkToolName) with:")
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Plugins/BenchmarkCommandPlugin/BenchmarkCommandPlugin.swift:489:58: warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
487 |
488 |             var pid: pid_t = 0
489 |             var status = posix_spawn(&pid, benchmarkTool.string, nil, nil, cArgs, environ)
    |                                                          `- warning: 'string' is deprecated: Use `URL` type instead of `Path`. [#DeprecatedDeclaration]
490 |
491 |             if status == 0 {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftProtobufPlugin
[5/5] Compiling plugin generate-grpc-code-from-protos
[6/6] Compiling plugin GRPCProtobufGenerator
Building for debugging...
[6/868] Write sources
[9/868] Write OfflineBenchmarks-entitlement.plist
[9/868] Write sources
[16/868] Copying PrivacyInfo.xcprivacy
[20/868] Write sources
[20/868] Copying PrivacyInfo.xcprivacy
[23/868] Write sources
[26/868] Copying PrivacyInfo.xcprivacy
[26/868] Write sources
[30/868] Copying PrivacyInfo.xcprivacy
[30/868] Write sources
[64/868] Compiling _NumericsShims _NumericsShims.c
[65/868] Compiling CNIOWindows WSAStartup.c
[66/868] Compiling CSystem shims.c
[66/868] Compiling CNIOWindows shim.c
[68/868] Compiling CSystem shims.c
[69/868] Compiling CNIOWASI CNIOWASI.c
[70/868] Compiling CNIOLinux shim.c
[71/868] Compiling CNIOOpenBSD shim.c
[72/868] Compiling CNIOLinux liburing_shims.c
[73/868] Write swift-version--3CB7CFEC50E0D141.txt
[74/868] Compiling fiat_p256_adx_sqr.S
[75/868] Compiling fiat_p256_adx_mul.S
[76/868] Compiling _AtomicsShims.c
[77/868] Compiling SwiftRuntimeHooks shims.c
[78/868] Compiling CNIOLLHTTP c_nio_http.c
[79/872] Compiling CNIOPosix event_loop_id.c
[80/901] Compiling CNIOLLHTTP c_nio_api.c
[81/1020] Compiling CNIOLLHTTP c_nio_llhttp.c
[82/1020] Compiling CNIODarwin shim.c
[84/1020] Compiling RealModule RealFunctions.swift
[85/1020] Compiling RealModule Float80+Real.swift
[86/1020] Compiling RealModule Real.swift
[87/1027] Compiling RealModule RelaxedArithmetic.swift
[88/1027] Compiling _NIOBase64 Base64.swift
[89/1027] Emitting module _NIOBase64
[90/1046] Emitting module _CertificateInternals
[91/1046] Compiling _CertificateInternals _TinyArray.swift
[92/1046] Compiling RealModule Float16+Real.swift
[93/1046] Compiling RealModule Float+Real.swift
[94/1046] Compiling InternalCollectionsUtilities Debugging.swift
[95/1046] Compiling InternalCollectionsUtilities Descriptions.swift
[96/1046] Compiling RealModule AugmentedArithmetic.swift
[97/1046] Compiling RealModule ElementaryFunctions.swift
[98/1046] Compiling RealModule Double+Real.swift
[98/1049] Compiling CNIOBoringSSLShims shims.c
[100/1049] Emitting module RealModule
[100/1049] Compiling fiat_curve25519_adx_square.S
[101/1131] Compiling fiat_curve25519_adx_mul.S
[103/1147] Compiling Crypto HPKE-Modes.swift
[104/1147] Compiling Crypto Insecure.swift
[105/1147] Compiling Crypto Insecure_HashFunctions.swift
[106/1147] Compiling Crypto MLKEM_boring.swift
[107/1147] Compiling Crypto ASN1Identifier.swift
[108/1147] Compiling Crypto ASN1Integer.swift
[109/1150] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[110/1150] Compiling ComplexModule Complex+AlgebraicField.swift
[111/1150] Compiling Crypto AESWrap.swift
[112/1150] Compiling Crypto AESWrap_boring.swift
[113/1150] Compiling Crypto Ed25519_boring.swift
[114/1150] Compiling Crypto NISTCurvesKeys_boring.swift
[117/1150] Compiling Crypto HPKE.swift
[118/1150] Compiling Crypto HPKE-Context.swift
[119/1151] Compiling ComplexModule Complex+Numeric.swift
[120/1151] Compiling ComplexModule Complex+StringConvertible.swift
[121/1151] Compiling ComplexModule Complex.swift
[122/1151] Compiling ComplexModule Polar.swift
[123/1152] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[124/1152] Compiling ComplexModule Complex+IntegerLiteral.swift
[125/1152] Compiling ComplexModule Complex+Hashable.swift
[128/1152] Compiling ComplexModule Scale.swift
[129/1152] Emitting module SystemPackage
[132/1152] Compiling Crypto HPKE-KeySchedule.swift
[133/1152] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[134/1152] Compiling Crypto HPKE-KEM.swift
[135/1152] Compiling Crypto HPKE-Errors.swift
[138/1152] Compiling Crypto X25519Keys_boring.swift
[139/1152] Compiling Crypto Curve25519.swift
[146/1152] Compiling Crypto Ed25519Keys.swift
[148/1152] Compiling ConcurrencyHelpers Lock.swift
[149/1152] Compiling ConcurrencyHelpers LockedValueBox.swift
[150/1152] Emitting module ConcurrencyHelpers
[151/1152] Compiling ComplexModule Complex+ElementaryFunctions.swift
[152/1152] Compiling ComplexModule Complex+Codable.swift
[153/1152] Emitting module ComplexModule
[154/1152] Compiling Crypto ASN1Null.swift
[155/1152] Compiling Crypto ASN1OctetString.swift
[156/1152] Compiling Crypto ASN1Strings.swift
[157/1152] Compiling Crypto ArraySliceBigint.swift
[158/1152] Compiling Crypto GeneralizedTime.swift
[159/1152] Compiling Crypto ObjectIdentifier.swift
[163/1152] Emitting module InternalCollectionsUtilities
[166/1152] Compiling SystemPackage Util+StringArray.swift
[167/1152] Compiling SystemPackage Util.swift
[168/1152] Compiling SystemPackage UtilConsumers.swift
[169/1152] Compiling _NIODataStructures PriorityQueue.swift
[170/1152] Compiling _NIODataStructures _TinyArray.swift
[171/1157] Emitting module _NIODataStructures
[172/1157] Compiling _NIODataStructures Heap.swift
[173/1157] Emitting module Numerics
[174/1157] Compiling Numerics Numerics.swift
[175/1247] Compiling ContainersPreview RandomAccessContainer.swift
[176/1247] Compiling ContainersPreview RangeExpression2.swift
[177/1247] Compiling ContainersPreview RangeReplaceableContainer.swift
[178/1247] Compiling ContainersPreview Drain+Map.swift
[179/1247] Compiling ContainersPreview Producer+Filter.swift
[180/1247] Compiling ContainersPreview Producer+Map.swift
[181/1247] Compiling ContainersPreview Producer+Reduce.swift
[182/1250] Compiling ContainersPreview Drain+Reduce.swift
[183/1250] Compiling ContainersPreview Drain.swift
[184/1250] Compiling ContainersPreview Producer+Collect.swift
[185/1250] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[186/1250] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[187/1250] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[188/1250] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[189/1250] Compiling ContainersPreview BidirectionalContainer.swift
[190/1250] Compiling ContainersPreview Container+Filter.swift
[191/1250] Compiling ContainersPreview Container+SpanwiseZip.swift
[192/1250] Compiling ContainersPreview Container.swift
[193/1250] Compiling ContainersPreview Inout.swift
[194/1250] Compiling ContainersPreview InputSpan.swift
[195/1250] Compiling ContainersPreview Shared.swift
[196/1250] Emitting module ContainersPreview
[197/1250] Compiling UnixSignals UnixSignalsSequence.swift
[198/1250] Emitting module UnixSignals
[199/1250] Compiling UnixSignals UnixSignal.swift
[200/1250] Compiling ContainersPreview Producer.swift
[201/1250] Compiling ContainersPreview Borrow.swift
[202/1250] Compiling ContainersPreview Box.swift
[203/1250] Compiling ContainersPreview ContainerIterator.swift
[204/1250] Compiling ContainersPreview DynamicContainer.swift
[205/1250] Compiling ContainersPreview MutableContainer.swift
[206/1250] Compiling ContainersPreview PermutableContainer.swift
[207/1250] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[208/1250] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[209/1250] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[210/1250] Compiling ContainersPreview BorrowingSequence.swift
[211/1250] Compiling ContainersPreview OutputSpan+Extras.swift
[212/1250] Compiling ContainersPreview TemporaryAllocation.swift
[213/1250] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[214/1250] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[215/1252] Compiling Logging LogEvent.swift
[216/1252] Compiling Logging MetadataProvider.swift
[217/1252] Compiling Logging LogHandler.swift
[218/1252] Compiling Logging Locks.swift
[219/1252] Emitting module Logging
[220/1252] Compiling Logging Logging.swift
[221/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[222/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[223/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[224/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[225/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[226/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[227/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[228/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[229/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[230/1252] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[231/1252] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[232/1252] Compiling OrderedCollections OrderedSet+Sendable.swift
[233/1299] Compiling DequeModule UniqueDeque+Prepend.swift
[234/1299] Compiling DequeModule UniqueDeque+Removals.swift
[235/1299] Compiling DequeModule UniqueDeque+Replacements.swift
[236/1299] Compiling DequeModule UniqueDeque+Append.swift
[237/1299] Compiling DequeModule UniqueDeque+Consumption.swift
[238/1299] Compiling DequeModule UniqueDeque+Container.swift
[239/1299] Compiling DequeModule RigidDeque+Consumption.swift
[240/1299] Compiling DequeModule RigidDeque+Container.swift
[241/1299] Compiling DequeModule RigidDeque+Descriptions.swift
[242/1299] Compiling DequeModule RigidDeque+Equatable.swift
[243/1299] Compiling DequeModule RigidDeque+Experimental.swift
[244/1303] Compiling DequeModule _DequeBuffer.swift
[245/1303] Compiling DequeModule _DequeBufferHeader.swift
[246/1303] Compiling DequeModule RigidDeque+Append.swift
[247/1303] Compiling DequeModule RigidDeque+Removals.swift
[248/1303] Compiling DequeModule RigidDeque+Replacements.swift
[249/1303] Compiling DequeModule RigidDeque+Testing.swift
[250/1303] Compiling DequeModule RigidDeque.swift
[251/1303] Compiling DequeModule UniqueDeque+Equatable.swift
[252/1303] Compiling DequeModule UniqueDeque+Experimental.swift
[253/1303] Compiling DequeModule UniqueDeque+Hashable.swift
[254/1303] Compiling DequeModule UniqueDeque+Initializers.swift
[255/1303] Compiling DequeModule UniqueDeque+Insertions.swift
[259/1303] Compiling DequeModule UniqueDeque.swift
[260/1303] Compiling DequeModule _DequeSlot.swift
[261/1303] Compiling DequeModule _UnsafeDequeHandle.swift
[261/1303] Compiling tls_method.cc
[262/1303] Compiling tls_record.cc
[264/1303] Compiling DequeModule UniqueDeque+Descriptions.swift
[265/1303] Compiling DequeModule RigidDeque+Hashable.swift
[266/1303] Compiling DequeModule RigidDeque+Initializers.swift
[267/1303] Compiling DequeModule RigidDeque+Insertions.swift
[268/1303] Compiling DequeModule RigidDeque+Prepend.swift
[269/1303] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[270/1303] Compiling DequeModule Deque+Extras.swift
[271/1303] Compiling DequeModule Deque+Hashable.swift
[272/1303] Compiling DequeModule Deque+Testing.swift
[273/1303] Compiling DequeModule Deque._Storage.swift
[301/1303] Compiling DequeModule Deque+Codable.swift
[302/1303] Compiling DequeModule Deque+Collection.swift
[303/1303] Compiling DequeModule Deque+CustomReflectable.swift
[304/1303] Compiling DequeModule Deque+Descriptions.swift
[305/1303] Compiling DequeModule Deque+Equatable.swift
[306/1303] Compiling DequeModule Deque._UnsafeHandle.swift
[307/1303] Compiling DequeModule Deque.swift
[317/1303] Compiling tls13_server.cc
[319/1303] Compiling OrderedCollections OrderedSet+SubSequence.swift
[320/1303] Compiling OrderedCollections OrderedSet+Testing.swift
[321/1303] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[322/1303] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[323/1303] Compiling OrderedCollections OrderedSet.swift
[324/1303] Compiling OrderedCollections _UnsafeBitset.swift
[324/1303] Compiling tls13_enc.cc
[326/1303] Emitting module OrderedCollections
[327/1303] Compiling SwiftASN1 DER.swift
[329/1304] Compiling tls13_both.cc
[330/1304] Compiling tls13_client.cc
[332/1304] Compiling Crypto NISTCurvesKeys.swift
[333/1304] Compiling Crypto X25519Keys.swift
[334/1304] Compiling Crypto SymmetricKeys.swift
[335/1304] Compiling Crypto HMAC.swift
[336/1304] Compiling Crypto MACFunctions.swift
[337/1304] Compiling Crypto MessageAuthenticationCode.swift
[338/1304] Compiling Crypto AES.swift
[339/1304] Compiling Crypto ECDSASignature_boring.swift
[340/1304] Compiling Crypto ECDSA_boring.swift
[341/1304] Compiling Crypto EdDSA_boring.swift
[342/1304] Compiling Crypto MLDSA_boring.swift
[343/1304] Compiling Crypto MLDSA_wrapper.swift
[344/1304] Compiling Crypto ECDSA.swift
[345/1304] Compiling Crypto Ed25519.swift
[346/1304] Compiling Crypto MLDSA.swift
[347/1304] Compiling Crypto Signature.swift
[348/1304] Compiling Crypto CryptoKitErrors_boring.swift
[349/1304] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[353/1304] Compiling Crypto HPKE-Ciphersuite.swift
[354/1304] Compiling Crypto HPKE-KDF.swift
[355/1304] Compiling Crypto HPKE-KexKeyDerivation.swift
[356/1304] Compiling Crypto HPKE-LabeledExtract.swift
[357/1304] Compiling Crypto HPKE-Utils.swift
[358/1304] Compiling Crypto DHKEM.swift
[359/1304] Compiling Crypto HPKE-KEM-Curve25519.swift
[370/1313] Emitting module Crypto
[385/1313] Compiling DequeModule _UnsafeDequeSegments.swift
[431/1313] Compiling SwiftASN1 Errors.swift
[431/1313] Compiling t1_enc.cc
[432/1313] Compiling ssl_x509.cc
[436/1313] Emitting module SwiftASN1
[437/1313] Compiling Crypto RNG_boring.swift
[438/1313] Compiling Crypto SafeCompare_boring.swift
[439/1313] Compiling Crypto Zeroization_boring.swift
[440/1313] Compiling Crypto _CryptoModuleAnchor.swift
[441/1313] Compiling Crypto PrettyBytes.swift
[442/1313] Compiling Crypto SafeCompare.swift
[443/1313] Compiling Crypto SecureBytes.swift
[444/1313] Compiling Crypto Zeroization.swift
[445/1313] Compiling Crypto resource_bundle_accessor.swift
[445/1313] Compiling ssl_versions.cc
[447/1313] Compiling Histogram Histogram.swift
[448/1313] Emitting module Histogram
[452/1313] Compiling ssl_stat.cc
[453/1313] Compiling ssl_transcript.cc
[455/1313] Emitting module DequeModule
[456/1313] Emitting module SwiftProtobuf
[485/1322] Compiling ssl_session.cc
[486/1322] Compiling ssl_privkey.cc
[487/1378] Compiling ssl_file.cc
[488/1378] Compiling ssl_key_share.cc
[489/1378] Compiling ssl_credential.cc
[491/1378] Compiling GRPCCore UnsafeTransfer.swift
[492/1378] Compiling GRPCCore Metadata+GRPC.swift
[493/1378] Compiling GRPCCore MethodConfigs.swift
[494/1378] Compiling GRPCCore Result+Catching.swift
[495/1378] Compiling GRPCCore String+Extensions.swift
[496/1378] Compiling GRPCCore TaskGroup+CancellableTask.swift
[497/1378] Compiling GRPCCore ConditionalInterceptor.swift
[498/1378] Compiling GRPCCore ServerCancellationManager.swift
[499/1378] Compiling GRPCCore ServerRPCExecutor.swift
[500/1378] Compiling GRPCCore RPCRouter.swift
[501/1378] Compiling GRPCCore RegistrableRPCService.swift
[502/1378] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[503/1378] Compiling GRPCCore GRPCContiguousBytes.swift
[504/1378] Compiling GRPCCore MethodConfig.swift
[505/1378] Compiling GRPCCore ServiceConfig.swift
[506/1378] Compiling GRPCCore GRPCClient.swift
[507/1378] Compiling GRPCCore GRPCServer.swift
[508/1378] Compiling GRPCCore Base64.swift
[509/1378] Compiling GRPCCore AsyncSequenceOfOne.swift
[510/1378] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[510/1378] Compiling ssl_cipher.cc
[511/1378] Compiling ssl_cert.cc
[512/1378] Compiling ssl_lib.cc
[513/1378] Compiling ssl_buffer.cc
[514/1378] Compiling ssl_asn1.cc
[515/1378] Compiling ssl_aead_ctx.cc
[516/1378] Compiling s3_pkt.cc
[517/1378] Compiling s3_lib.cc
[518/1378] Compiling s3_both.cc
[519/1378] Compiling handshake_client.cc
[520/1378] Compiling handshake_server.cc
[522/1378] Compiling GRPCCore Metadata.swift
[523/1378] Compiling GRPCCore MethodDescriptor.swift
[524/1378] Compiling GRPCCore RPCError.swift
[525/1378] Compiling GRPCCore RuntimeError.swift
[526/1378] Compiling GRPCCore ServiceDescriptor.swift
[527/1378] Compiling GRPCCore Status.swift
[528/1378] Compiling GRPCCore CallOptions.swift
[529/1378] Compiling GRPCCore ClientContext.swift
[530/1378] Compiling GRPCCore ClientInterceptor.swift
[531/1378] Compiling GRPCCore ClientRequest.swift
[532/1378] Compiling GRPCCore ClientResponse.swift
[533/1378] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[534/1378] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[534/1384] Compiling handshake.cc
[536/1384] Compiling SwiftProtobuf duration.pb.swift
[537/1384] Compiling SwiftProtobuf empty.pb.swift
[538/1384] Compiling SwiftProtobuf field_mask.pb.swift
[539/1384] Compiling SwiftProtobuf source_context.pb.swift
[540/1384] Compiling SwiftProtobuf struct.pb.swift
[541/1384] Compiling SwiftProtobuf timestamp.pb.swift
[542/1384] Compiling SwiftProtobuf type.pb.swift
[543/1384] Compiling SwiftProtobuf wrappers.pb.swift
[544/1384] Compiling SwiftProtobuf resource_bundle_accessor.swift
[554/1384] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[555/1384] Compiling GRPCCore ClientRPCExecutor.swift
[556/1384] Compiling GRPCCore ClientRequest+Convenience.swift
[557/1384] Compiling GRPCCore ClientResponse+Convenience.swift
[558/1384] Compiling GRPCCore ClientStreamExecutor.swift
[559/1384] Compiling GRPCCore RetryDelaySequence.swift
[560/1384] Compiling GRPCCore ServerContext.swift
[561/1384] Compiling GRPCCore ServerInterceptor.swift
[562/1384] Compiling GRPCCore ServerRequest.swift
[563/1384] Compiling GRPCCore ServerResponse.swift
[564/1384] Compiling GRPCCore Coding.swift
[565/1384] Compiling GRPCCore CompressionAlgorithm.swift
[568/1384] Compiling GRPCCore BroadcastAsyncSequence.swift
[569/1384] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[570/1384] Compiling GRPCCore RPCWriter+Map.swift
[571/1384] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[572/1384] Compiling GRPCCore RPCWriter+Serialize.swift
[573/1384] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[574/1384] Compiling GRPCCore RPCAsyncSequence.swift
[575/1384] Compiling GRPCCore RPCWriter+Closable.swift
[576/1384] Compiling GRPCCore RPCWriter.swift
[577/1384] Compiling GRPCCore RPCWriterProtocol.swift
[578/1384] Compiling GRPCCore Timeout.swift
[579/1384] Compiling GRPCCore ClientTransport.swift
[580/1384] Compiling GRPCCore RPCParts.swift
[581/1384] Compiling GRPCCore RPCStream.swift
[582/1384] Compiling GRPCCore RetryThrottle.swift
[583/1384] Compiling GRPCCore ServerTransport.swift
[584/1384] Emitting module GRPCCore
[584/1384] Compiling handoff.cc
[585/1384] Compiling encrypted_client_hello.cc
[586/1384] Compiling dtls_record.cc
[587/1384] Compiling md5-x86_64-linux.S
[588/1384] Compiling dtls_method.cc
[589/1384] Compiling extensions.cc
[590/1384] Compiling md5-x86_64-apple.S
[591/1384] Compiling d1_srtp.cc
[592/1384] Compiling md5-586-linux.S
[593/1384] Compiling d1_pkt.cc
[594/1384] Compiling md5-586-apple.S
[595/1384] Compiling chacha20_poly1305_x86_64-linux.S
[596/1384] Compiling chacha20_poly1305_x86_64-apple.S
[597/1384] Compiling d1_lib.cc
[598/1384] Compiling chacha20_poly1305_armv8-win.S
[599/1384] Compiling chacha20_poly1305_armv8-linux.S
[600/1384] Compiling chacha-x86_64-apple.S
[601/1384] Compiling chacha-x86-linux.S
[602/1384] Compiling chacha-x86_64-linux.S
[603/1384] Compiling chacha-x86-apple.S
[604/1384] Compiling chacha20_poly1305_armv8-apple.S
[605/1384] Compiling chacha-armv8-win.S
[606/1384] Compiling chacha-armv8-linux.S
[625/1384] Compiling chacha-armv4-linux.S
[626/1384] Compiling aes128gcmsiv-x86_64-linux.S
[627/1384] Compiling chacha-armv8-apple.S
[628/1384] Compiling aes128gcmsiv-x86_64-apple.S
[629/1384] Compiling x86_64-mont5-linux.S
[630/1384] Compiling x86_64-mont5-apple.S
[630/1384] Compiling x86_64-mont-linux.S
[632/1384] Compiling x86_64-mont-apple.S
[633/1384] Compiling x86-mont-linux.S
[634/1384] Compiling x86-mont-apple.S
[635/1384] Compiling vpaes-x86_64-linux.S
[636/1384] Compiling vpaes-x86-linux.S
[636/1384] Compiling vpaes-x86_64-apple.S
[636/1384] Compiling vpaes-x86-apple.S
[639/1384] Compiling vpaes-armv8-win.S
[640/1384] Compiling vpaes-armv8-linux.S
[641/1384] Compiling vpaes-armv8-apple.S
[642/1384] Compiling sha512-x86_64-apple.S
[643/1384] Compiling sha512-x86_64-linux.S
[643/1384] Compiling vpaes-armv7-linux.S
[645/1384] Compiling err_data.cc
[646/1384] Compiling sha512-armv8-win.S
[647/1384] Compiling sha512-armv8-linux.S
[648/1384] Compiling sha512-armv4-linux.S
[649/1384] Compiling sha512-586-apple.S
[649/1384] Compiling sha512-586-linux.S
[651/1384] Compiling sha512-armv8-apple.S
[652/1384] Compiling sha256-x86_64-linux.S
[653/1384] Compiling sha256-x86_64-apple.S
[654/1384] Compiling sha256-armv8-win.S
[655/1384] Compiling sha256-armv4-linux.S
[656/1384] Compiling sha256-armv8-linux.S
[656/1384] Compiling sha256-586-linux.S
[658/1384] Compiling sha256-armv8-apple.S
[659/1384] Compiling sha256-586-apple.S
[659/1384] Compiling bio_ssl.cc
[661/1384] Compiling sha1-x86_64-linux.S
[662/1384] Compiling sha1-x86_64-apple.S
[663/1384] Compiling sha1-armv8-linux.S
[664/1384] Compiling sha1-armv8-win.S
[665/1384] Compiling sha1-586-apple.S
[666/1384] Compiling sha1-armv8-apple.S
[666/1384] Compiling sha1-586-linux.S
[668/1384] Compiling sha1-armv4-large-linux.S
[669/1384] Compiling rsaz-avx2-linux.S
[670/1384] Compiling rsaz-avx2-apple.S
[671/1384] Compiling rdrand-x86_64-linux.S
[672/1384] Compiling rdrand-x86_64-apple.S
[673/1384] Compiling p256_beeu-x86_64-asm-linux.S
[674/1384] Compiling p256_beeu-armv8-asm-win.S
[675/1384] Compiling p256_beeu-armv8-asm-linux.S
[676/1384] Compiling p256_beeu-x86_64-asm-apple.S
[677/1384] Compiling p256_beeu-armv8-asm-apple.S
[678/1384] Compiling p256-x86_64-asm-linux.S
[679/1384] Compiling p256-armv8-asm-win.S
[680/1384] Compiling p256-x86_64-asm-apple.S
[681/1384] Compiling ghashv8-armv8-win.S
[682/1384] Compiling p256-armv8-asm-linux.S
[683/1384] Compiling ghashv8-armv8-linux.S
[684/1384] Compiling p256-armv8-asm-apple.S
[685/1384] Compiling ghashv8-armv8-apple.S
[686/1384] Compiling d1_both.cc
[687/1384] Compiling ghashv8-armv7-linux.S
[688/1384] Compiling ghash-x86_64-linux.S
[689/1384] Compiling ghash-x86_64-apple.S
[690/1384] Compiling ghash-x86-linux.S
[691/1384] Compiling ghash-x86-apple.S
[692/1384] Compiling ghash-ssse3-x86_64-linux.S
[693/1384] Compiling ghash-ssse3-x86_64-apple.S
[694/1384] Compiling ghash-ssse3-x86-linux.S
[695/1384] Compiling ghash-ssse3-x86-apple.S
[696/1384] Compiling ghash-neon-armv8-win.S
[697/1384] Compiling ghash-neon-armv8-apple.S
[698/1384] Compiling co-586-apple.S
[698/1384] Compiling ghash-neon-armv8-linux.S
[700/1384] Compiling ghash-armv4-linux.S
[701/1384] Compiling co-586-linux.S
[702/1384] Compiling bn-armv8-win.S
[703/1384] Compiling bsaes-armv7-linux.S
[704/1384] Compiling bn-armv8-linux.S
[705/1384] Compiling bn-armv8-apple.S
[706/1384] Compiling armv8-mont-linux.S
[707/1384] Compiling bn-586-linux.S
[708/1384] Compiling bn-586-apple.S
[709/1384] Compiling armv8-mont-win.S
[710/1384] Compiling armv8-mont-apple.S
[711/1384] Compiling aesv8-gcm-armv8-win.S
[712/1384] Compiling armv4-mont-linux.S
[713/1384] Compiling aesv8-gcm-armv8-linux.S
[714/1384] Compiling aesv8-gcm-armv8-apple.S
[715/1384] Compiling aesv8-armv7-linux.S
[716/1384] Compiling aesv8-armv8-win.S
[716/1384] Compiling aesv8-armv8-linux.S
[718/1384] Compiling aesv8-armv8-apple.S
[719/1384] Compiling aesni-x86_64-apple.S
[720/1384] Compiling aesni-x86-linux.S
[720/1384] Compiling aesni-x86_64-linux.S
[722/1384] Compiling aesni-x86-apple.S
[723/1384] Compiling aesni-gcm-x86_64-linux.S
[724/1384] Compiling aes-gcm-avx2-x86_64-linux.S
[725/1384] Compiling aesni-gcm-x86_64-apple.S
[725/1384] Compiling aes-gcm-avx2-x86_64-apple.S
[727/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[756/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[757/1384] Compiling x_val.cc
[758/1384] Compiling x_x509a.cc
[759/1384] Compiling x_spki.cc
[760/1384] Compiling x_x509.cc
[761/1384] Compiling x_sig.cc
[762/1384] Compiling x_req.cc
[763/1384] Compiling x_pubkey.cc
[764/1384] Compiling x_exten.cc
[765/1384] Compiling x_name.cc
[766/1384] Compiling x_crl.cc
[768/1395] Compiling GRPCProtobuf GoogleRPCStatus.swift
[769/1395] Compiling GRPCProtobuf status.pb.swift
[769/1396] Compiling x_algor.cc
[770/1396] Compiling x509spki.cc
[771/1396] Compiling x_attrib.cc
[772/1396] Compiling x509rset.cc
[773/1396] Compiling x509cset.cc
[774/1396] Compiling x_all.cc
[775/1396] Compiling x509name.cc
[776/1396] Compiling x509_vpm.cc
[778/1396] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[778/1396] Compiling x509_vfy.cc
[780/1396] Compiling GRPCProtobuf code.pb.swift
[781/1396] Compiling GRPCProtobuf ErrorDetails.swift
[782/1396] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[783/1396] Compiling GRPCProtobuf ErrorDetails+Types.swift
[784/1396] Compiling GRPCProtobuf Coding.swift
[785/1396] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[786/1396] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[787/1396] Compiling GRPCProtobuf error_details.pb.swift
[788/1396] Emitting module GRPCProtobuf
[788/1396] Compiling x509_txt.cc
[789/1396] Compiling x509_v3.cc
[790/1396] Compiling x509_trs.cc
[791/1396] Compiling x509_set.cc
[792/1396] Compiling x509_req.cc
[793/1396] Compiling x509_ext.cc
[794/1396] Compiling x509_obj.cc
[795/1396] Compiling x509_lu.cc
[796/1441] Compiling x509_def.cc
[797/1441] Compiling x509_d2.cc
[798/1441] Compiling x509_att.cc
[799/1441] Compiling x509.cc
[800/1441] Compiling x509_cmp.cc
[801/1441] Compiling v3_prn.cc
[802/1441] Compiling v3_skey.cc
[803/1441] Compiling v3_purp.cc
[804/1441] Compiling v3_utl.cc
[805/1441] Compiling v3_pmaps.cc
[806/1441] Compiling v3_pcons.cc
[807/1441] Compiling v3_ocsp.cc
[808/1441] Compiling v3_int.cc
[809/1441] Compiling v3_ncons.cc
[810/1441] Compiling v3_lib.cc
[811/1441] Compiling v3_ia5.cc
[812/1441] Compiling v3_info.cc
[813/1441] Compiling v3_genn.cc
[814/1441] Compiling v3_extku.cc
[815/1441] Compiling v3_enum.cc
[816/1441] Compiling v3_crld.cc
[817/1441] Compiling v3_cpols.cc
[818/1441] Compiling v3_bitst.cc
[819/1441] Compiling v3_conf.cc
[820/1441] Compiling v3_bcons.cc
[821/1441] Compiling v3_alt.cc
[822/1441] Compiling v3_akeya.cc
[823/1441] Compiling v3_akey.cc
[824/1441] Compiling i2d_pr.cc
[825/1441] Compiling t_x509a.cc
[826/1441] Compiling t_x509.cc
[827/1441] Compiling t_crl.cc
[828/1441] Compiling t_req.cc
[829/1441] Compiling name_print.cc
[830/1441] Compiling rsa_pss.cc
[831/1441] Compiling policy.cc
[832/1441] Compiling by_file.cc
[833/1441] Compiling by_dir.cc
[834/1441] Compiling asn1_gen.cc
[835/1441] Compiling trust_token.cc
[836/1441] Compiling voprf.cc
[837/1441] Compiling algorithm.cc
[838/1441] Compiling a_digest.cc
[839/1441] Compiling a_verify.cc
[840/1441] Compiling a_sign.cc
[841/1441] Compiling thread_win.cc
[842/1441] Compiling thread_pthread.cc
[843/1441] Compiling thread.cc
[844/1441] Compiling stack.cc
[845/1441] Compiling siphash.cc
[846/1441] Compiling thread_none.cc
[847/1441] Compiling pmbtoken.cc
[848/1441] Compiling slhdsa.cc
[849/1441] Compiling spake2plus.cc
[850/1441] Compiling sha512.cc
[851/1441] Compiling sha256.cc
[852/1441] Compiling sha1.cc
[853/1441] Compiling rsa_extra.cc
[854/1441] Compiling rsa_print.cc
[855/1441] Compiling rsa_crypt.cc
[856/1441] Compiling refcount.cc
[858/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_shared.grpc.swift
[859/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_shared.pb.swift
[860/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_validation.grpc.swift
[861/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_validation.pb.swift
[861/1441] Compiling rc4.cc
[862/1445] Compiling rsa_asn1.cc
[863/1445] Compiling windows.cc
[864/1445] Compiling urandom.cc
[865/1445] Compiling trusty.cc
[866/1445] Compiling rand.cc
[867/1445] Compiling passive.cc
[868/1445] Compiling poly1305_arm_asm.S
[869/1445] Compiling ios.cc
[870/1445] Compiling getentropy.cc
[871/1445] Compiling forkunsafe.cc
[872/1445] Compiling fork_detect.cc
[873/1445] Compiling deterministic.cc
[874/1445] Compiling poly1305_vec.cc
[875/1445] Compiling poly1305_arm.cc
[876/1445] Compiling poly1305.cc
[877/1445] Compiling pool.cc
[878/1445] Compiling pkcs7.cc
[879/1445] Compiling pkcs8.cc
[880/1445] Compiling pkcs8_x509.cc
[881/1445] Compiling p5_pbev2.cc
[882/1445] Compiling pkcs7_x509.cc
[883/1445] Compiling pem_xaux.cc
[884/1445] Compiling pem_x509.cc
[885/1445] Compiling pem_pkey.cc
[886/1445] Compiling pem_pk8.cc
[888/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_errors.grpc.swift
[889/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_errors.pb.swift
[890/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_streams.grpc.swift
[891/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_streams.pb.swift
[891/1445] Compiling obj_xref.cc
[892/1445] Compiling mlkem.cc
[893/1445] Compiling mldsa.cc
[894/1445] Compiling pem_oth.cc
[895/1445] Compiling pem_info.cc
[896/1445] Compiling pem_lib.cc
[897/1445] Compiling mem.cc
[898/1445] Compiling poly_rq_mul.S
[899/1445] Compiling fips_shared_support.cc
[900/1445] Compiling pem_all.cc
[901/1445] Compiling obj.cc
[902/1445] Compiling md4.cc
[903/1445] Compiling md5.cc
[904/1445] Compiling lhash.cc
[905/1445] Compiling ex_data.cc
[906/1445] Compiling sign.cc
[907/1445] Compiling kyber.cc
[908/1445] Compiling hpke.cc
[909/1445] Compiling hrss.cc
[910/1445] Compiling scrypt.cc
[911/1445] Compiling pbkdf.cc
[912/1445] Compiling print.cc
[913/1445] Compiling p_x25519.cc
[915/1445] Emitting module _GRPCProtobufGenerated
[916/1445] Compiling _GRPCProtobufGenerated google_rpc_code.grpc.swift
[917/1445] Compiling _GRPCProtobufGenerated google_rpc_code.pb.swift
[918/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_errors.grpc.swift
[919/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_errors.pb.swift
[920/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_rpc.grpc.swift
[920/1445] Compiling p_x25519_asn1.cc
[921/1445] Compiling p_rsa_asn1.cc
[922/1445] Compiling p_ed25519.cc
[923/1445] Compiling p_rsa.cc
[924/1445] Compiling p_hkdf.cc
[925/1445] Compiling p_ed25519_asn1.cc
[926/1445] Compiling p_ec.cc
[927/1445] Compiling p_ec_asn1.cc
[928/1445] Compiling p_dh_asn1.cc
[929/1445] Compiling p_dh.cc
[930/1445] Compiling p_dsa_asn1.cc
[931/1445] Compiling evp_ctx.cc
[932/1445] Compiling evp.cc
[934/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_errors.grpc.swift
[935/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_errors.pb.swift
[936/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_events.grpc.swift
[937/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_events.pb.swift
[938/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_groups.grpc.swift
[939/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_groups.pb.swift
[940/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_schemas.grpc.swift
[941/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_schemas.pb.swift
[942/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_service.grpc.swift
[943/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_service.pb.swift
[943/1445] Compiling err.cc
[943/1445] Compiling engine.cc
[945/1445] Compiling evp_asn1.cc
[946/1445] Compiling ecdh.cc
[947/1445] Compiling ec_derive.cc
[948/1445] Compiling hash_to_curve.cc
[949/1445] Compiling ecdsa_asn1.cc
[950/1445] Compiling dsa.cc
[951/1445] Compiling ec_asn1.cc
[952/1445] Compiling dsa_asn1.cc
[953/1445] Compiling x25519-asm-arm.S
[954/1445] Compiling digest_extra.cc
[955/1445] Compiling params.cc
[956/1445] Compiling des.cc
[957/1445] Compiling dh_asn1.cc
[958/1445] Compiling bcm.cc
[959/1445] Compiling curve25519_64_adx.cc
[960/1445] Compiling spake25519.cc
[961/1445] Compiling cpu_intel.cc
[962/1445] Compiling crypto.cc
[963/1445] Compiling cpu_arm_linux.cc
[964/1445] Compiling curve25519.cc
[965/1445] Compiling cpu_arm_freebsd.cc
[966/1445] Compiling cpu_aarch64_win.cc
[967/1445] Compiling cpu_aarch64_sysreg.cc
[968/1445] Compiling cpu_aarch64_openbsd.cc
[969/1445] Compiling cpu_aarch64_linux.cc
[970/1445] Compiling cpu_aarch64_fuchsia.cc
[971/1445] Compiling cpu_aarch64_apple.cc
[972/1445] Compiling conf.cc
[973/1445] Compiling tls_cbc.cc
[974/1445] Compiling get_cipher.cc
[975/1445] Compiling e_tls.cc
[976/1445] Compiling e_rc4.cc
[977/1445] Compiling e_null.cc
[978/1445] Compiling e_rc2.cc
[979/1445] Compiling e_des.cc
[980/1445] Compiling e_chacha20poly1305.cc
[981/1445] Compiling e_aesgcmsiv.cc
[982/1445] Compiling derive_key.cc
[983/1445] Compiling e_aesctrhmac.cc
[984/1445] Compiling chacha.cc
[985/1445] Compiling unicode.cc
[986/1445] Compiling cbb.cc
[987/1445] Compiling cbs.cc
[988/1445] Compiling buf.cc
[989/1445] Compiling ber.cc
[990/1445] Compiling asn1_compat.cc
[991/1445] Compiling bn_asn1.cc
[992/1445] Compiling blake2.cc
[993/1445] Compiling convert.cc
[994/1445] Compiling socket_helper.cc
[995/1445] Compiling socket.cc
[996/1445] Compiling printf.cc
[997/1445] Compiling pair.cc
[998/1445] Compiling hexdump.cc
[999/1445] Compiling file.cc
[1000/1445] Compiling errno.cc
[1001/1445] Compiling fd.cc
[1002/1445] Compiling connect.cc
[1003/1445] Compiling bio_mem.cc
[1005/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_serverfeatures.grpc.swift
[1006/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_serverfeatures.pb.swift
[1007/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_shared.grpc.swift
[1008/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_shared.pb.swift
[1009/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_status.grpc.swift
[1010/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_status.pb.swift
[1011/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_streams.grpc.swift
[1012/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_streams.pb.swift
[1013/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_users.grpc.swift
[1014/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_users.pb.swift
[1014/1445] Compiling bio.cc
[1015/1445] Compiling base64.cc
[1016/1445] Compiling tasn_typ.cc
[1017/1445] Compiling tasn_fre.cc
[1018/1445] Compiling tasn_utl.cc
[1019/1445] Compiling tasn_enc.cc
[1020/1445] Compiling tasn_new.cc
[1021/1445] Compiling tasn_dec.cc
[1022/1445] Compiling posix_time.cc
[1023/1445] Compiling f_string.cc
[1024/1445] Compiling f_int.cc
[1025/1445] Compiling asn_pack.cc
[1026/1445] Compiling asn1_par.cc
[1028/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_monitoring.grpc.swift
[1029/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_monitoring.pb.swift
[1030/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_operations.grpc.swift
[1031/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_operations.pb.swift
[1032/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_persistent.grpc.swift
[1033/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_rpc.pb.swift
[1034/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_cluster.grpc.swift
[1035/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_cluster.pb.swift
[1036/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_gossip.grpc.swift
[1037/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_gossip.pb.swift
[1038/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_persistent.pb.swift
[1039/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_projections.grpc.swift
[1040/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_projections.pb.swift
[1041/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_redaction.grpc.swift
[1042/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_redaction.pb.swift
[1042/1445] Compiling a_utctm.cc
[1043/1445] Compiling asn1_lib.cc
[1044/1445] Compiling a_type.cc
[1045/1445] Compiling a_octet.cc
[1046/1445] Compiling a_time.cc
[1047/1445] Compiling a_strnid.cc
[1048/1445] Compiling a_strex.cc
[1049/1445] Compiling a_object.cc
[1050/1445] Compiling a_mbstr.cc
[1051/1445] Compiling a_i2d_fp.cc
[1052/1445] Compiling CGRPCNIOTransportZlib empty.c
[1053/1445] Compiling CDarwinOperatingSystemStats CDarwinOperatingSystemStats.c
[1054/1445] Compiling a_dup.cc
[1055/1445] Compiling fiat_p256_adx_sqr.S
[1056/1445] Compiling a_int.cc
[1057/1445] Compiling fiat_p256_adx_mul.S
[1058/1445] Compiling a_gentm.cc
[1059/1445] Compiling fiat_curve25519_adx_mul.S
[1060/1445] Compiling fiat_curve25519_adx_square.S
[1061/1445] Compiling a_d2i_fp.cc
[1062/1445] Compiling md5-x86_64-linux.S
[1063/1445] Compiling md5-x86_64-apple.S
[1064/1445] Compiling a_bitstr.cc
[1065/1445] Compiling md5-586-linux.S
[1066/1445] Compiling md5-586-apple.S
[1067/1445] Compiling chacha20_poly1305_x86_64-linux.S
[1068/1445] Compiling chacha20_poly1305_x86_64-apple.S
[1069/1445] Compiling chacha20_poly1305_armv8-win.S
[1070/1445] Compiling a_bool.cc
[1071/1445] Compiling chacha20_poly1305_armv8-linux.S
[1072/1445] Compiling chacha-x86_64-linux.S
[1073/1445] Compiling chacha-x86_64-apple.S
[1074/1445] Compiling chacha20_poly1305_armv8-apple.S
[1075/1445] Compiling chacha-x86-apple.S
[1076/1445] Compiling chacha-x86-linux.S
[1077/1445] Compiling chacha-armv8-win.S
[1078/1445] Compiling chacha-armv8-linux.S
[1079/1445] Compiling chacha-armv4-linux.S
[1080/1445] Compiling aes128gcmsiv-x86_64-linux.S
[1081/1445] Compiling aes128gcmsiv-x86_64-apple.S
[1082/1445] Compiling x86_64-mont5-linux.S
[1083/1445] Compiling chacha-armv8-apple.S
[1084/1445] Compiling x86_64-mont5-apple.S
[1085/1445] Compiling x86_64-mont-linux.S
[1086/1445] Compiling x86_64-mont-apple.S
[1087/1445] Compiling x86-mont-apple.S
[1087/1445] Compiling x86-mont-linux.S
[1089/1445] Compiling vpaes-x86_64-linux.S
[1090/1445] Compiling vpaes-x86_64-apple.S
[1091/1445] Compiling CCryptoBoringSSLShims shims.c
[1092/1445] Compiling vpaes-x86-linux.S
[1093/1445] Compiling vpaes-x86-apple.S
[1093/1445] Compiling vpaes-armv8-win.S
[1095/1445] Compiling vpaes-armv8-linux.S
[1096/1445] Compiling vpaes-armv7-linux.S
[1097/1445] Compiling sha512-x86_64-linux.S
[1098/1445] Compiling vpaes-armv8-apple.S
[1099/1445] Compiling sha512-x86_64-apple.S
[1100/1445] Compiling sha512-armv8-win.S
[1101/1445] Compiling sha512-armv8-linux.S
[1102/1445] Compiling sha512-armv4-linux.S
[1103/1445] Compiling sha512-586-linux.S
[1104/1445] Compiling sha512-armv8-apple.S
[1105/1445] Compiling sha512-586-apple.S
[1106/1445] Compiling sha256-x86_64-linux.S
[1107/1445] Compiling sha256-x86_64-apple.S
[1108/1445] Compiling sha256-armv8-win.S
[1109/1445] Compiling sha256-armv8-linux.S
[1110/1445] Compiling sha256-armv4-linux.S
[1111/1445] Compiling sha256-586-linux.S
[1112/1445] Compiling err_data.cc
[1113/1445] Compiling sha256-armv8-apple.S
[1114/1445] Compiling sha256-586-apple.S
[1115/1445] Compiling sha1-x86_64-linux.S
[1116/1445] Compiling sha1-x86_64-apple.S
[1117/1445] Compiling sha1-armv8-win.S
[1118/1445] Compiling sha1-armv8-linux.S
[1119/1445] Compiling sha1-armv4-large-linux.S
[1120/1445] Compiling sha1-586-apple.S
[1121/1445] Compiling sha1-586-linux.S
[1122/1445] Compiling sha1-armv8-apple.S
[1123/1445] Compiling rsaz-avx2-linux.S
[1124/1445] Compiling rsaz-avx2-apple.S
[1125/1445] Compiling rdrand-x86_64-linux.S
[1126/1445] Compiling rdrand-x86_64-apple.S
[1127/1445] Compiling p256_beeu-x86_64-asm-linux.S
[1128/1445] Compiling p256_beeu-x86_64-asm-apple.S
[1129/1445] Compiling p256_beeu-armv8-asm-win.S
[1130/1445] Compiling p256_beeu-armv8-asm-linux.S
[1131/1445] Compiling p256-x86_64-asm-linux.S
[1131/1445] Compiling p256_beeu-armv8-asm-apple.S
[1133/1445] Compiling p256-x86_64-asm-apple.S
[1134/1445] Compiling p256-armv8-asm-win.S
[1135/1445] Compiling p256-armv8-asm-linux.S
[1136/1445] Compiling ghashv8-armv8-win.S
[1137/1445] Compiling ghashv8-armv8-linux.S
[1138/1445] Compiling p256-armv8-asm-apple.S
[1139/1445] Compiling ghashv8-armv7-linux.S
[1140/1445] Compiling ghashv8-armv8-apple.S
[1141/1445] Compiling ghash-x86_64-linux.S
[1142/1445] Compiling ghash-x86-apple.S
[1143/1445] Compiling ghash-x86_64-apple.S
[1144/1445] Compiling ghash-x86-linux.S
[1145/1445] Compiling ghash-ssse3-x86_64-linux.S
[1145/1445] Compiling ghash-ssse3-x86_64-apple.S
[1146/1445] Compiling ghash-ssse3-x86-linux.S
[1147/1445] Compiling ghash-ssse3-x86-apple.S
[1149/1445] Compiling ghash-neon-armv8-win.S
[1150/1445] Compiling ghash-neon-armv8-linux.S
[1151/1445] Compiling ghash-neon-armv8-apple.S
[1152/1445] Compiling co-586-linux.S
[1153/1445] Compiling bsaes-armv7-linux.S
[1154/1445] Compiling ghash-armv4-linux.S
[1155/1445] Compiling bn-armv8-win.S
[1156/1445] Compiling co-586-apple.S
[1157/1445] Compiling bn-armv8-linux.S
[1158/1445] Compiling bn-armv8-apple.S
[1159/1445] Compiling bn-586-linux.S
[1160/1445] Compiling armv8-mont-linux.S
[1161/1445] Compiling bn-586-apple.S
[1161/1445] Compiling armv4-mont-linux.S
[1163/1445] Compiling armv8-mont-win.S
[1164/1445] Compiling armv8-mont-apple.S
[1165/1445] Compiling aesv8-gcm-armv8-linux.S
[1166/1445] Compiling aesv8-gcm-armv8-win.S
[1167/1445] Compiling aesv8-armv8-win.S
[1168/1445] Compiling aesv8-armv8-linux.S
[1169/1445] Compiling aesv8-gcm-armv8-apple.S
[1170/1445] Compiling aesv8-armv8-apple.S
[1171/1445] Compiling aesni-x86_64-linux.S
[1172/1445] Compiling aesv8-armv7-linux.S
[1173/1445] Compiling aesni-x86-linux.S
[1173/1445] Compiling aesni-x86_64-apple.S
[1175/1445] Compiling aesni-x86-apple.S
[1176/1445] Compiling aesni-gcm-x86_64-apple.S
[1177/1445] Compiling aesni-gcm-x86_64-linux.S
[1177/1445] Compiling aes-gcm-avx512-x86_64-linux.S
[1179/1445] Compiling aes-gcm-avx512-x86_64-apple.S
[1180/1445] Compiling aes-gcm-avx2-x86_64-linux.S
[1181/1445] Compiling aes-gcm-avx2-x86_64-apple.S
[1182/1445] Compiling xwing.cc
[1183/1445] Compiling x_spki.cc
[1184/1445] Compiling x_sig.cc
[1185/1445] Compiling x_req.cc
[1186/1445] Compiling x_x509a.cc
[1187/1445] Compiling c-nioatomics.c
[1188/1445] Compiling x_name.cc
[1189/1445] Compiling x_pubkey.cc
[1190/1445] Compiling x_x509.cc
[1191/1445] Compiling x_exten.cc
[1192/1445] Compiling c-atomics.c
[1193/1445] Compiling x_attrib.cc
[1194/1445] Compiling x509spki.cc
[1195/1445] Compiling x_crl.cc
[1196/1445] Compiling x509rset.cc
[1197/1445] Compiling x_algor.cc
[1198/1445] Compiling x_all.cc
[1199/1445] Compiling x509cset.cc
[1200/1445] Compiling x509name.cc
[1201/1452] Compiling x509_vpm.cc
[1202/1452] Compiling x509_vfy.cc
[1203/1452] Compiling x509_txt.cc
[1205/1452] Compiling NIOConcurrencyHelpers lock.swift
[1205/1452] Compiling x509_v3.cc
[1207/1452] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1208/1452] Compiling NIOConcurrencyHelpers NIOLock.swift
[1209/1452] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1210/1452] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1211/1452] Emitting module NIOConcurrencyHelpers
[1212/1452] Compiling NIOConcurrencyHelpers atomics.swift
[1212/1452] Compiling x509_req.cc
[1213/1452] Compiling x509_trs.cc
[1214/1452] Compiling x509_set.cc
[1215/1452] Compiling x509_obj.cc
[1216/1452] Compiling x509_lu.cc
[1217/1452] Compiling x509_ext.cc
[1218/1452] Compiling x509_def.cc
[1219/1452] Compiling x509_d2.cc
[1220/1452] Compiling x509_cmp.cc
[1221/1452] Compiling x509.cc
[1222/1452] Compiling x509_att.cc
[1223/1452] Compiling v3_skey.cc
[1224/1452] Compiling v3_prn.cc
[1225/1452] Compiling v3_purp.cc
[1226/1452] Compiling v3_utl.cc
[1227/1452] Compiling v3_pmaps.cc
[1228/1452] Compiling v3_pcons.cc
[1229/1452] Compiling v3_ocsp.cc
[1230/1452] Compiling v3_ncons.cc
[1231/1452] Compiling v3_lib.cc
[1232/1452] Compiling v3_int.cc
[1233/1452] Compiling v3_ia5.cc
[1234/1452] Compiling v3_genn.cc
[1235/1452] Compiling v3_info.cc
[1236/1452] Compiling v3_extku.cc
[1237/1452] Compiling v3_enum.cc
[1238/1452] Compiling v3_crld.cc
[1239/1452] Compiling v3_cpols.cc
[1240/1452] Compiling v3_bitst.cc
[1241/1452] Compiling v3_bcons.cc
[1242/1452] Compiling v3_conf.cc
[1243/1452] Compiling v3_akeya.cc
[1244/1452] Compiling v3_akey.cc
[1245/1452] Compiling v3_alt.cc
[1246/1452] Compiling t_x509a.cc
[1247/1452] Compiling t_x509.cc
[1248/1452] Compiling t_req.cc
[1249/1452] Compiling i2d_pr.cc
[1250/1452] Compiling t_crl.cc
[1251/1452] Compiling name_print.cc
[1252/1452] Compiling rsa_pss.cc
[1253/1452] Compiling policy.cc
[1254/1452] Compiling by_file.cc
[1255/1452] Compiling by_dir.cc
[1256/1452] Compiling asn1_gen.cc
[1257/1452] Compiling algorithm.cc
[1258/1452] Compiling a_verify.cc
[1259/1452] Compiling thread_win.cc
[1260/1452] Compiling a_digest.cc
[1261/1452] Compiling thread_pthread.cc
[1262/1452] Compiling a_sign.cc
[1263/1452] Compiling thread_none.cc
[1264/1452] Compiling trust_token.cc
[1265/1452] Compiling voprf.cc
[1266/1452] Compiling pmbtoken.cc
[1267/1452] Compiling thread.cc
[1268/1452] Compiling stack.cc
[1269/1452] Compiling sha512.cc
[1270/1452] Compiling sha256.cc
[1271/1452] Compiling siphash.cc
[1272/1452] Compiling sha1.cc
[1273/1452] Compiling slhdsa.cc
[1274/1452] Compiling rsa_extra.cc
[1275/1452] Compiling rsa_print.cc
[1276/1452] Compiling spake2plus.cc
[1277/1452] Compiling rsa_crypt.cc
[1278/1452] Compiling rc4.cc
[1279/1452] Compiling refcount.cc
[1280/1452] Compiling windows.cc
[1281/1452] Compiling urandom.cc
[1282/1452] Compiling trusty.cc
[1283/1452] Compiling rand.cc
[1284/1452] Compiling passive.cc
[1285/1452] Compiling ios.cc
[1286/1452] Compiling rsa_asn1.cc
[1287/1452] Compiling poly1305_arm_asm.S
[1288/1452] Compiling getentropy.cc
[1289/1452] Compiling deterministic.cc
[1290/1452] Compiling fork_detect.cc
[1291/1452] Compiling forkunsafe.cc
[1292/1452] Compiling poly1305_vec.cc
[1293/1452] Compiling poly1305_arm.cc
[1294/1452] Compiling poly1305.cc
[1295/1452] Compiling pool.cc
[1296/1452] Compiling pkcs8.cc
[1297/1452] Compiling pkcs8_x509.cc
[1298/1452] Compiling p5_pbev2.cc
[1299/1452] Compiling pkcs7.cc
[1300/1452] Compiling pem_xaux.cc
[1301/1452] Compiling pkcs7_x509.cc
[1302/1452] Compiling pem_x509.cc
[1303/1452] Compiling pem_pkey.cc
[1304/1452] Compiling pem_pk8.cc
[1305/1452] Compiling pem_oth.cc
[1306/1452] Compiling pem_info.cc
[1307/1452] Compiling pem_lib.cc
[1308/1452] Compiling obj_xref.cc
[1309/1452] Compiling mlkem.cc
[1310/1452] Compiling pem_all.cc
[1311/1452] Compiling mldsa.cc
[1312/1452] Compiling poly_rq_mul.S
[1313/1452] Compiling mem.cc
[1314/1452] Compiling fips_shared_support.cc
[1315/1452] Compiling obj.cc
[1316/1452] Compiling md5.cc
[1317/1452] Compiling md4.cc
[1318/1452] Compiling lhash.cc
[1319/1452] Compiling fuzzer_mode.cc
[1320/1452] Compiling kyber.cc
[1321/1452] Compiling ex_data.cc
[1322/1452] Compiling hpke.cc
[1323/1452] Compiling hrss.cc
[1324/1452] Compiling scrypt.cc
[1325/1452] Compiling print.cc
[1326/1452] Compiling sign.cc
[1327/1452] Compiling pbkdf.cc
[1328/1452] Compiling p_x25519_asn1.cc
[1329/1452] Compiling p_x25519.cc
[1330/1452] Compiling p_rsa_asn1.cc
[1331/1452] Compiling p_hkdf.cc
[1332/1452] Compiling p_rsa.cc
[1333/1452] Compiling p_ed25519_asn1.cc
[1334/1452] Compiling p_ed25519.cc
[1335/1452] Compiling p_ec_asn1.cc
[1336/1452] Compiling p_ec.cc
[1337/1452] Compiling p_dh_asn1.cc
[1338/1452] Compiling p_dsa_asn1.cc
[1339/1452] Compiling p_dh.cc
[1340/1452] Compiling err.cc
[1341/1452] Compiling engine.cc
[1342/1452] Compiling evp_ctx.cc
[1343/1452] Compiling evp.cc
[1344/1452] Compiling ecdsa_p1363.cc
[1345/1452] Compiling evp_asn1.cc
[1346/1452] Compiling ecdh.cc
[1347/1452] Compiling ecdsa_asn1.cc
[1348/1452] Compiling ec_derive.cc
[1349/1452] Compiling hash_to_curve.cc
[1350/1452] Compiling dsa.cc
[1351/1452] Compiling dsa_asn1.cc
[1352/1452] Compiling ec_asn1.cc
[1353/1452] Compiling x25519-asm-arm.S
[1354/1452] Compiling params.cc
[1355/1452] Compiling digest_extra.cc
[1356/1452] Compiling dh_asn1.cc
[1357/1452] Compiling curve25519_64_adx.cc
[1358/1452] Compiling des.cc
[1359/1452] Compiling spake25519.cc
[1360/1452] Compiling cpu_intel.cc
[1361/1452] Compiling crypto.cc
[1362/1452] Compiling cpu_arm_freebsd.cc
[1363/1452] Compiling cpu_arm_linux.cc
[1364/1452] Compiling curve25519.cc
[1365/1452] Compiling cpu_aarch64_win.cc
[1366/1452] Compiling cpu_aarch64_sysreg.cc
[1367/1452] Compiling cpu_aarch64_openbsd.cc
[1368/1452] Compiling cpu_aarch64_linux.cc
[1369/1452] Compiling cpu_aarch64_fuchsia.cc
[1370/1452] Compiling cpu_aarch64_apple.cc
[1371/1452] Compiling conf.cc
[1372/1452] Compiling tls_cbc.cc
[1373/1452] Compiling get_cipher.cc
[1374/1452] Compiling cms.cc
[1375/1452] Compiling e_tls.cc
[1376/1452] Compiling e_rc4.cc
[1377/1452] Compiling e_rc2.cc
[1378/1452] Compiling e_null.cc
[1379/1452] Compiling e_des.cc
[1380/1452] Compiling e_chacha20poly1305.cc
[1381/1452] Compiling e_aesgcmsiv.cc
[1382/1452] Compiling e_aesctrhmac.cc
[1383/1452] Compiling derive_key.cc
[1384/1452] Compiling e_aeseax.cc
[1385/1452] Compiling chacha.cc
[1386/1452] Compiling unicode.cc
[1387/1452] Compiling cbs.cc
[1388/1452] Compiling cbb.cc
[1389/1452] Compiling ber.cc
[1390/1452] Compiling asn1_compat.cc
[1391/1452] Compiling sqrt.cc
[1392/1452] Compiling buf.cc
[1393/1452] Compiling exponentiation.cc
[1394/1452] Compiling div.cc
[1395/1452] Compiling convert.cc
[1396/1452] Compiling blake2.cc
[1397/1452] Compiling bn_asn1.cc
[1398/1452] Compiling printf.cc
[1399/1452] Compiling pair.cc
[1400/1452] Compiling hexdump.cc
[1401/1452] Compiling file.cc
[1402/1452] Compiling fd.cc
[1403/1452] Compiling errno.cc
[1404/1452] Compiling bcm.cc
[1405/1452] Compiling bio_mem.cc
[1406/1452] Compiling bio.cc
[1407/1452] Compiling base64.cc
[1408/1452] Compiling tasn_typ.cc
[1409/1452] Compiling tasn_fre.cc
[1410/1452] Compiling tasn_enc.cc
[1411/1452] Compiling tasn_utl.cc
[1412/1452] Compiling tasn_new.cc
[1413/1452] Compiling posix_time.cc
[1414/1452] Compiling tasn_dec.cc
[1415/1452] Compiling f_string.cc
[1416/1452] Compiling f_int.cc
[1417/1452] Compiling asn_pack.cc
[1418/1452] Compiling asn1_par.cc
[1419/1452] Compiling asn1_lib.cc
[1420/1452] Compiling a_utctm.cc
[1421/1452] Compiling a_type.cc
[1422/1452] Compiling a_time.cc
[1423/1452] Compiling a_strnid.cc
[1424/1452] Compiling a_strex.cc
[1424/1452] Compiling a_octet.cc
[1426/1452] Compiling a_mbstr.cc
[1426/1452] Compiling a_object.cc
[1426/1452] Write sources
[1437/1452] Compiling a_int.cc
[1438/1452] Compiling a_i2d_fp.cc
[1439/1452] Compiling a_dup.cc
[1440/1454] Compiling a_d2i_fp.cc
[1441/1473] Compiling a_gentm.cc
[1442/1473] Compiling aes.cc
[1443/1482] Compiling a_bool.cc
[1445/1530] Emitting module BenchmarkShared
[1446/1530] Compiling BenchmarkShared Command+Helpers.swift
[1446/1530] Compiling a_bitstr.cc
[1448/1539] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1449/1539] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1450/1539] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1451/1539] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1452/1539] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1453/1539] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1454/1539] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1455/1539] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1456/1540] Compiling Atomics Unmanaged extensions.swift
[1456/1540] Write Objects.LinkFileList
[1458/1540] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1459/1540] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1460/1540] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1461/1540] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[1462/1540] Compiling ArgumentParserToolInfo ToolInfo.swift
[1463/1540] Emitting module ArgumentParserToolInfo
[1463/1579] Linking BenchmarkBoilerplateGenerator-tool
[1465/1579] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1466/1579] Compiling CryptoBoringWrapper RandomBytes.swift
[1466/1579] Generating plugin support files
[1467/1579] Write sources
[1469/1579] Compiling ArgumentParser ParserError.swift
[1470/1579] Compiling ArgumentParser SplitArguments.swift
[1471/1579] Compiling ArgumentParser DumpHelpGenerator.swift
[1472/1579] Compiling ArgumentParser HelpCommand.swift
[1473/1579] Compiling ArgumentParser ParsableArguments.swift
[1474/1579] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1475/1584] Compiling ArgumentParser CommandParser.swift
[1476/1584] Compiling ArgumentParser InputKey.swift
[1477/1584] Compiling ArgumentParser NameSpecification.swift
[1478/1584] Compiling ArgumentParser Option.swift
[1479/1584] Compiling ArgumentParser OptionGroup.swift
[1480/1584] Compiling ArgumentParser AsyncParsableCommand.swift
[1481/1584] Compiling ArgumentParser CommandConfiguration.swift
[1482/1584] Compiling ArgumentParser CommandGroup.swift
[1483/1584] Compiling ArgumentParser EnumerableFlag.swift
[1484/1584] Compiling ArgumentParser ExpressibleByArgument.swift
[1485/1588] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1492/1588] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1495/1588] Compiling ArgumentParser Platform.swift
[1496/1588] Compiling ArgumentParser SequenceExtensions.swift
[1497/1588] Compiling ArgumentParser StringExtensions.swift
[1498/1588] Compiling ArgumentParser Tree.swift
[1499/1588] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1500/1588] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1501/1588] Compiling CryptoBoringWrapper EllipticCurve.swift
[1502/1588] Emitting module CryptoBoringWrapper
[1503/1588] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1504/1588] Emitting module ArgumentParser
[1505/1588] Compiling ArgumentParser ParsableCommand.swift
[1506/1588] Compiling ArgumentParser ArgumentDecoder.swift
[1507/1588] Compiling ArgumentParser HelpGenerator.swift
[1508/1588] Compiling ArgumentParser MessageInfo.swift
[1509/1588] Compiling ArgumentParser UsageGenerator.swift
[1510/1588] Compiling ArgumentParser CollectionExtensions.swift
[1511/1588] Compiling ArgumentParser InputOrigin.swift
[1512/1588] Compiling ArgumentParser Name.swift
[1513/1588] Compiling ArgumentParser Parsed.swift
[1514/1588] Compiling ArgumentParser ParsedValues.swift
[1515/1588] Compiling ArgumentParser ArgumentDefinition.swift
[1516/1588] Compiling ArgumentParser ArgumentSet.swift
[1517/1588] Compiling ArgumentParser ArgumentHelp.swift
[1518/1588] Compiling ArgumentParser ArgumentVisibility.swift
[1519/1588] Compiling ArgumentParser CompletionKind.swift
[1520/1588] Compiling ArgumentParser Errors.swift
[1521/1588] Compiling ArgumentParser Flag.swift
[1522/1588] Emitting module AsyncAlgorithms
[1523/1588] Emitting module Atomics
[1524/1717] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1525/1717] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1526/1717] Compiling NIOCore RecvByteBufferAllocator.swift
[1527/1717] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1528/1717] Compiling NIOCore BSDSocketAPI.swift
[1529/1717] Compiling NIOCore ByteBuffer-aux.swift
[1530/1717] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1531/1717] Compiling NIOCore ByteBuffer-conversions.swift
[1532/1717] Compiling NIOCore ByteBuffer-core.swift
[1533/1717] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1534/1717] Compiling NIOCore FileDescriptor.swift
[1535/1717] Compiling NIOCore FileHandle.swift
[1536/1717] Compiling NIOCore FileRegion.swift
[1537/1717] Compiling NIOCore GlobalSingletons.swift
[1538/1717] Compiling NIOCore NIOAsyncWriter.swift
[1539/1717] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1540/1717] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1541/1717] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1542/1717] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1543/1717] Compiling NIOCore IO.swift
[1544/1717] Compiling NIOCore IOData.swift
[1545/1717] Compiling NIOCore ByteBuffer-hex.swift
[1546/1717] Compiling NIOCore ByteBuffer-int.swift
[1547/1717] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1548/1717] Compiling NIOCore ByteBuffer-multi-int.swift
[1549/1717] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1550/1717] Compiling NIOCore ByteBuffer-views.swift
[1551/1717] Compiling NIOCore Channel.swift
[1552/1717] Compiling NIOCore AddressedEnvelope.swift
[1553/1717] Compiling NIOCore AsyncAwaitSupport.swift
[1554/1717] Compiling NIOCore AsyncChannel.swift
[1555/1717] Compiling NIOCore AsyncChannelHandler.swift
[1556/1717] Compiling NIOCore AsyncChannelInboundStream.swift
[1557/1717] Compiling NIOCore CircularBuffer.swift
[1558/1717] Compiling NIOCore Codec.swift
[1559/1717] Compiling NIOCore ConvenienceOptionSupport.swift
[1560/1717] Compiling NIOCore DeadChannel.swift
[1566/1717] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1567/1717] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1568/1717] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1569/1717] Compiling NIOCore EventLoopFuture.swift
[1570/1717] Compiling NIOCore ChannelHandlers.swift
[1571/1717] Compiling NIOCore ChannelInvoker.swift
[1572/1717] Compiling NIOCore ChannelOption.swift
[1573/1717] Compiling NIOCore ChannelPipeline.swift
[1574/1717] Compiling NIOCore NIOCoreSendableMetatype.swift
[1575/1717] Compiling NIOCore NIODecodedAsyncSequence.swift
[1576/1717] Compiling NIOCore NIOLoopBound.swift
[1577/1717] Compiling NIOCore ChannelHandler.swift
[1578/1717] Compiling NIOCore MarkedCircularBuffer.swift
[1579/1717] Compiling NIOCore MulticastChannel.swift
[1580/1717] Compiling NIOCore NIOAny.swift
[1581/1717] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1582/1717] Compiling NIOCore DispatchQueue+WithFuture.swift
[1583/1717] Compiling NIOCore EventLoop+Deprecated.swift
[1584/1717] Compiling NIOCore EventLoop+SerialExecutor.swift
[1585/1717] Compiling NIOCore EventLoop.swift
[1586/1755] Emitting module CryptoExtras
[1587/1761] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1588/1761] Compiling ServiceLifecycle ServiceRunnerError.swift
[1589/1761] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[1590/1761] Compiling Benchmark NIOLock.swift
[1591/1761] Compiling Benchmark lock.swift
[1592/1761] Compiling Benchmark OperatingSystemStats.swift
[1593/1761] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[1594/1761] Compiling Benchmark Blackhole.swift
[1595/1761] Compiling Benchmark Int+Extensions.swift
[1596/1761] Compiling Benchmark ARCStats.swift
[1597/1761] Compiling Benchmark ARCStatsProducer.swift
[1598/1761] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[1599/1761] Compiling Benchmark BenchmarkRunner.swift
[1600/1761] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[1601/1761] Compiling Benchmark BenchmarkThresholds.swift
[1602/1761] Compiling Benchmark MallocStats.swift
[1605/1761] Compiling NIOCore IPProtocol.swift
[1606/1761] Compiling NIOCore IntegerBitPacking.swift
[1607/1761] Compiling NIOCore IntegerTypes.swift
[1608/1761] Compiling NIOCore Interfaces.swift
[1609/1761] Compiling CryptoExtras ThreadWindows.swift
[1640/1768] Compiling NIOCore SocketAddresses.swift
[1641/1768] Compiling NIOCore SocketOptionProvider.swift
[1642/1768] Compiling NIOCore SystemCallHelpers.swift
[1643/1768] Compiling NIOCore TimeAmount+Duration.swift
[1644/1768] Compiling NIOCore TypeAssistedChannelHandler.swift
[1645/1768] Compiling ServiceLifecycle Service.swift
[1646/1768] Compiling ServiceLifecycle GracefulShutdown.swift
[1647/1768] Compiling ServiceLifecycle ClosureService.swift
[1648/1768] Compiling ServiceLifecycle CancellationWaiter.swift
[1649/1768] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1650/1768] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1651/1768] Emitting module ServiceLifecycle
[1652/1768] Compiling ServiceLifecycle ServiceGroup.swift
[1653/1768] Compiling Benchmark MallocStats+jemalloc-support.swift
[1654/1768] Compiling Benchmark BenchmarkExecutor.swift
[1655/1768] Compiling Benchmark BenchmarkInternals.swift
[1656/1768] Compiling Benchmark BenchmarkMetric+Defaults.swift
[1657/1768] Compiling Benchmark BenchmarkMetric.swift
[1658/1768] Compiling Benchmark BenchmarkResult.swift
[1659/1768] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[1668/1768] Compiling NIOCore NIOScheduledCallback.swift
[1669/1768] Compiling NIOCore NIOSendable.swift
[1674/1768] Compiling Benchmark Benchmark.swift
[1675/1768] Compiling Benchmark BenchmarkClock.swift
[1676/1768] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[1677/1768] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[1678/1768] Compiling Benchmark OutputSuppressor.swift
[1679/1768] Compiling Benchmark Progress.swift
[1681/1770] Emitting module _CryptoExtras
[1682/1770] Compiling _CryptoExtras Exports.swift
[1688/1770] Compiling NIOCore UniversalBootstrapSupport.swift
[1689/1770] Compiling NIOCore Utilities.swift
[1697/1869] Compiling X509 EmailAddress.swift
[1698/1869] Compiling X509 LocalityName.swift
[1699/1869] Compiling X509 OrganizationName.swift
[1700/1869] Compiling X509 OrganizationalUnitName.swift
[1701/1869] Compiling X509 CMSAttribute.swift
[1702/1869] Compiling X509 CMSContentInfo.swift
[1703/1869] Compiling X509 CMSEncapsulatedContentInfo.swift
[1704/1869] Compiling X509 CMSIssuerAndSerialNumber.swift
[1705/1869] Compiling X509 CMSOperations.swift
[1706/1869] Compiling X509 CMSSignature.swift
[1707/1869] Compiling X509 CMSSignedData.swift
[1708/1869] Compiling X509 CMSSignerIdentifier.swift
[1709/1869] Compiling X509 CMSSignerInfo.swift
[1710/1869] Compiling X509 CMSVersion.swift
[1711/1869] Compiling X509 URIConstraints.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1712/1869] Compiling X509 VersionPolicy.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1713/1869] Compiling X509 ServerIdentityPolicy.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1714/1872] Compiling X509 CustomPrivateKey.swift
[1715/1872] Compiling X509 Digests.swift
[1716/1872] Compiling X509 DistinguishedName.swift
[1717/1872] Compiling X509 CommonName.swift
[1718/1872] Compiling X509 CountryName.swift
[1719/1872] Compiling X509 DNBuilder.swift
[1720/1872] Compiling X509 DomainComponent.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1728/1882] Compiling X509 Curve25519+DER.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1729/1882] Compiling X509 NameConstraintsPolicy.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1730/1882] Compiling X509 RFC5280Policy.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
[1740/1882] Compiling Benchmark ProgressElements.swift
[1741/1882] Compiling Benchmark Utilities.swift
[1742/1882] Compiling Benchmark Statistics.swift
[1743/1882] Compiling X509 VerificationDiagnostic.swift
[1744/1882] Compiling X509 Verifier.swift
[1745/1882] Compiling X509 OCSPExtensionID.swift
[1746/1882] Compiling X509 OCSPNonce.swift
[1747/1882] Compiling X509 OCSPPolicy.swift
[1748/1882] Compiling X509 OCSPRequest.swift
[1749/1882] Compiling X509 OCSPResponse.swift
[1750/1882] Compiling X509 OCSPResponseBytes.swift
[1751/1882] Compiling X509 OCSPResponseData.swift
[1752/1882] Compiling X509 OCSPResponseStatus.swift
[1753/1882] Compiling X509 OCSPSignature.swift
[1754/1882] Compiling X509 OCSPSingleRequest.swift
[1755/1882] Compiling X509 OCSPSingleResponse.swift
[1756/1882] Compiling X509 SubjectKeyIdentifier.swift
[1757/1882] Compiling X509 Extension.swift
[1758/1882] Compiling X509 Extensions.swift
[1759/1882] Compiling X509 ExtensionsBuilder.swift
[1760/1882] Compiling X509 GeneralName.swift
[1761/1882] Compiling X509 Lock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1762/1882] Emitting module Benchmark
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "../../Headers/jemalloc.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-jemalloc/Sources/jemalloc/../../Headers/jemalloc.h:1:10: error: 'jemalloc/jemalloc.h' file not found
1 | #include <jemalloc/jemalloc.h>
  |          `- error: 'jemalloc/jemalloc.h' file not found
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/package-benchmark/Sources/Benchmark/MallocStats/MallocStatsProducer+jemalloc.swift:14:8: error: could not build Objective-C module 'jemalloc'
 12 |
 13 | #if canImport(jemalloc)
 14 | import jemalloc
    |        `- error: could not build Objective-C module 'jemalloc'
 15 |
 16 | // We currently register a number of MIB:s that aren't in use that
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-nio-transport.git
Fetching https://github.com/ordo-one/package-benchmark.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/apple/swift-log.git
[1/30098] Fetching grpc-swift-2
[2/32591] Fetching grpc-swift-2, grpc-swift-protobuf
[576/38386] Fetching grpc-swift-2, grpc-swift-protobuf, grpc-swift-nio-transport
[634/45041] Fetching grpc-swift-2, grpc-swift-protobuf, grpc-swift-nio-transport, swift-log
[826/51882] Fetching grpc-swift-2, grpc-swift-protobuf, grpc-swift-nio-transport, swift-log, package-benchmark
[38339/99619] Fetching grpc-swift-2, grpc-swift-protobuf, grpc-swift-nio-transport, swift-log, package-benchmark, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.08s)
[33241/69521] Fetching grpc-swift-protobuf, grpc-swift-nio-transport, swift-log, package-benchmark, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.33s)
Fetched https://github.com/ordo-one/package-benchmark.git from cache (5.33s)
Fetched https://github.com/grpc/grpc-swift-nio-transport.git from cache (5.33s)
Fetched https://github.com/apple/swift-log.git from cache (5.33s)
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (5.33s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.4.0 (5.93s)
Fetching https://github.com/apple/swift-collections.git
[1/23686] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.46s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.3.0 (3.06s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.53s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 2.7.0 (0.57s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2847] Fetching swift-nio-transport-services
[115/4650] Fetching swift-nio-transport-services, swift-asn1
[253/11802] Fetching swift-nio-transport-services, swift-asn1, swift-certificates
[425/18321] Fetching swift-nio-transport-services, swift-asn1, swift-certificates, swift-nio-extras
[1979/30429] Fetching swift-nio-transport-services, swift-asn1, swift-certificates, swift-nio-extras, swift-nio-http2
[3651/45869] Fetching swift-nio-transport-services, swift-asn1, swift-certificates, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[31890/129088] Fetching swift-nio-transport-services, swift-asn1, swift-certificates, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.68s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.68s)
[23373/115177] Fetching swift-nio-transport-services, swift-certificates, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.59s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.59s)
[57434/93218] Fetching swift-nio-transport-services, swift-certificates, swift-nio
Fetched https://github.com/apple/swift-certificates.git from cache (7.17s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (7.17s)
Fetched https://github.com/apple/swift-nio.git from cache (7.17s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (7.68s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (1.71s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (2.79s)
Fetching https://github.com/apple/swift-crypto.git
[1/17436] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.49s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1043] Fetching swift-http-types
[64/2285] Fetching swift-http-types, swift-http-structured-headers
[102/5030] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[715/11088] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-algorithms
[1476/17335] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-algorithms, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.95s)
[6767/16292] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-algorithms, swift-async-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.17s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.18s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.18s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.24s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.43s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (0.78s)
Computing version for https://github.com/ordo-one/package-benchmark.git
Computed https://github.com/ordo-one/package-benchmark.git at 1.31.0 (0.57s)
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/203] Fetching texttable
[71/825] Fetching texttable, hdrhistogram-swift
[335/860] Fetching texttable, hdrhistogram-swift, package-jemalloc
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.76s)
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (1.47s)
Fetched https://github.com/ordo-one/TextTable.git from cache (1.47s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.47s)
Computing version for https://github.com/ordo-one/package-jemalloc.git
Computed https://github.com/ordo-one/package-jemalloc.git at 1.0.0 (2.17s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.2.0 (0.66s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.58s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/ordo-one/TextTable.git
Working copy of https://github.com/ordo-one/TextTable.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
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.5.1
Creating working copy for https://github.com/grpc/grpc-swift-nio-transport.git
Working copy of https://github.com/grpc/grpc-swift-nio-transport.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.43.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift.git
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.34.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.5.0
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.4.0
Creating working copy for https://github.com/ordo-one/package-jemalloc.git
Working copy of https://github.com/ordo-one/package-jemalloc.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/ordo-one/package-benchmark.git
Working copy of https://github.com/ordo-one/package-benchmark.git resolved at 1.31.0
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
warning: you may be able to install jemalloc using your system-packager:
    brew install jemalloc
BUILD FAILURE 6.2 macosSpm