Build Information
Failed to build swift-kurrentdb, reference main (941986), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 18:14:27 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gradyzhuo/swift-kurrentdb.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gradyzhuo/swift-kurrentdb
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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
[2/10] Write BenchmarkBoilerplateGenerator-tool-entitlement.plist
[2/10] Write sources
[5/10] Compiling CSystem shims.c
[6/10] Write swift-version--3CB7CFEC50E0D141.txt
[8/40] Emitting module ArgumentParserToolInfo
[9/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/79] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/79] Compiling ArgumentParser CompletionsGenerator.swift
[12/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/82] Emitting module SystemPackage
[14/82] Compiling SystemPackage Util+StringArray.swift
[15/82] Compiling SystemPackage Util.swift
[16/82] Compiling SystemPackage UtilConsumers.swift
[17/82] Compiling ArgumentParser ArgumentDecoder.swift
[18/82] Compiling ArgumentParser ArgumentDefinition.swift
[19/82] Compiling ArgumentParser ArgumentSet.swift
[20/82] Compiling ArgumentParser ParsableArguments.swift
[21/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[22/82] Compiling ArgumentParser ParsableCommand.swift
[23/82] Compiling ArgumentParser CommandGroup.swift
[24/82] Compiling ArgumentParser EnumerableFlag.swift
[25/82] Compiling ArgumentParser ExpressibleByArgument.swift
[26/82] Compiling ArgumentParser CommandParser.swift
[27/82] Compiling ArgumentParser InputKey.swift
[28/82] Compiling ArgumentParser HelpGenerator.swift
[29/82] Compiling ArgumentParser ArgumentVisibility.swift
[30/82] Compiling ArgumentParser CompletionKind.swift
[31/82] Compiling ArgumentParser Errors.swift
[32/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/82] Compiling ArgumentParser Argument.swift
[34/82] Compiling ArgumentParser ArgumentHelp.swift
[35/82] Compiling ArgumentParser OptionGroup.swift
[36/82] Compiling ArgumentParser AsyncParsableCommand.swift
[37/82] Compiling ArgumentParser CommandConfiguration.swift
[38/82] Compiling ArgumentParser Flag.swift
[39/82] Compiling ArgumentParser NameSpecification.swift
[40/82] Compiling ArgumentParser Option.swift
[41/82] Emitting module ArgumentParser
[42/86] Compiling ArgumentParser InputOrigin.swift
[43/86] Compiling ArgumentParser Name.swift
[44/86] Compiling ArgumentParser Parsed.swift
[45/86] Compiling ArgumentParser ParsedValues.swift
[55/86] Compiling ArgumentParser Platform.swift
[56/86] Compiling ArgumentParser SequenceExtensions.swift
[57/86] Compiling ArgumentParser StringExtensions.swift
[58/86] Compiling ArgumentParser Tree.swift
[64/86] Compiling ArgumentParser ParserError.swift
[65/86] Compiling ArgumentParser SplitArguments.swift
[66/86] Compiling ArgumentParser DumpHelpGenerator.swift
[67/86] Compiling ArgumentParser HelpCommand.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
[10/868] Write OfflineBenchmarks-entitlement.plist
[11/868] Write sources
[16/868] Copying PrivacyInfo.xcprivacy
[18/868] Write sources
[18/868] Copying PrivacyInfo.xcprivacy
[20/868] Write sources
[20/868] Copying PrivacyInfo.xcprivacy
[23/868] Write sources
[23/868] Copying PrivacyInfo.xcprivacy
[26/868] Write sources
[34/868] Copying PrivacyInfo.xcprivacy
[35/868] Write sources
[64/868] Compiling _NumericsShims _NumericsShims.c
[65/868] Compiling CSystem shims.c
[66/868] Compiling CNIOWindows WSAStartup.c
[68/868] Compiling CNIOWindows shim.c
[69/868] Compiling CNIOWASI CNIOWASI.c
[70/868] Compiling CNIOOpenBSD shim.c
[71/868] Compiling CNIOLinux 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/874] Compiling CNIOPosix event_loop_id.c
[80/904] Compiling CNIOLLHTTP c_nio_api.c
[81/1020] Compiling CNIOLLHTTP c_nio_llhttp.c
[82/1020] Compiling CNIODarwin shim.c
[84/1020] Compiling _CertificateInternals _TinyArray.swift
[85/1020] Emitting module _CertificateInternals
[86/1045] Compiling RealModule Real.swift
[87/1045] Compiling RealModule Float80+Real.swift
[88/1045] Compiling RealModule RealFunctions.swift
[89/1046] Compiling _NIOBase64 Base64.swift
[90/1046] Emitting module _NIOBase64
[91/1046] Compiling RealModule RelaxedArithmetic.swift
[92/1046] Compiling RealModule Float16+Real.swift
[93/1049] Compiling RealModule Float+Real.swift
[94/1136] Compiling RealModule ElementaryFunctions.swift
[95/1136] Compiling RealModule Double+Real.swift
[96/1136] Compiling RealModule AugmentedArithmetic.swift
[97/1136] Compiling Crypto AES-GCM.swift
[98/1136] Compiling Crypto AES-GCM_boring.swift
[99/1136] Emitting module RealModule
[99/1136] Compiling fiat_curve25519_adx_square.S
[100/1136] Compiling CNIOBoringSSLShims shims.c
[101/1136] Compiling fiat_curve25519_adx_mul.S
[103/1136] Compiling Crypto CryptoKitErrors.swift
[104/1136] Compiling Crypto Digest_boring.swift
[105/1136] Compiling Crypto Digest.swift
[106/1136] Compiling Crypto Digests.swift
[110/1137] Compiling Crypto HashFunctions.swift
[111/1137] Compiling Crypto HashFunctions_SHA2.swift
[112/1137] Compiling Crypto HashFunctions_SHA3.swift
[113/1151] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[114/1151] Compiling ComplexModule Complex.swift
[115/1151] Compiling ComplexModule Polar.swift
[116/1151] Compiling ComplexModule Complex+IntegerLiteral.swift
[117/1151] Compiling ComplexModule Complex+Numeric.swift
[118/1151] Compiling ComplexModule Complex+StringConvertible.swift
[119/1152] Compiling ComplexModule Scale.swift
[120/1152] Emitting module SystemPackage
[121/1152] Compiling Crypto ASN1Boolean.swift
[122/1152] Compiling Crypto PKCS8PrivateKey.swift
[123/1152] Compiling Crypto SEC1PrivateKey.swift
[124/1152] Compiling Crypto SubjectPublicKeyInfo.swift
[125/1152] Compiling Crypto CryptoError_boring.swift
[129/1152] Compiling Crypto ASN1.swift
[130/1152] Compiling Crypto ASN1Any.swift
[131/1152] Compiling Crypto Cipher.swift
[132/1152] Compiling Crypto Nonces.swift
[133/1152] Compiling Crypto ChaChaPoly_boring.swift
[134/1152] Compiling Crypto ChaChaPoly.swift
[135/1152] Compiling Crypto ASN1BitString.swift
[137/1152] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[138/1152] Compiling ComplexModule Complex+AlgebraicField.swift
[141/1152] Compiling ConcurrencyHelpers Lock.swift
[142/1152] Emitting module ConcurrencyHelpers
[143/1152] Compiling ConcurrencyHelpers LockedValueBox.swift
[144/1152] Compiling Logging MetadataProvider.swift
[145/1152] Emitting module InternalCollectionsUtilities
[155/1152] Compiling Crypto Digest_xkcp.swift
[156/1152] Compiling Crypto HPKE-AEAD.swift
[157/1152] Compiling Crypto HPKE-Ciphersuite.swift
[158/1152] Compiling Crypto HPKE-KDF.swift
[159/1152] Compiling Crypto HPKE-KexKeyDerivation.swift
[160/1152] Compiling Crypto HPKE-LabeledExtract.swift
[161/1152] Compiling ComplexModule Complex+Hashable.swift
[164/1152] Compiling ComplexModule Complex+ElementaryFunctions.swift
[165/1152] Emitting module ComplexModule
[166/1152] Compiling ComplexModule Complex+Codable.swift
[167/1152] Compiling SystemPackage Util+StringArray.swift
[168/1152] Compiling SystemPackage Util.swift
[169/1152] Compiling SystemPackage UtilConsumers.swift
[170/1155] Compiling _NIODataStructures PriorityQueue.swift
[171/1155] Compiling _NIODataStructures _TinyArray.swift
[172/1155] Emitting module _NIODataStructures
[173/1155] Compiling _NIODataStructures Heap.swift
[174/1213] Compiling Numerics Numerics.swift
[175/1213] Emitting module Numerics
[176/1247] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[177/1247] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[178/1247] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[179/1247] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[180/1250] Compiling ContainersPreview BidirectionalContainer.swift
[181/1250] Compiling ContainersPreview Container+Filter.swift
[182/1250] Compiling ContainersPreview Container+SpanwiseZip.swift
[183/1250] Compiling ContainersPreview Container.swift
[184/1250] Compiling ContainersPreview ContainerIterator.swift
[185/1250] Compiling ContainersPreview DynamicContainer.swift
[186/1250] Compiling ContainersPreview MutableContainer.swift
[187/1250] Compiling ContainersPreview PermutableContainer.swift
[188/1250] Compiling ContainersPreview RandomAccessContainer.swift
[189/1250] Compiling ContainersPreview RangeExpression2.swift
[190/1250] Compiling ContainersPreview RangeReplaceableContainer.swift
[191/1250] Compiling ContainersPreview Drain+Map.swift
[192/1250] Compiling UnixSignals UnixSignalsSequence.swift
[193/1250] Compiling UnixSignals UnixSignal.swift
[194/1250] Emitting module UnixSignals
[195/1250] Compiling ContainersPreview Inout.swift
[196/1250] Compiling ContainersPreview InputSpan.swift
[197/1250] Compiling ContainersPreview Shared.swift
[198/1250] Compiling Logging Locks.swift
[199/1250] Compiling Logging LogEvent.swift
[200/1250] Compiling Logging LogHandler.swift
[201/1250] Emitting module Logging
[202/1250] Compiling Logging Logging.swift
[203/1250] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[204/1250] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[205/1250] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[206/1250] Compiling ContainersPreview BorrowingSequence.swift
[207/1250] Emitting module ContainersPreview
[208/1252] Compiling ContainersPreview Producer.swift
[209/1252] Compiling ContainersPreview Borrow.swift
[210/1252] Compiling ContainersPreview Box.swift
[211/1252] Compiling ContainersPreview Drain+Reduce.swift
[212/1252] Compiling ContainersPreview Drain.swift
[213/1252] Compiling ContainersPreview Producer+Collect.swift
[214/1252] Compiling ContainersPreview Producer+Filter.swift
[215/1252] Compiling ContainersPreview Producer+Map.swift
[216/1252] Compiling ContainersPreview Producer+Reduce.swift
[217/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[218/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[219/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[220/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[221/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[222/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[223/1258] Compiling ContainersPreview OutputSpan+Extras.swift
[224/1258] Compiling ContainersPreview TemporaryAllocation.swift
[225/1258] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[226/1258] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[227/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[228/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[229/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[230/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[231/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[232/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[233/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[234/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[235/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[236/1258] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[237/1258] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[238/1258] Compiling OrderedCollections OrderedSet+Sendable.swift
[244/1258] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[268/1258] Compiling tls_method.cc
[268/1258] Compiling tls_record.cc
[278/1258] Compiling OrderedCollections OrderedSet+SubSequence.swift
[279/1258] Compiling OrderedCollections OrderedSet+Testing.swift
[280/1258] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[281/1258] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[282/1258] Compiling OrderedCollections OrderedSet.swift
[283/1258] Compiling OrderedCollections _UnsafeBitset.swift
[283/1258] Compiling tls13_server.cc
[284/1299] Compiling tls13_enc.cc
[285/1299] Compiling tls13_client.cc
[287/1299] Compiling DequeModule RigidDeque+Hashable.swift
[288/1299] Compiling DequeModule RigidDeque+Initializers.swift
[289/1299] Compiling DequeModule RigidDeque+Insertions.swift
[290/1299] Compiling DequeModule RigidDeque+Prepend.swift
[291/1303] Compiling DequeModule RigidDeque+Removals.swift
[292/1303] Compiling DequeModule RigidDeque+Replacements.swift
[293/1303] Compiling DequeModule RigidDeque+Testing.swift
[294/1303] Compiling DequeModule RigidDeque.swift
[295/1303] Compiling DequeModule RigidDeque+Consumption.swift
[296/1303] Compiling DequeModule RigidDeque+Container.swift
[297/1303] Compiling DequeModule RigidDeque+Descriptions.swift
[298/1303] Compiling DequeModule RigidDeque+Equatable.swift
[299/1303] Compiling DequeModule RigidDeque+Experimental.swift
[300/1303] Compiling DequeModule UniqueDeque+Equatable.swift
[301/1303] Compiling DequeModule UniqueDeque+Experimental.swift
[302/1303] Compiling DequeModule UniqueDeque+Hashable.swift
[303/1303] Compiling DequeModule UniqueDeque+Initializers.swift
[304/1303] Compiling DequeModule UniqueDeque+Append.swift
[305/1303] Compiling DequeModule UniqueDeque+Consumption.swift
[306/1303] Compiling DequeModule UniqueDeque+Container.swift
[307/1303] Compiling DequeModule UniqueDeque+Descriptions.swift
[308/1303] Emitting module OrderedCollections
[309/1303] Compiling DequeModule UniqueDeque+Insertions.swift
[310/1303] Compiling DequeModule UniqueDeque+Prepend.swift
[311/1303] Compiling DequeModule UniqueDeque+Removals.swift
[312/1303] Compiling DequeModule UniqueDeque+Replacements.swift
[319/1303] Compiling SwiftASN1 DER.swift
[320/1304] Compiling DequeModule Deque._UnsafeHandle.swift
[321/1304] Compiling DequeModule Deque.swift
[322/1304] Compiling DequeModule _DequeBuffer.swift
[323/1304] Compiling DequeModule _DequeBufferHeader.swift
[324/1304] Compiling DequeModule RigidDeque+Append.swift
[325/1304] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[326/1304] Compiling DequeModule Deque+Extras.swift
[327/1304] Compiling DequeModule Deque+Hashable.swift
[328/1304] Compiling DequeModule Deque+Testing.swift
[329/1304] Compiling DequeModule Deque._Storage.swift
[330/1304] Compiling DequeModule Deque+Codable.swift
[331/1304] Compiling DequeModule Deque+Collection.swift
[332/1304] Compiling DequeModule Deque+CustomReflectable.swift
[333/1304] Compiling DequeModule Deque+Descriptions.swift
[334/1304] Compiling DequeModule Deque+Equatable.swift
[345/1304] Emitting module Crypto
[345/1313] Compiling tls13_both.cc
[376/1313] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[377/1313] Compiling Crypto HPKE-KEM.swift
[378/1313] Compiling Crypto HPKE-Errors.swift
[379/1313] Compiling Crypto HPKE.swift
[380/1313] Compiling Crypto HPKE-Context.swift
[381/1313] Compiling Crypto HPKE-KeySchedule.swift
[382/1313] Compiling Crypto HPKE-Modes.swift
[383/1313] Compiling Crypto Insecure.swift
[384/1313] Compiling Crypto Insecure_HashFunctions.swift
[385/1313] Compiling Crypto MLKEM_boring.swift
[387/1313] Compiling DequeModule UniqueDeque.swift
[388/1313] Compiling DequeModule _DequeSlot.swift
[389/1313] Compiling DequeModule _UnsafeDequeHandle.swift
[390/1313] Compiling DequeModule _UnsafeDequeSegments.swift
[399/1313] Compiling Crypto ASN1Strings.swift
[400/1313] Compiling Crypto ArraySliceBigint.swift
[401/1313] Compiling Crypto GeneralizedTime.swift
[402/1313] Compiling Crypto ObjectIdentifier.swift
[403/1313] Compiling Crypto ECDSASignature.swift
[404/1313] Compiling Crypto PEMDocument.swift
[414/1313] Compiling Crypto EdDSA_boring.swift
[415/1313] Compiling Crypto MLDSA_boring.swift
[416/1313] Compiling Crypto MLDSA_wrapper.swift
[417/1313] Compiling Crypto ECDSA.swift
[418/1313] Compiling Crypto Ed25519.swift
[419/1313] Compiling Crypto MLDSA.swift
[420/1313] Compiling Crypto Signature.swift
[421/1313] Compiling Crypto CryptoKitErrors_boring.swift
[422/1313] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[431/1313] Compiling SwiftASN1 Errors.swift
[431/1313] Compiling t1_enc.cc
[432/1313] Compiling ssl_versions.cc
[433/1313] Compiling ssl_x509.cc
[434/1313] Compiling ssl_transcript.cc
[436/1313] Compiling Crypto RNG_boring.swift
[437/1313] Compiling Crypto SafeCompare_boring.swift
[438/1313] Compiling Crypto Zeroization_boring.swift
[439/1313] Compiling Crypto _CryptoModuleAnchor.swift
[440/1313] Compiling Crypto PrettyBytes.swift
[441/1313] Compiling Crypto SafeCompare.swift
[442/1313] Compiling Crypto SecureBytes.swift
[443/1313] Compiling Crypto Zeroization.swift
[444/1313] Compiling Crypto resource_bundle_accessor.swift
[445/1313] Compiling Histogram Histogram.swift
[446/1313] Emitting module Histogram
[449/1313] Emitting module SwiftASN1
[449/1313] Compiling ssl_stat.cc
[450/1313] Compiling ssl_session.cc
[451/1313] Compiling ssl_privkey.cc
[452/1313] Compiling ssl_key_share.cc
[453/1313] Compiling ssl_file.cc
[459/1313] Emitting module DequeModule
[459/1313] Compiling ssl_lib.cc
[460/1313] Compiling ssl_credential.cc
[471/1378] Compiling ssl_cipher.cc
[472/1378] Compiling ssl_cert.cc
[473/1378] Compiling ssl_buffer.cc
[475/1378] Compiling GRPCCore RPCWriter+Serialize.swift
[476/1378] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[477/1378] Compiling GRPCCore RPCAsyncSequence.swift
[478/1378] Compiling GRPCCore RPCWriter+Closable.swift
[479/1378] Compiling GRPCCore RPCWriter.swift
[480/1378] Compiling GRPCCore RPCWriterProtocol.swift
[481/1384] Compiling GRPCCore UnsafeTransfer.swift
[482/1384] Compiling GRPCCore Metadata+GRPC.swift
[483/1384] Compiling GRPCCore MethodConfigs.swift
[484/1384] Compiling GRPCCore Result+Catching.swift
[485/1384] Compiling GRPCCore String+Extensions.swift
[486/1384] Compiling GRPCCore TaskGroup+CancellableTask.swift
[487/1384] Compiling GRPCCore Timeout.swift
[488/1384] Compiling GRPCCore ClientTransport.swift
[489/1384] Compiling GRPCCore RPCParts.swift
[489/1384] Compiling ssl_asn1.cc
[490/1384] Compiling ssl_aead_ctx.cc
[491/1384] Compiling s3_pkt.cc
[492/1384] Compiling s3_lib.cc
[497/1384] Compiling GRPCCore RPCStream.swift
[498/1384] Compiling GRPCCore RetryThrottle.swift
[499/1384] Compiling GRPCCore ServerTransport.swift
[499/1384] Compiling s3_both.cc
[500/1384] Compiling handshake_server.cc
[501/1384] Compiling handshake_client.cc
[502/1384] Compiling handshake.cc
[504/1384] Compiling GRPCCore CompressionAlgorithm.swift
[505/1384] Compiling GRPCCore AsyncSequenceOfOne.swift
[506/1384] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[507/1384] Compiling GRPCCore BroadcastAsyncSequence.swift
[508/1384] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[509/1384] Compiling GRPCCore RPCWriter+Map.swift
[510/1384] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[511/1384] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[512/1384] Compiling GRPCCore ClientRPCExecutor.swift
[513/1384] Compiling GRPCCore ClientRequest+Convenience.swift
[514/1384] Compiling GRPCCore ClientResponse.swift
[515/1384] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[516/1384] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[517/1384] Compiling GRPCCore ConditionalInterceptor.swift
[518/1384] Compiling GRPCCore ServerCancellationManager.swift
[519/1384] Compiling GRPCCore ServerRPCExecutor.swift
[520/1384] Compiling GRPCCore RPCRouter.swift
[521/1384] Compiling GRPCCore RegistrableRPCService.swift
[522/1384] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[523/1384] Compiling GRPCCore GRPCContiguousBytes.swift
[524/1384] Compiling GRPCCore MethodConfig.swift
[525/1384] Compiling GRPCCore ServiceConfig.swift
[526/1384] Compiling GRPCCore GRPCClient.swift
[527/1384] Compiling GRPCCore GRPCServer.swift
[528/1384] Compiling GRPCCore Base64.swift
[529/1384] Compiling GRPCCore ServerContext.swift
[530/1384] Compiling GRPCCore ServerInterceptor.swift
[531/1384] Compiling GRPCCore ServerRequest.swift
[532/1384] Compiling GRPCCore ServerResponse.swift
[533/1384] Compiling GRPCCore Coding.swift
[534/1384] Emitting module SwiftProtobuf
[535/1384] Compiling GRPCCore ClientResponse+Convenience.swift
[536/1384] Compiling GRPCCore ClientStreamExecutor.swift
[537/1384] Compiling GRPCCore RetryDelaySequence.swift
[543/1384] Compiling handoff.cc
[568/1384] Compiling encrypted_client_hello.cc
[569/1384] Compiling dtls_record.cc
[570/1384] Compiling extensions.cc
[571/1384] Compiling md5-x86_64-apple.S
[572/1384] Compiling md5-x86_64-linux.S
[573/1384] Compiling dtls_method.cc
[574/1384] Compiling md5-586-linux.S
[575/1384] Compiling md5-586-apple.S
[576/1384] Compiling chacha20_poly1305_x86_64-linux.S
[578/1384] Compiling SwiftProtobuf duration.pb.swift
[579/1384] Compiling SwiftProtobuf empty.pb.swift
[580/1384] Compiling SwiftProtobuf field_mask.pb.swift
[581/1384] Compiling SwiftProtobuf source_context.pb.swift
[582/1384] Compiling SwiftProtobuf struct.pb.swift
[583/1384] Compiling SwiftProtobuf timestamp.pb.swift
[584/1384] Compiling SwiftProtobuf type.pb.swift
[585/1384] Compiling SwiftProtobuf wrappers.pb.swift
[586/1384] Compiling SwiftProtobuf resource_bundle_accessor.swift
[586/1384] Compiling chacha20_poly1305_x86_64-apple.S
[587/1384] Compiling chacha20_poly1305_armv8-win.S
[588/1384] Compiling chacha20_poly1305_armv8-linux.S
[589/1384] Compiling chacha-x86_64-linux.S
[590/1384] Compiling d1_srtp.cc
[591/1384] Compiling chacha20_poly1305_armv8-apple.S
[592/1384] Compiling d1_pkt.cc
[593/1384] Compiling chacha-x86-linux.S
[594/1384] Compiling chacha-x86_64-apple.S
[595/1384] Compiling chacha-x86-apple.S
[596/1384] Compiling chacha-armv8-win.S
[597/1384] Compiling chacha-armv8-linux.S
[598/1384] Compiling chacha-armv8-apple.S
[599/1384] Compiling chacha-armv4-linux.S
[600/1384] Compiling aes128gcmsiv-x86_64-linux.S
[601/1384] Compiling aes128gcmsiv-x86_64-apple.S
[602/1384] Compiling x86_64-mont5-linux.S
[603/1384] Compiling x86_64-mont5-apple.S
[604/1384] Compiling x86_64-mont-linux.S
[605/1384] Compiling d1_lib.cc
[606/1384] Compiling err_data.cc
[607/1384] Compiling x86_64-mont-apple.S
[608/1384] Compiling x86-mont-linux.S
[609/1384] Compiling x86-mont-apple.S
[610/1384] Compiling vpaes-x86_64-linux.S
[611/1384] Compiling vpaes-x86_64-apple.S
[612/1384] Compiling vpaes-x86-linux.S
[614/1384] Compiling GRPCCore CallOptions.swift
[615/1384] Compiling GRPCCore ClientContext.swift
[616/1384] Compiling GRPCCore ClientInterceptor.swift
[617/1384] Compiling GRPCCore ClientRequest.swift
[627/1384] Compiling GRPCCore Metadata.swift
[628/1384] Compiling GRPCCore MethodDescriptor.swift
[629/1384] Compiling GRPCCore RPCError.swift
[630/1384] Compiling GRPCCore RuntimeError.swift
[631/1384] Compiling GRPCCore ServiceDescriptor.swift
[632/1384] Compiling GRPCCore Status.swift
[633/1384] Emitting module GRPCCore
[639/1384] Compiling vpaes-x86-apple.S
[640/1384] Compiling vpaes-armv8-win.S
[641/1384] Compiling vpaes-armv8-linux.S
[642/1384] Compiling vpaes-armv7-linux.S
[643/1384] Compiling sha512-x86_64-linux.S
[643/1384] Compiling vpaes-armv8-apple.S
[645/1384] Compiling bio_ssl.cc
[646/1384] Compiling sha512-x86_64-apple.S
[647/1384] Compiling sha512-armv8-win.S
[648/1384] Compiling sha512-armv8-linux.S
[649/1384] Compiling sha512-586-linux.S
[650/1384] Compiling sha512-armv4-linux.S
[651/1384] Compiling sha512-586-apple.S
[652/1384] Compiling sha512-armv8-apple.S
[653/1384] Compiling sha256-x86_64-linux.S
[654/1384] Compiling sha256-x86_64-apple.S
[655/1384] Compiling sha256-armv8-win.S
[656/1384] Compiling sha256-armv8-linux.S
[657/1384] Compiling sha256-armv4-linux.S
[658/1384] Compiling d1_both.cc
[659/1384] Compiling sha256-586-apple.S
[660/1384] Compiling sha256-armv8-apple.S
[660/1384] Compiling sha1-x86_64-linux.S
[662/1384] Compiling sha256-586-linux.S
[663/1384] Compiling sha1-x86_64-apple.S
[664/1384] Compiling sha1-armv8-win.S
[665/1384] Compiling sha1-armv4-large-linux.S
[666/1384] Compiling sha1-armv8-linux.S
[667/1384] Compiling sha1-armv8-apple.S
[668/1384] Compiling rsaz-avx2-linux.S
[668/1384] Compiling sha1-586-linux.S
[668/1384] Compiling sha1-586-apple.S
[668/1384] Compiling rsaz-avx2-apple.S
[672/1384] Compiling rdrand-x86_64-linux.S
[673/1384] Compiling rdrand-x86_64-apple.S
[674/1384] Compiling p256_beeu-x86_64-asm-apple.S
[675/1384] Compiling p256_beeu-x86_64-asm-linux.S
[676/1384] Compiling p256_beeu-armv8-asm-win.S
[677/1384] Compiling p256-x86_64-asm-apple.S
[677/1384] Compiling p256-x86_64-asm-linux.S
[679/1384] Compiling p256_beeu-armv8-asm-linux.S
[680/1384] Compiling p256_beeu-armv8-asm-apple.S
[681/1384] Compiling p256-armv8-asm-win.S
[682/1384] Compiling p256-armv8-asm-linux.S
[683/1384] Compiling ghashv8-armv8-win.S
[684/1384] Compiling ghashv8-armv7-linux.S
[684/1384] Compiling p256-armv8-asm-apple.S
[686/1384] Compiling ghash-x86_64-linux.S
[686/1384] Compiling ghash-x86_64-apple.S
[688/1384] Compiling ghashv8-armv8-linux.S
[689/1384] Compiling ghashv8-armv8-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-linux.S
[694/1384] Compiling ghash-neon-armv8-win.S
[695/1384] Compiling ghash-ssse3-x86-apple.S
[695/1384] Compiling ghash-neon-armv8-linux.S
[697/1384] Compiling ghash-neon-armv8-apple.S
[698/1384] Compiling ghash-ssse3-x86_64-apple.S
[699/1384] Compiling ghash-armv4-linux.S
[700/1384] Compiling co-586-linux.S
[701/1384] Compiling co-586-apple.S
[702/1384] Compiling bsaes-armv7-linux.S
[703/1384] Compiling bn-armv8-win.S
[704/1384] Compiling bn-586-linux.S
[704/1384] Compiling bn-armv8-linux.S
[705/1384] Compiling bn-586-apple.S
[705/1384] Compiling bn-armv8-apple.S
[708/1384] Compiling armv8-mont-win.S
[709/1384] Compiling armv8-mont-apple.S
[710/1384] Compiling armv8-mont-linux.S
[711/1384] Compiling armv4-mont-linux.S
[712/1384] Compiling aesv8-armv8-linux.S
[713/1384] Compiling aesv8-armv8-win.S
[714/1384] Compiling aesv8-gcm-armv8-win.S
[715/1384] Compiling aesv8-gcm-armv8-linux.S
[716/1384] Compiling aesv8-armv8-apple.S
[717/1384] Compiling aesv8-gcm-armv8-apple.S
[718/1384] Compiling aesv8-armv7-linux.S
[719/1384] Compiling aesni-x86_64-linux.S
[720/1384] Compiling aesni-x86_64-apple.S
[721/1384] Compiling aesni-gcm-x86_64-linux.S
[721/1384] Compiling aesni-x86-apple.S
[723/1384] Compiling aesni-gcm-x86_64-apple.S
[752/1384] Compiling aesni-x86-linux.S
[753/1384] Compiling aes-gcm-avx2-x86_64-apple.S
[754/1384] Compiling aes-gcm-avx2-x86_64-linux.S
[755/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[756/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[757/1384] Compiling x_sig.cc
[758/1384] Compiling x_x509a.cc
[759/1384] Compiling x_spki.cc
[760/1384] Compiling x_req.cc
[761/1384] Compiling x_val.cc
[762/1384] Compiling x_x509.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 status.pb.swift
[769/1395] Compiling GRPCProtobuf GoogleRPCStatus.swift
[769/1396] Compiling x509rset.cc
[770/1396] Compiling x509spki.cc
[771/1396] Compiling x_attrib.cc
[772/1396] Compiling x_algor.cc
[773/1396] Compiling x_all.cc
[774/1396] Compiling x509_vpm.cc
[775/1396] Compiling x509name.cc
[776/1396] Compiling x509cset.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 error_details.pb.swift
[783/1396] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[784/1396] Compiling GRPCProtobuf Coding.swift
[785/1396] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[786/1396] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[787/1396] Compiling GRPCProtobuf ErrorDetails+Types.swift
[788/1396] Emitting module GRPCProtobuf
[788/1396] Compiling x509_txt.cc
[789/1396] Compiling x509_v3.cc
[790/1396] Compiling x509_set.cc
[791/1396] Compiling x509_trs.cc
[792/1396] Compiling x509_obj.cc
[792/1396] Compiling x509_req.cc
[794/1396] Compiling x509_ext.cc
[795/1396] Compiling x509_lu.cc
[796/1406] 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_skey.cc
[802/1441] Compiling v3_prn.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_ncons.cc
[809/1441] Compiling v3_int.cc
[810/1441] Compiling v3_lib.cc
[811/1441] Compiling v3_info.cc
[812/1441] Compiling v3_ia5.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_conf.cc
[818/1441] Compiling v3_cpols.cc
[819/1441] Compiling v3_bitst.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 t_x509a.cc
[825/1441] Compiling t_x509.cc
[826/1441] Compiling t_crl.cc
[827/1441] Compiling t_req.cc
[827/1441] Compiling i2d_pr.cc
[829/1441] Compiling rsa_pss.cc
[830/1441] Compiling name_print.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 algorithm.cc
[836/1441] Compiling voprf.cc
[837/1441] Compiling trust_token.cc
[838/1441] Compiling a_digest.cc
[839/1441] Compiling a_sign.cc
[840/1441] Compiling a_verify.cc
[841/1441] Compiling pmbtoken.cc
[842/1441] Compiling thread_win.cc
[843/1441] Compiling thread.cc
[844/1441] Compiling thread_none.cc
[845/1441] Compiling thread_pthread.cc
[846/1441] Compiling stack.cc
[847/1441] Compiling siphash.cc
[848/1441] Compiling sha512.cc
[849/1441] Compiling slhdsa.cc
[850/1441] Compiling sha256.cc
[851/1441] Compiling spake2plus.cc
[852/1441] Compiling sha1.cc
[853/1441] Compiling rsa_print.cc
[854/1441] Compiling rsa_extra.cc
[855/1441] Compiling refcount.cc
[856/1441] Compiling rsa_crypt.cc
[857/1441] Compiling rc4.cc
[858/1441] Compiling windows.cc
[859/1441] Compiling urandom.cc
[860/1441] Compiling rsa_asn1.cc
[862/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_errors.grpc.swift
[863/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_errors.pb.swift
[864/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_events.grpc.swift
[865/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_events.pb.swift
[866/1441] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_groups.grpc.swift
[866/1445] Compiling trusty.cc
[867/1445] Compiling rand.cc
[868/1445] Compiling poly1305_arm_asm.S
[869/1445] Compiling passive.cc
[870/1445] Compiling ios.cc
[872/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_shared.grpc.swift
[873/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_shared.pb.swift
[874/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_validation.grpc.swift
[875/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_validation.pb.swift
[876/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_serverfeatures.grpc.swift
[877/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_serverfeatures.pb.swift
[878/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_shared.grpc.swift
[879/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_shared.pb.swift
[880/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_status.grpc.swift
[880/1445] Compiling getentropy.cc
[881/1445] Compiling forkunsafe.cc
[882/1445] Compiling deterministic.cc
[883/1445] Compiling fork_detect.cc
[884/1445] Compiling poly1305_vec.cc
[885/1445] Compiling pool.cc
[886/1445] Compiling poly1305_arm.cc
[887/1445] Compiling poly1305.cc
[888/1445] Compiling pkcs7.cc
[889/1445] Compiling pkcs8.cc
[890/1445] Compiling p5_pbev2.cc
[891/1445] Compiling pkcs8_x509.cc
[892/1445] Compiling pkcs7_x509.cc
[893/1445] Compiling pem_xaux.cc
[894/1445] Compiling pem_x509.cc
[895/1445] Compiling pem_pkey.cc
[896/1445] Compiling pem_pk8.cc
[898/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_errors.grpc.swift
[899/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_errors.pb.swift
[900/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_streams.grpc.swift
[901/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_streams_streams.pb.swift
[901/1445] Compiling mlkem.cc
[902/1445] Compiling obj_xref.cc
[903/1445] Compiling pem_oth.cc
[904/1445] Compiling mldsa.cc
[905/1445] Compiling pem_lib.cc
[906/1445] Compiling pem_info.cc
[907/1445] Compiling pem_all.cc
[908/1445] Compiling poly_rq_mul.S
[909/1445] Compiling mem.cc
[910/1445] Compiling fips_shared_support.cc
[911/1445] Compiling obj.cc
[912/1445] Compiling md5.cc
[913/1445] Compiling md4.cc
[914/1445] Compiling lhash.cc
[915/1445] Compiling ex_data.cc
[916/1445] Compiling sign.cc
[917/1445] Compiling kyber.cc
[918/1445] Compiling hpke.cc
[919/1445] Compiling hrss.cc
[920/1445] Compiling pbkdf.cc
[921/1445] Compiling scrypt.cc
[922/1445] Compiling print.cc
[923/1445] Compiling p_x25519.cc
[924/1445] Compiling p_x25519_asn1.cc
[925/1445] Compiling p_rsa_asn1.cc
[926/1445] Compiling p_ed25519.cc
[927/1445] Compiling p_rsa.cc
[928/1445] Compiling p_hkdf.cc
[929/1445] Compiling p_ed25519_asn1.cc
[930/1445] Compiling p_ec.cc
[931/1445] Compiling p_ec_asn1.cc
[932/1445] Compiling p_dh_asn1.cc
[933/1445] Compiling p_dh.cc
[934/1445] Compiling evp_ctx.cc
[936/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_groups.pb.swift
[937/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_schemas.grpc.swift
[938/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_schemas.pb.swift
[939/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_service.grpc.swift
[940/1445] Compiling _GRPCProtobufGenerated kurrentdb_v2_registry_service.pb.swift
[940/1445] Compiling p_dsa_asn1.cc
[941/1445] Compiling evp.cc
[942/1445] Compiling engine.cc
[943/1445] Compiling err.cc
[944/1445] Compiling evp_asn1.cc
[945/1445] Compiling ecdh.cc
[946/1445] Compiling ecdsa_asn1.cc
[947/1445] Compiling hash_to_curve.cc
[948/1445] Compiling ec_derive.cc
[949/1445] Compiling dsa.cc
[950/1445] Compiling ec_asn1.cc
[951/1445] Compiling dsa_asn1.cc
[952/1445] Compiling x25519-asm-arm.S
[953/1445] Compiling digest_extra.cc
[954/1445] Compiling params.cc
[955/1445] Compiling des.cc
[956/1445] Compiling bcm.cc
[957/1445] Compiling dh_asn1.cc
[958/1445] Compiling curve25519_64_adx.cc
[959/1445] Compiling spake25519.cc
[960/1445] Compiling crypto.cc
[961/1445] Compiling cpu_intel.cc
[962/1445] Compiling cpu_arm_linux.cc
[963/1445] Compiling curve25519.cc
[964/1445] Compiling cpu_arm_freebsd.cc
[965/1445] Compiling cpu_aarch64_win.cc
[966/1445] Compiling cpu_aarch64_sysreg.cc
[967/1445] Compiling cpu_aarch64_openbsd.cc
[968/1445] Compiling cpu_aarch64_linux.cc
[969/1445] Compiling cpu_aarch64_fuchsia.cc
[970/1445] Compiling cpu_aarch64_apple.cc
[971/1445] Compiling conf.cc
[972/1445] Compiling tls_cbc.cc
[973/1445] Compiling get_cipher.cc
[974/1445] Compiling e_rc4.cc
[975/1445] Compiling e_rc2.cc
[976/1445] Compiling e_tls.cc
[977/1445] Compiling e_null.cc
[978/1445] Compiling e_des.cc
[979/1445] Compiling e_chacha20poly1305.cc
[980/1445] Compiling e_aesgcmsiv.cc
[981/1445] Compiling e_aesctrhmac.cc
[982/1445] Compiling derive_key.cc
[983/1445] Compiling chacha.cc
[984/1445] Compiling unicode.cc
[985/1445] Compiling cbb.cc
[986/1445] Compiling ber.cc
[987/1445] Compiling cbs.cc
[988/1445] Compiling buf.cc
[989/1445] Compiling asn1_compat.cc
[990/1445] Compiling blake2.cc
[991/1445] Compiling convert.cc
[992/1445] Compiling bn_asn1.cc
[993/1445] Compiling socket_helper.cc
[994/1445] Compiling socket.cc
[995/1445] Compiling printf.cc
[996/1445] Compiling hexdump.cc
[997/1445] Compiling pair.cc
[998/1445] Compiling file.cc
[1000/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_status.pb.swift
[1001/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_streams.grpc.swift
[1002/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_streams.pb.swift
[1003/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_users.grpc.swift
[1004/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_users.pb.swift
[1004/1445] Compiling errno.cc
[1005/1445] Compiling fd.cc
[1006/1445] Compiling connect.cc
[1007/1445] Compiling bio_mem.cc
[1008/1445] Compiling bio.cc
[1009/1445] Compiling base64.cc
[1010/1445] Compiling tasn_typ.cc
[1011/1445] Compiling tasn_utl.cc
[1012/1445] Compiling tasn_new.cc
[1013/1445] Compiling tasn_fre.cc
[1014/1445] Compiling tasn_enc.cc
[1015/1445] Compiling posix_time.cc
[1016/1445] Compiling tasn_dec.cc
[1017/1445] Compiling f_string.cc
[1018/1445] Compiling asn_pack.cc
[1019/1445] Compiling f_int.cc
[1021/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_monitoring.grpc.swift
[1022/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_monitoring.pb.swift
[1023/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_operations.grpc.swift
[1024/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_operations.pb.swift
[1025/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_persistent.grpc.swift
[1026/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_rpc.pb.swift
[1027/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_cluster.grpc.swift
[1028/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_cluster.pb.swift
[1029/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_gossip.grpc.swift
[1030/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_gossip.pb.swift
[1031/1445] Compiling _GRPCProtobufGenerated google_rpc_code.grpc.swift
[1032/1445] Compiling _GRPCProtobufGenerated google_rpc_code.pb.swift
[1033/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_errors.grpc.swift
[1034/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_errors.pb.swift
[1035/1445] Compiling _GRPCProtobufGenerated kurrent_rpc_rpc.grpc.swift
[1036/1445] Emitting module _GRPCProtobufGenerated
[1037/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_persistent.pb.swift
[1038/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_projections.grpc.swift
[1039/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_projections.pb.swift
[1040/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_redaction.grpc.swift
[1041/1445] Compiling _GRPCProtobufGenerated kurrentdb_v1_redaction.pb.swift
[1041/1445] Compiling asn1_par.cc
[1042/1445] Compiling asn1_lib.cc
[1043/1445] Compiling a_utctm.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_int.cc
[1055/1445] Compiling fiat_p256_adx_sqr.S
[1056/1445] Compiling a_dup.cc
[1057/1445] Compiling fiat_p256_adx_mul.S
[1058/1445] Compiling fiat_curve25519_adx_square.S
[1059/1445] Compiling a_gentm.cc
[1060/1445] Compiling fiat_curve25519_adx_mul.S
[1061/1445] Compiling md5-x86_64-linux.S
[1062/1445] Compiling md5-x86_64-apple.S
[1063/1445] Compiling md5-586-linux.S
[1064/1445] Compiling md5-586-apple.S
[1065/1445] Compiling a_d2i_fp.cc
[1066/1445] Compiling chacha20_poly1305_x86_64-linux.S
[1066/1445] Compiling chacha20_poly1305_x86_64-apple.S
[1068/1445] Compiling chacha20_poly1305_armv8-win.S
[1069/1445] Compiling a_bitstr.cc
[1070/1445] Compiling chacha20_poly1305_armv8-linux.S
[1071/1445] Compiling chacha-x86_64-linux.S
[1072/1445] Compiling chacha-x86_64-apple.S
[1073/1445] Compiling chacha-x86-linux.S
[1074/1445] Compiling chacha-x86-apple.S
[1075/1445] Compiling chacha20_poly1305_armv8-apple.S
[1076/1445] Compiling a_bool.cc
[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
[1081/1445] Compiling chacha-armv8-apple.S
[1083/1445] Compiling x86_64-mont5-linux.S
[1084/1445] Compiling x86_64-mont5-apple.S
[1085/1445] Compiling x86_64-mont-linux.S
[1086/1445] Compiling CCryptoBoringSSLShims shims.c
[1087/1445] Compiling x86-mont-linux.S
[1088/1445] Compiling x86_64-mont-apple.S
[1089/1445] Compiling x86-mont-apple.S
[1090/1445] Compiling vpaes-x86_64-linux.S
[1091/1445] Compiling vpaes-x86-linux.S
[1092/1445] Compiling vpaes-x86_64-apple.S
[1093/1445] Compiling vpaes-x86-apple.S
[1094/1445] Compiling vpaes-armv8-win.S
[1095/1445] Compiling vpaes-armv8-linux.S
[1096/1445] Compiling vpaes-armv8-apple.S
[1097/1445] Compiling vpaes-armv7-linux.S
[1098/1445] Compiling sha512-x86_64-apple.S
[1099/1445] Compiling sha512-x86_64-linux.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-586-apple.S
[1105/1445] Compiling sha512-armv8-apple.S
[1106/1445] Compiling sha256-x86_64-linux.S
[1107/1445] Compiling err_data.cc
[1108/1445] Compiling sha256-armv8-win.S
[1108/1445] Compiling sha256-x86_64-apple.S
[1110/1445] Compiling sha256-armv8-linux.S
[1111/1445] Compiling sha256-armv4-linux.S
[1112/1445] Compiling sha256-586-linux.S
[1113/1445] Compiling sha256-586-apple.S
[1113/1445] Compiling sha256-armv8-apple.S
[1115/1445] Compiling sha1-x86_64-linux.S
[1116/1445] Compiling sha1-x86_64-apple.S
[1116/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-linux.S
[1121/1445] Compiling sha1-586-apple.S
[1122/1445] Compiling sha1-armv8-apple.S
[1123/1445] Compiling rsaz-avx2-linux.S
[1124/1445] Compiling rdrand-x86_64-apple.S
[1124/1445] Compiling rdrand-x86_64-linux.S
[1126/1445] Compiling rsaz-avx2-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_beeu-armv8-asm-apple.S
[1132/1445] Compiling p256-armv8-asm-win.S
[1133/1445] Compiling p256-x86_64-asm-linux.S
[1134/1445] Compiling p256-x86_64-asm-apple.S
[1135/1445] Compiling p256-armv8-asm-linux.S
[1136/1445] Compiling ghashv8-armv8-win.S
[1137/1445] Compiling p256-armv8-asm-apple.S
[1138/1445] Compiling ghashv8-armv8-linux.S
[1139/1445] Compiling ghashv8-armv7-linux.S
[1140/1445] Compiling ghash-x86_64-linux.S
[1141/1445] Compiling ghash-x86_64-apple.S
[1142/1445] Compiling ghashv8-armv8-apple.S
[1143/1445] Compiling ghash-x86-linux.S
[1144/1445] Compiling ghash-x86-apple.S
[1145/1445] Compiling ghash-ssse3-x86_64-linux.S
[1146/1445] Compiling ghash-ssse3-x86-linux.S
[1147/1445] Compiling ghash-ssse3-x86_64-apple.S
[1148/1445] Compiling ghash-neon-armv8-win.S
[1149/1445] Compiling ghash-ssse3-x86-apple.S
[1150/1445] Compiling ghash-neon-armv8-linux.S
[1151/1445] Compiling ghash-neon-armv8-apple.S
[1152/1445] Compiling ghash-armv4-linux.S
[1153/1445] Compiling co-586-linux.S
[1154/1445] Compiling bsaes-armv7-linux.S
[1154/1445] Compiling co-586-apple.S
[1156/1445] Compiling bn-armv8-linux.S
[1157/1445] Compiling bn-armv8-win.S
[1158/1445] Compiling bn-586-linux.S
[1159/1445] Compiling bn-armv8-apple.S
[1160/1445] Compiling bn-586-apple.S
[1161/1445] Compiling armv8-mont-win.S
[1162/1445] Compiling armv8-mont-linux.S
[1162/1445] Compiling armv4-mont-linux.S
[1164/1445] Compiling aesv8-gcm-armv8-win.S
[1165/1445] Compiling armv8-mont-apple.S
[1166/1445] Compiling aesv8-gcm-armv8-linux.S
[1167/1445] Compiling aesv8-gcm-armv8-apple.S
[1168/1445] Compiling aesv8-armv8-linux.S
[1169/1445] Compiling aesv8-armv8-win.S
[1170/1445] Compiling aesni-x86_64-linux.S
[1170/1445] Compiling aesv8-armv7-linux.S
[1172/1445] Compiling aesv8-armv8-apple.S
[1173/1445] Compiling aesni-x86-linux.S
[1174/1445] Compiling aesni-x86_64-apple.S
[1175/1445] Compiling aesni-gcm-x86_64-linux.S
[1175/1445] Compiling aesni-x86-apple.S
[1175/1445] Compiling aesni-gcm-x86_64-apple.S
[1178/1445] Compiling aes-gcm-avx512-x86_64-linux.S
[1179/1445] Compiling aes-gcm-avx2-x86_64-linux.S
[1179/1445] Compiling aes-gcm-avx512-x86_64-apple.S
[1181/1445] Compiling aes-gcm-avx2-x86_64-apple.S
[1182/1445] Compiling xwing.cc
[1183/1445] Compiling x_sig.cc
[1184/1445] Compiling x_x509a.cc
[1184/1445] Compiling c-nioatomics.c
[1186/1445] Compiling x_req.cc
[1187/1445] Compiling x_spki.cc
[1188/1445] Compiling x_name.cc
[1189/1445] Compiling x_x509.cc
[1190/1445] Compiling x_pubkey.cc
[1191/1445] Compiling x_exten.cc
[1192/1445] Compiling c-atomics.c
[1193/1445] Compiling x509spki.cc
[1194/1445] Compiling x509rset.cc
[1195/1445] Compiling x_attrib.cc
[1196/1445] Compiling x_crl.cc
[1197/1445] Compiling x_algor.cc
[1198/1445] Compiling x_all.cc
[1199/1445] Compiling x509name.cc
[1200/1445] Compiling x509cset.cc
[1201/1452] Compiling x509_vpm.cc
[1203/1452] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1203/1452] Compiling x509_vfy.cc
[1205/1452] Compiling NIOConcurrencyHelpers lock.swift
[1206/1452] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1207/1452] Compiling NIOConcurrencyHelpers NIOLock.swift
[1208/1452] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1209/1452] Emitting module NIOConcurrencyHelpers
[1210/1452] Compiling NIOConcurrencyHelpers atomics.swift
[1210/1452] Compiling x509_txt.cc
[1211/1452] Compiling x509_v3.cc
[1212/1452] Compiling x509_trs.cc
[1213/1452] Compiling x509_obj.cc
[1214/1452] Compiling x509_set.cc
[1215/1452] Compiling x509_req.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_att.cc
[1222/1452] Compiling x509.cc
[1223/1452] Compiling v3_prn.cc
[1224/1452] Compiling v3_skey.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_extku.cc
[1235/1452] Compiling v3_info.cc
[1236/1452] Compiling v3_genn.cc
[1237/1452] Compiling v3_enum.cc
[1238/1452] Compiling v3_crld.cc
[1239/1452] Compiling v3_cpols.cc
[1240/1452] Compiling v3_conf.cc
[1241/1452] Compiling v3_bitst.cc
[1242/1452] Compiling v3_bcons.cc
[1243/1452] Compiling v3_alt.cc
[1244/1452] Compiling v3_akeya.cc
[1245/1452] Compiling t_x509a.cc
[1246/1452] Compiling v3_akey.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 a_sign.cc
[1260/1452] Compiling thread_win.cc
[1261/1452] Compiling a_digest.cc
[1262/1452] Compiling thread_pthread.cc
[1263/1452] Compiling thread_none.cc
[1264/1452] Compiling voprf.cc
[1265/1452] Compiling trust_token.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 rsa_print.cc
[1274/1452] Compiling rsa_extra.cc
[1275/1452] Compiling slhdsa.cc
[1276/1452] Compiling spake2plus.cc
[1277/1452] Compiling rsa_crypt.cc
[1278/1452] Compiling rc4.cc
[1279/1452] Compiling windows.cc
[1280/1452] Compiling refcount.cc
[1281/1452] Compiling urandom.cc
[1282/1452] Compiling trusty.cc
[1283/1452] Compiling rand.cc
[1284/1452] Compiling passive.cc
[1285/1452] Compiling poly1305_arm_asm.S
[1286/1452] Compiling ios.cc
[1287/1452] Compiling rsa_asn1.cc
[1288/1452] Compiling getentropy.cc
[1289/1452] Compiling deterministic.cc
[1290/1452] Compiling forkunsafe.cc
[1291/1452] Compiling fork_detect.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_oth.cc
[1304/1452] Compiling pem_pk8.cc
[1306/1452] Compiling pem_info.cc
[1307/1452] Compiling pem_lib.cc
[1308/1452] Compiling obj_xref.cc
[1309/1452] Compiling pem_all.cc
[1310/1452] Compiling mlkem.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 ex_data.cc
[1321/1452] Compiling kyber.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_dsa_asn1.cc
[1338/1452] Compiling p_dh_asn1.cc
[1339/1452] Compiling p_dh.cc
[1340/1452] Compiling err.cc
[1341/1452] Compiling evp_ctx.cc
[1342/1452] Compiling engine.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 params.cc
[1353/1452] Compiling ec_asn1.cc
[1354/1452] Compiling x25519-asm-arm.S
[1355/1452] Compiling digest_extra.cc
[1356/1452] Compiling des.cc
[1357/1452] Compiling dh_asn1.cc
[1358/1452] Compiling curve25519_64_adx.cc
[1359/1452] Compiling spake25519.cc
[1360/1452] Compiling cpu_intel.cc
[1361/1452] Compiling cpu_arm_freebsd.cc
[1362/1452] Compiling crypto.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
[1366/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 cms.cc
[1374/1452] Compiling get_cipher.cc
[1375/1452] Compiling e_rc4.cc
[1376/1452] Compiling e_tls.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 derive_key.cc
[1383/1452] Compiling e_aeseax.cc
[1384/1452] Compiling e_aesctrhmac.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 buf.cc
[1392/1452] Compiling sqrt.cc
[1393/1452] Compiling div.cc
[1394/1452] Compiling exponentiation.cc
[1395/1452] Compiling convert.cc
[1396/1452] Compiling blake2.cc
[1397/1452] Compiling printf.cc
[1398/1452] Compiling bn_asn1.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 tasn_dec.cc
[1414/1452] Compiling posix_time.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_octet.cc
[1424/1452] Compiling a_strnid.cc
[1425/1452] Compiling a_strex.cc
[1426/1452] Compiling a_object.cc
[1426/1452] Write sources
[1436/1452] Compiling a_mbstr.cc
[1437/1452] Compiling a_int.cc
[1438/1452] Compiling a_i2d_fp.cc
[1439/1454] Compiling a_dup.cc
[1440/1465] Compiling a_d2i_fp.cc
[1441/1473] Compiling a_gentm.cc
[1442/1474] Compiling aes.cc
[1443/1530] 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 AsyncInclusiveReductionsSequence.swift
[1451/1539] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1452/1539] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1453/1539] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1454/1539] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1455/1539] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[1456/1540] Compiling Atomics Unmanaged extensions.swift
[1456/1540] Write Objects.LinkFileList
[1458/1540] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1459/1540] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1460/1540] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1461/1540] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1462/1540] Emitting module ArgumentParserToolInfo
[1463/1540] Compiling ArgumentParserToolInfo ToolInfo.swift
[1463/1540] Linking BenchmarkBoilerplateGenerator-tool
[1465/1540] Compiling CryptoBoringWrapper RandomBytes.swift
[1465/1579] Generating plugin support files
[1466/1579] Write sources
[1468/1579] Compiling ArgumentParser EnumerableFlag.swift
[1469/1579] Compiling ArgumentParser ExpressibleByArgument.swift
[1470/1579] Compiling ArgumentParser CommandConfiguration.swift
[1471/1579] Compiling ArgumentParser CommandGroup.swift
[1472/1579] Compiling ArgumentParser ArgumentDefinition.swift
[1473/1579] Compiling ArgumentParser ArgumentSet.swift
[1474/1579] Compiling ArgumentParser Errors.swift
[1475/1579] Compiling ArgumentParser Flag.swift
[1476/1579] Compiling ArgumentParser ParsableArguments.swift
[1477/1579] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1478/1579] Compiling ArgumentParser ParsableCommand.swift
[1479/1579] Compiling ArgumentParser ArgumentDecoder.swift
[1480/1584] Compiling ArgumentParser CommandParser.swift
[1481/1584] Compiling ArgumentParser InputKey.swift
[1482/1584] Compiling ArgumentParser BashCompletionsGenerator.swift
[1483/1584] Compiling ArgumentParser CompletionsGenerator.swift
[1484/1584] Compiling ArgumentParser FishCompletionsGenerator.swift
[1485/1584] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1492/1584] Emitting module AsyncAlgorithms
[1493/1584] Emitting module Atomics
[1494/1584] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1495/1584] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1496/1584] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1497/1584] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1498/1584] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1499/1584] Emitting module CryptoBoringWrapper
[1500/1584] Compiling CryptoBoringWrapper EllipticCurve.swift
[1501/1584] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1502/1713] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1503/1713] Compiling CryptoExtras ChaCha20CTR.swift
[1504/1713] Compiling CryptoExtras BoringSSLSHA512256Context.swift
[1505/1713] Compiling CryptoExtras BoringSSLSHA512256HashFunction.swift
[1506/1713] Compiling CryptoExtras SHA512256.swift
[1507/1713] Compiling CryptoExtras SHA512256Digest.swift
[1508/1713] Compiling CryptoExtras ARCEncoding.swift
[1509/1713] Compiling CryptoExtras ARCPrecredential.swift
[1510/1713] Compiling CryptoExtras ARCPresentation.swift
[1511/1713] Compiling CryptoExtras ARCRequest.swift
[1512/1713] Compiling CryptoExtras ARCResponse.swift
[1513/1713] Compiling CryptoExtras ARCServer.swift
[1518/1713] Emitting module ArgumentParser
[1519/1713] Compiling CryptoExtras CMAC.swift
[1520/1713] Compiling CryptoExtras ARC+API.swift
[1521/1713] Compiling CryptoExtras ARC.swift
[1522/1713] Compiling CryptoExtras ARCCredential.swift
[1531/1713] Compiling CryptoExtras Curve25519+PEM.swift
[1532/1713] Compiling CryptoExtras ObjectIdentifier.swift
[1533/1713] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1534/1713] Compiling CryptoExtras PKCS8PrivateKey.swift
[1535/1713] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1536/1713] Compiling CryptoExtras ECToolbox_boring.swift
[1537/1713] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1538/1713] Compiling CryptoExtras PBKDF2.swift
[1539/1713] Compiling CryptoExtras Scrypt_boring.swift
[1540/1713] Compiling CryptoExtras Scrypt.swift
[1541/1713] Compiling CryptoExtras ECToolbox.swift
[1542/1713] Compiling CryptoExtras HashToField.swift
[1543/1713] Compiling CryptoExtras KDF.swift
[1544/1713] Compiling CryptoExtras PBKDF2_boring.swift
[1547/1717] Compiling ArgumentParser Platform.swift
[1548/1717] Compiling ArgumentParser SequenceExtensions.swift
[1549/1717] Compiling ArgumentParser StringExtensions.swift
[1550/1717] Compiling ArgumentParser Tree.swift
[1557/1717] Compiling CryptoExtras VOPRFClient.swift
[1558/1717] Compiling CryptoExtras VOPRFServer.swift
[1559/1717] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[1560/1717] Compiling CryptoExtras RSA+BlindSigning.swift
[1561/1717] Compiling CryptoExtras RSA.swift
[1562/1717] Compiling CryptoExtras RSA_boring.swift
[1563/1717] Compiling CryptoExtras Reexport.swift
[1564/1717] Compiling CryptoExtras Zeroization_boring.swift
[1565/1717] Compiling CryptoExtras BoringSSLHelpers.swift
[1566/1717] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1567/1717] Compiling CryptoExtras Data+Extensions.swift
[1568/1717] Compiling CryptoExtras DigestType.swift
[1569/1717] Compiling CryptoExtras AES_CBC.swift
[1570/1717] Compiling CryptoExtras AES_CFB.swift
[1571/1717] Compiling CryptoExtras AES_CTR.swift
[1572/1717] Compiling CryptoExtras AES_GCM_SIV.swift
[1573/1717] Compiling CryptoExtras Block Function.swift
[1574/1717] Compiling CryptoExtras AES_CFB_boring.swift
[1575/1717] Compiling CryptoExtras AES_CTR_boring.swift
[1576/1717] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1577/1717] Compiling CryptoExtras Error.swift
[1578/1717] Compiling CryptoExtras I2OSP.swift
[1579/1717] Compiling CryptoExtras IntegerEncoding.swift
[1580/1717] Compiling CryptoExtras PEMDocument.swift
[1581/1717] Compiling CryptoExtras PrettyBytes.swift
[1591/1727] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1592/1727] Compiling CryptoExtras ThreadOps.swift
[1593/1727] Compiling CryptoExtras ThreadPosix.swift
[1594/1727] Compiling CryptoExtras ThreadSpecific.swift
[1595/1727] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1621/1768] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[1622/1768] Compiling Benchmark OutputSuppressor.swift
[1623/1768] Compiling Benchmark Progress.swift
[1624/1768] Compiling Benchmark BenchmarkRunner.swift
[1625/1768] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[1626/1768] Compiling Benchmark BenchmarkThresholds.swift
[1628/1768] Compiling ServiceLifecycle GracefulShutdown.swift
[1629/1768] Compiling ServiceLifecycle ClosureService.swift
[1630/1768] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1631/1768] Compiling ServiceLifecycle Service.swift
[1632/1768] Compiling ServiceLifecycle ServiceRunnerError.swift
[1633/1768] Emitting module ServiceLifecycle
[1634/1768] Compiling ServiceLifecycle CancellationWaiter.swift
[1649/1768] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1650/1768] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1651/1768] Compiling ServiceLifecycle ServiceGroup.swift
[1652/1768] Emitting module CryptoExtras
[1653/1768] Compiling Benchmark ARCStats.swift
[1654/1768] Compiling Benchmark ARCStatsProducer.swift
[1655/1768] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[1656/1768] Compiling Benchmark MallocStats.swift
[1657/1768] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[1658/1768] Compiling Benchmark NIOLock.swift
[1659/1768] Compiling Benchmark BenchmarkExecutor.swift
[1660/1768] Compiling Benchmark BenchmarkInternals.swift
[1661/1768] Compiling Benchmark BenchmarkMetric+Defaults.swift
[1662/1768] Compiling Benchmark Benchmark.swift
[1663/1768] Compiling Benchmark BenchmarkClock.swift
[1664/1768] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[1665/1768] Compiling Benchmark Blackhole.swift
[1666/1768] Compiling Benchmark Int+Extensions.swift
[1667/1768] Compiling Benchmark MallocStats+jemalloc-support.swift
[1668/1768] Compiling Benchmark BenchmarkMetric.swift
[1669/1768] Compiling Benchmark BenchmarkResult.swift
[1670/1768] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[1671/1768] Compiling Benchmark lock.swift
[1672/1768] Compiling Benchmark OperatingSystemStats.swift
[1673/1768] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[1674/1768] Compiling CryptoExtras ThreadWindows.swift
[1675/1768] Compiling CryptoExtras DLEQ.swift
[1676/1768] Compiling CryptoExtras Prover.swift
[1677/1768] Compiling CryptoExtras Verifier.swift
[1678/1768] Compiling CryptoExtras ZKPToolbox.swift
[1679/1768] Compiling CryptoExtras resource_bundle_accessor.swift
[1706/1770] Compiling NIOCore UniversalBootstrapSupport.swift
[1707/1770] Compiling NIOCore Utilities.swift
[1723/1770] Emitting module _CryptoExtras
[1724/1770] Compiling _CryptoExtras Exports.swift
[1725/1869] Compiling X509 OCSPExtensionID.swift
[1726/1869] Compiling X509 OCSPNonce.swift
[1727/1869] Compiling X509 OCSPPolicy.swift
[1728/1869] Compiling X509 OCSPRequest.swift
[1729/1869] Compiling X509 OCSPResponse.swift
[1730/1869] Compiling X509 OCSPResponseBytes.swift
[1731/1869] Compiling X509 OCSPResponseData.swift
[1732/1869] Compiling X509 OCSPResponseStatus.swift
[1733/1869] Compiling X509 OCSPSignature.swift
[1734/1869] Compiling X509 OCSPSingleRequest.swift
[1735/1869] Compiling X509 OCSPSingleResponse.swift
[1736/1869] Compiling X509 StateOrProvinceName.swift
[1737/1869] Compiling X509 StreetAddress.swift
[1738/1869] Compiling X509 Error.swift
[1739/1869] Compiling X509 Extensions.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
[1740/1869] Compiling X509 ExtensionsBuilder.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
[1741/1869] Compiling X509 GeneralName.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
[1742/1872] Compiling X509 ExtensionIdentifiers.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
[1743/1872] Compiling X509 KeyUsage.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
[1744/1872] Compiling X509 NameConstraints.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
[1745/1872] Compiling X509 SubjectAlternativeName.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
[1746/1872] Compiling X509 SubjectKeyIdentifier.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
[1747/1872] Compiling X509 Extension.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
[1750/1872] Compiling X509 AuthorityInformationAccess.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
[1751/1872] Compiling X509 AuthorityKeyIdentifier.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
[1752/1872] Compiling X509 BasicConstraints.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
[1753/1872] Compiling X509 ExtendedKeyUsage.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
[1757/1872] Compiling Benchmark ProgressElements.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
[1758/1872] Compiling Benchmark Utilities.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
[1759/1872] Compiling Benchmark Statistics.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1760/1872] 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
[1764/1872] Compiling X509 CMSAttribute.swift
[1765/1872] Compiling X509 CMSContentInfo.swift
[1766/1872] Compiling X509 CMSEncapsulatedContentInfo.swift
[1767/1872] Compiling X509 CMSIssuerAndSerialNumber.swift
[1768/1872] Compiling X509 CMSOperations.swift
[1769/1872] Compiling X509 CMSSignature.swift
[1770/1872] Compiling X509 CMSSignedData.swift
[1771/1872] Compiling X509 CMSSignerIdentifier.swift
[1772/1872] Compiling X509 CMSSignerInfo.swift
[1773/1872] Compiling X509 CMSVersion.swift
[1774/1872] 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
<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-log.git
Fetching https://github.com/ordo-one/package-benchmark.git
Fetching https://github.com/grpc/grpc-swift-nio-transport.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/2474] Fetching grpc-swift-protobuf
[1263/9315] Fetching grpc-swift-protobuf, package-benchmark
[1425/39413] Fetching grpc-swift-protobuf, package-benchmark, grpc-swift-2
[5513/46062] Fetching grpc-swift-protobuf, package-benchmark, grpc-swift-2, swift-log
[19610/51857] Fetching grpc-swift-protobuf, package-benchmark, grpc-swift-2, swift-log, grpc-swift-nio-transport
[47043/99569] Fetching grpc-swift-protobuf, package-benchmark, grpc-swift-2, swift-log, grpc-swift-nio-transport, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (2.41s)
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.41s)
Fetched https://github.com/grpc/grpc-swift-nio-transport.git from cache (2.41s)
Fetched https://github.com/ordo-one/package-benchmark.git from cache (2.42s)
Fetched https://github.com/apple/swift-log.git from cache (2.42s)
[4772/47712] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.59s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.4.0 (7.21s)
Fetching https://github.com/apple/swift-collections.git
[1/23680] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.25s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.3.0 (2.87s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.66s)
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.58s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.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-nio-ssl.git
[19/1803] Fetching swift-asn1
[110/8955] Fetching swift-asn1, swift-certificates
[182/11802] Fetching swift-asn1, swift-certificates, swift-nio-transport-services
[2067/18321] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras
[2282/30429] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[14728/45869] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.22s)
[14863/39350] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
[16471/122569] Fetching swift-asn1, swift-certificates, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.54s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.55s)
Fetched https://github.com/apple/swift-asn1.git from cache (4.55s)
[12470/25439] Fetching swift-certificates, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-certificates.git from cache (12.59s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (12.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (12.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (13.18s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (1.78s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.79s)
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.60s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (2.72s)
Fetching https://github.com/apple/swift-crypto.git
[1/17436] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.65s)
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.61s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.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-http-types.git
[1/1242] Fetching swift-http-structured-headers
[2/2285] Fetching swift-http-structured-headers, swift-http-types
[113/8343] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
[174/11088] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms, swift-service-lifecycle
[8363/17335] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.47s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
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.68s)
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.55s)
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.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.53s)
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.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.59s)
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.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (0.90s)
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.58s)
Fetching https://github.com/ordo-one/TextTable.git
Fetching https://github.com/ordo-one/package-jemalloc.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/HdrHistogram/hdrhistogram-swift.git
[1/203] Fetching texttable
[14/238] Fetching texttable, package-jemalloc
[63/860] Fetching texttable, package-jemalloc, hdrhistogram-swift
Fetched https://github.com/HdrHistogram/hdrhistogram-swift.git from cache (0.84s)
[1/17464] Fetching swift-argument-parser
Fetched https://github.com/ordo-one/package-jemalloc.git from cache (1.69s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.69s)
Fetched https://github.com/ordo-one/TextTable.git from cache (1.69s)
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.35s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift.git
Computed https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.2.0 (0.65s)
Computing version for https://github.com/ordo-one/TextTable.git
Computed https://github.com/ordo-one/TextTable.git at 0.0.2 (0.64s)
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.57s)
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/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-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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.5.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/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-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-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/ordo-one/package-benchmark.git
Working copy of https://github.com/ordo-one/package-benchmark.git resolved at 1.31.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/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/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-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-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/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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.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-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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.28.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