The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Laner, reference v0.1.0 (f276db), with Swift 6.1 for Linux on 27 Nov 2025 19:12:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/Laner.git
Reference: v0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/alexey1312/Laner
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at f276db6 Initial commit
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
f276db6294ea768d650131ca6dfbea5ed3e4c42c
SUCCESS checkout https://github.com/alexey1312/Laner.git at v0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    }
  ],
  "manifest_display_name" : "Laner",
  "name" : "Laner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "laner",
      "targets" : [
        "laner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LanerDSL",
      "targets" : [
        "LanerDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerKit",
      "targets" : [
        "LanerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerPluginKit",
      "targets" : [
        "LanerPluginKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerMatch",
      "targets" : [
        "LanerMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "laner",
      "module_type" : "SwiftTarget",
      "name" : "laner",
      "path" : "Sources/laner",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LanerCore",
        "LanerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LanerPluginKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerPluginKit",
      "path" : "Sources/LanerPluginKit",
      "product_memberships" : [
        "LanerPluginKit"
      ],
      "sources" : [
        "LanerPluginKit.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatchTests",
      "path" : "Tests/LanerMatchTests",
      "sources" : [
        "AppStoreConnectAPITests.swift",
        "CertificateTypeTests.swift",
        "CryptoServiceTests.swift",
        "GitStorageTests.swift",
        "KeychainServiceTests.swift",
        "MatchServiceTests.swift",
        "TestFlightModelsTests.swift"
      ],
      "target_dependencies" : [
        "LanerMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerMatch",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatch",
      "path" : "Sources/LanerMatch",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "API/AppStoreConnectAPI+Builds.swift",
        "API/AppStoreConnectAPI.swift",
        "API/JWTGenerator.swift",
        "LanerMatch.swift",
        "Models/BetaGroup.swift",
        "Models/Build.swift",
        "Models/BuildUpload.swift",
        "Models/Certificate.swift",
        "Models/CertificateType.swift",
        "Models/Device.swift",
        "Models/MatchError.swift",
        "Models/ProvisioningProfile.swift",
        "Models/TestFlightError.swift",
        "Services/ChunkedUploader.swift",
        "Services/CryptoService.swift",
        "Services/KeychainService.swift",
        "Services/MatchService.swift",
        "Services/TestFlightService.swift",
        "Storage/GitStorage.swift",
        "Storage/StorageProvider.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerKitTests",
      "path" : "Tests/LanerKitTests",
      "sources" : [
        "FileManagerExtensionsTests.swift",
        "LanerKitTests.swift",
        "LoggingTests.swift",
        "PlatformTests.swift",
        "ProcessResultTests.swift",
        "ShellErrorTests.swift",
        "ShellExecutorTests.swift",
        "XcodebuildTests.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerKit",
      "path" : "Sources/LanerKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerKit",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "FileManagerExtensions.swift",
        "LanerKit.swift",
        "Logging/ConsoleLogHandler.swift",
        "Logging/LogCategory.swift",
        "Logging/LoggingConfiguration.swift",
        "Platform.swift",
        "ProcessResult.swift",
        "ShellError.swift",
        "ShellExecutor.swift",
        "Xcodebuild/ArchiveOptions.swift",
        "Xcodebuild/BuildOptions.swift",
        "Xcodebuild/TestOptions.swift",
        "Xcodebuild/XcodebuildExecutor.swift",
        "Xcodebuild/XcodebuildResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSLTests",
      "path" : "Tests/LanerDSLTests",
      "sources" : [
        "ActionsTest.swift",
        "LanerDSLTests.swift",
        "LanerfileTests.swift",
        "MatchActionTests.swift",
        "PilotActionTests.swift"
      ],
      "target_dependencies" : [
        "LanerDSL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerDSL",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSL",
      "path" : "Sources/LanerDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit"
      ],
      "sources" : [
        "Action.swift",
        "Actions/Functions.swift",
        "Actions/MatchAction.swift",
        "Actions/PilotAction.swift",
        "Actions/RegisterDevicesAction.swift",
        "AnyAction.swift",
        "Artifact.swift",
        "Builders/LaneBuilder.swift",
        "Environment.swift",
        "ExecutionContext.swift",
        "Lane.swift",
        "LanerConfiguration.swift",
        "LanerDSL.swift",
        "Manifest/Lanerfile.swift"
      ],
      "target_dependencies" : [
        "LanerKit",
        "LanerMatch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerCoreTests",
      "path" : "Tests/LanerCoreTests",
      "sources" : [
        "LanerCoreTests.swift",
        "MatchCommandTests.swift"
      ],
      "target_dependencies" : [
        "LanerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerCore",
      "module_type" : "SwiftTarget",
      "name" : "LanerCore",
      "path" : "Sources/LanerCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "Crypto"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/CLIError.swift",
        "Commands/DoctorCommand.swift",
        "Commands/GlobalOptions.swift",
        "Commands/InitCommand.swift",
        "Commands/LaneCommand.swift",
        "Commands/LanesCommand.swift",
        "Commands/MatchCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/UploadCommand.swift",
        "Commands/VersionCommand.swift",
        "LanerCore.swift",
        "Manifest/ManifestCache.swift",
        "Manifest/ManifestCompiler.swift",
        "Manifest/ManifestError.swift",
        "Manifest/ManifestLoader.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-argument-parser
[1/16860] Fetching swift-argument-parser
[2/22094] Fetching swift-argument-parser, swift-log
[4770/36581] Fetching swift-argument-parser, swift-log, async-http-client
[7984/54044] Fetching swift-argument-parser, swift-log, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (1.80s)
[21468/37184] Fetching swift-log, async-http-client, swift-crypto
Fetched https://github.com/apple/swift-log from cache (4.48s)
Fetched https://github.com/swift-server/async-http-client from cache (4.49s)
Fetched https://github.com/apple/swift-crypto from cache (4.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (5.83s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.10s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.0 (1.16s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5566] Fetching swift-distributed-tracing
[113/11603] Fetching swift-distributed-tracing, swift-algorithms
[8547/17923] Fetching swift-distributed-tracing, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.26s)
[1/2809] Fetching swift-nio-transport-services
[86/4629] Fetching swift-nio-transport-services, swift-atomics
[4376/16347] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2
[4494/31635] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl
[6017/112159] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.85s)
[3983/109350] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.12s)
[6024/107530] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.82s)
[51524/95812] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.42s)
[37042/80524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.78s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (13.94s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (1.17s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1204] Fetching swift-http-structured-headers
[1205/3772] Fetching swift-http-structured-headers, swift-service-lifecycle
[1283/4715] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[2428/10439] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-async-algorithms
[2823/17464] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.58s)
[9564/16260] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
[8972/15317] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
[11485/12749] Fetching swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.96s)
[1/1663] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (2.29s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (1.17s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.85s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (3.99s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (6.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.20s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (1.41s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (1.02s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (2.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.71s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.64s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.31.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.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.5.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.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.6.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.90.1
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.9.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
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.3
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.36.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.26.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/859] Write sources
[34/859] Compiling _NumericsShims _NumericsShims.c
[35/859] Compiling CNIOWindows shim.c
[36/859] Compiling _AtomicsShims.c
[37/859] Compiling CNIOWindows WSAStartup.c
[38/859] Compiling CNIOWASI CNIOWASI.c
[39/859] Compiling CNIOPosix event_loop_id.c
[40/859] Compiling CNIOLinux liburing_shims.c
[41/859] Compiling CNIOExtrasZlib empty.c
[42/859] Compiling CNIODarwin shim.c
[43/859] Compiling CNIOLLHTTP c_nio_http.c
[44/859] Write swift-version-24593BA9C3E375BF.txt
[45/859] Compiling CNIOLLHTTP c_nio_api.c
[46/859] Compiling fiat_p256_adx_sqr.S
[47/859] Compiling CNIOLinux shim.c
[48/859] Compiling fiat_p256_adx_mul.S
[49/859] Compiling fiat_curve25519_adx_square.S
[50/859] Compiling fiat_curve25519_adx_mul.S
[51/882] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/900] Compiling CNIOBoringSSLShims shims.c
[54/900] Emitting module _NIOBase64
[55/900] Emitting module InternalCollectionsUtilities
[55/902] Compiling tls_record.cc
[56/902] Compiling tls_method.cc
[58/902] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[59/902] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[60/902] Compiling ServiceContextModule ServiceContextKey.swift
[61/902] Emitting module ServiceContextModule
[62/902] Compiling RealModule RealFunctions.swift
[63/902] Compiling ServiceContextModule ServiceContext.swift
[64/904] Compiling _NIODataStructures PriorityQueue.swift
[65/904] Compiling _NIOBase64 Base64.swift
[66/904] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[67/904] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/904] Compiling InternalCollectionsUtilities Debugging.swift
[69/904] Compiling InternalCollectionsUtilities Descriptions.swift
[70/904] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/904] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/904] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/904] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/905] Compiling _NIODataStructures _TinyArray.swift
[75/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[76/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[77/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/905] Emitting module RealModule
[82/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/905] Compiling InternalCollectionsUtilities Integer rank.swift
[84/905] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/905] Compiling RealModule Real.swift
[89/906] Compiling RealModule Float16+Real.swift
[90/906] Compiling RealModule Float80+Real.swift
[95/906] Compiling RealModule RelaxedArithmetic.swift
[96/907] Wrapping AST for _NIOBase64 for debugging
[97/916] Wrapping AST for ServiceContextModule for debugging
[98/928] Wrapping AST for RealModule for debugging
[100/928] Compiling Instrumentation MultiplexInstrument.swift
[101/928] Compiling Instrumentation NoOpInstrument.swift
[101/928] Wrapping AST for InternalCollectionsUtilities for debugging
[103/928] Emitting module Instrumentation
[104/928] Compiling DequeModule _DequeBuffer.swift
[105/928] Compiling DequeModule _DequeBufferHeader.swift
[106/930] Compiling DequeModule Deque+Testing.swift
[107/930] Compiling DequeModule Deque._Storage.swift
[108/930] Compiling DequeModule Deque+CustomReflectable.swift
[109/930] Compiling DequeModule Deque+Descriptions.swift
[110/930] Compiling Logging Locks.swift
[111/930] Emitting module Logging
[112/930] Compiling Logging MetadataProvider.swift
[113/930] Emitting module _NIODataStructures
[114/930] Compiling _NIODataStructures Heap.swift
[115/931] Compiling Instrumentation InstrumentationSystem.swift
[116/931] Compiling Instrumentation Instrument.swift
[117/931] Compiling Instrumentation Locks.swift
[118/932] Compiling Logging LogHandler.swift
[119/932] Compiling Logging Logging.swift
[123/933] Compiling DequeModule _DequeSlot.swift
[124/933] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/933] Compiling DequeModule Deque+Extras.swift
[126/933] Compiling DequeModule Deque+Hashable.swift
[127/933] Compiling DequeModule Deque+Equatable.swift
[128/933] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[129/933] Compiling DequeModule Deque._UnsafeHandle.swift
[130/933] Compiling DequeModule Deque.swift
[130/933] Wrapping AST for _NIODataStructures for debugging
[131/933] Compiling tls13_enc.cc
[132/933] Compiling tls13_server.cc
[134/933] Compiling DequeModule Deque+Codable.swift
[135/933] Compiling DequeModule Deque+Collection.swift
[135/941] Wrapping AST for Instrumentation for debugging
[136/941] Wrapping AST for Logging for debugging
[138/955] Emitting module DequeModule
[140/956] Compiling Tracing TracingTime.swift
[140/956] Wrapping AST for DequeModule for debugging
[142/956] Compiling Tracing Tracer.swift
[143/956] Compiling Tracing TracerProtocol.swift
[144/956] Compiling Tracing TracerProtocol+Legacy.swift
[144/956] Compiling tls13_client.cc
[146/956] Compiling Tracing NoOpTracer.swift
[147/956] Emitting module Tracing
[148/956] Compiling Tracing SpanProtocol.swift
[149/956] Compiling Tracing InstrumentationSystem+Tracing.swift
[149/957] Compiling tls13_both.cc
[151/957] Compiling t1_enc.cc
[152/957] Wrapping AST for Tracing for debugging
[153/957] Compiling ssl_versions.cc
[154/957] Compiling ssl_x509.cc
[155/957] Compiling ssl_stat.cc
[156/957] Compiling ssl_transcript.cc
[158/957] Compiling LanerKit XcodebuildExecutor.swift
[159/957] Compiling LanerKit BuildOptions.swift
[160/957] Compiling LanerKit TestOptions.swift
[161/958] Compiling LanerKit XcodebuildResult.swift
[161/958] Compiling ssl_privkey.cc
[162/958] Compiling ssl_session.cc
[164/958] Compiling LanerKit ProcessResult.swift
[165/958] Compiling LanerKit ShellError.swift
[165/958] Compiling ssl_key_share.cc
[167/958] Emitting module LanerKit
[168/958] Compiling LanerKit FileManagerExtensions.swift
[169/958] Compiling LanerKit LanerKit.swift
[170/958] Compiling LanerKit ShellExecutor.swift
[171/958] Compiling LanerKit ArchiveOptions.swift
[172/958] Compiling LanerKit ConsoleLogHandler.swift
[173/958] Compiling LanerKit LogCategory.swift
[174/958] Compiling LanerKit LoggingConfiguration.swift
[175/958] Compiling LanerKit Platform.swift
[175/958] Compiling ssl_lib.cc
[176/958] Compiling ssl_file.cc
[178/959] Compiling ssl_credential.cc
[179/959] Compiling ssl_cipher.cc
[180/959] Wrapping AST for LanerKit for debugging
[181/959] Compiling ssl_cert.cc
[182/959] Compiling ssl_buffer.cc
[183/959] Compiling ssl_aead_ctx.cc
[184/959] Compiling ssl_asn1.cc
[185/959] Compiling s3_pkt.cc
[186/959] Compiling s3_both.cc
[187/959] Compiling handshake_server.cc
[188/959] Compiling s3_lib.cc
[189/959] Compiling handshake_client.cc
[190/959] Compiling handshake.cc
[191/959] Compiling handoff.cc
[192/959] Compiling d1_srtp.cc
[193/959] Compiling extensions.cc
[194/959] Compiling encrypted_client_hello.cc
[195/959] Compiling md5-x86_64-linux.S
[196/959] Compiling dtls_method.cc
[197/959] Compiling dtls_record.cc
[198/959] Compiling md5-x86_64-apple.S
[199/959] Compiling md5-586-linux.S
[200/959] Compiling d1_pkt.cc
[201/959] Compiling md5-586-apple.S
[202/959] Compiling chacha20_poly1305_x86_64-apple.S
[203/959] Compiling chacha20_poly1305_x86_64-linux.S
[204/959] Compiling chacha20_poly1305_armv8-linux.S
[205/959] Compiling chacha20_poly1305_armv8-win.S
[206/959] Compiling chacha20_poly1305_armv8-apple.S
[207/959] Compiling chacha-x86-linux.S
[208/959] Compiling chacha-x86_64-linux.S
[209/959] Compiling chacha-x86_64-apple.S
[210/959] Compiling chacha-x86-apple.S
[211/959] Compiling chacha-armv8-win.S
[212/959] Compiling chacha-armv4-linux.S
[213/959] Compiling chacha-armv8-linux.S
[214/959] Compiling d1_both.cc
[215/959] Compiling chacha-armv8-apple.S
[216/959] Compiling err_data.cc
[217/959] Compiling aes128gcmsiv-x86_64-linux.S
[218/959] Compiling aes128gcmsiv-x86_64-apple.S
[219/959] Compiling x86_64-mont5-apple.S
[219/959] Compiling x86_64-mont-linux.S
[221/959] Compiling x86_64-mont5-linux.S
[222/959] Compiling x86_64-mont-apple.S
[223/959] Compiling x86-mont-linux.S
[224/959] Compiling x86-mont-apple.S
[225/959] Compiling vpaes-x86_64-apple.S
[226/959] Compiling vpaes-x86_64-linux.S
[227/959] Compiling vpaes-x86-linux.S
[228/959] Compiling vpaes-x86-apple.S
[229/959] Compiling vpaes-armv8-win.S
[230/959] Compiling vpaes-armv8-linux.S
[231/959] Compiling d1_lib.cc
[232/959] Compiling vpaes-armv8-apple.S
[233/959] Compiling vpaes-armv7-linux.S
[234/959] Compiling sha512-x86_64-apple.S
[235/959] Compiling sha512-x86_64-linux.S
[236/959] Compiling sha512-armv8-win.S
[237/959] Compiling sha512-armv8-linux.S
[238/959] Compiling sha256-armv8-win.S
[239/959] Compiling sha512-armv4-linux.S
[240/959] Compiling sha512-armv8-apple.S
[241/959] Compiling sha512-586-apple.S
[242/959] Compiling sha512-586-linux.S
[243/959] Compiling sha256-armv8-linux.S
[244/959] Compiling sha256-x86_64-apple.S
[245/959] Compiling sha256-armv8-apple.S
[246/959] Compiling sha256-x86_64-linux.S
[247/959] Compiling bio_ssl.cc
[248/959] Compiling sha256-586-apple.S
[249/959] Compiling sha256-armv4-linux.S
[250/959] Compiling sha256-586-linux.S
[251/959] Compiling sha1-x86_64-apple.S
[252/959] Compiling sha1-x86_64-linux.S
[253/959] Compiling sha1-armv8-linux.S
[254/959] Compiling sha1-armv8-apple.S
[255/959] Compiling sha1-586-linux.S
[256/959] Compiling sha1-armv4-large-linux.S
[257/959] Compiling sha1-armv8-win.S
[258/959] Compiling sha1-586-apple.S
[259/959] Compiling p256_beeu-x86_64-asm-linux.S
[260/959] Compiling rsaz-avx2-linux.S
[261/959] Compiling rsaz-avx2-apple.S
[262/959] Compiling p256_beeu-armv8-asm-win.S
[262/959] Compiling p256_beeu-x86_64-asm-apple.S
[264/959] Compiling rdrand-x86_64-apple.S
[265/959] Compiling rdrand-x86_64-linux.S
[266/959] Compiling p256_beeu-armv8-asm-linux.S
[267/959] Compiling p256_beeu-armv8-asm-apple.S
[268/959] Compiling p256-armv8-asm-linux.S
[269/959] Compiling p256-x86_64-asm-apple.S
[270/959] Compiling p256-armv8-asm-apple.S
[271/959] Compiling ghashv8-armv8-linux.S
[272/959] Compiling p256-armv8-asm-win.S
[273/959] Compiling p256-x86_64-asm-linux.S
[273/959] Compiling ghashv8-armv8-win.S
[275/959] Compiling ghashv8-armv8-apple.S
[276/959] Compiling ghashv8-armv7-linux.S
[277/959] Compiling ghash-x86-apple.S
[278/959] Compiling ghash-ssse3-x86_64-apple.S
[279/959] Compiling ghash-ssse3-x86_64-linux.S
[279/959] Compiling ghash-x86_64-apple.S
[281/959] Compiling ghash-x86_64-linux.S
[282/959] Compiling ghash-ssse3-x86-linux.S
[283/959] Compiling ghash-ssse3-x86-apple.S
[283/959] Compiling ghash-x86-linux.S
[285/959] Compiling ghash-neon-armv8-win.S
[286/959] Compiling ghash-neon-armv8-apple.S
[287/959] Compiling ghash-neon-armv8-linux.S
[288/959] Compiling ghash-armv4-linux.S
[289/959] Compiling bn-armv8-win.S
[290/959] Compiling bsaes-armv7-linux.S
[291/959] Compiling co-586-apple.S
[292/959] Compiling co-586-linux.S
[293/959] Compiling bn-armv8-linux.S
[294/959] Compiling bn-armv8-apple.S
[295/959] Compiling bn-586-linux.S
[296/959] Compiling armv8-mont-win.S
[297/959] Compiling armv8-mont-linux.S
[298/959] Compiling armv8-mont-apple.S
[299/959] Compiling bn-586-apple.S
[300/959] Compiling armv4-mont-linux.S
[301/959] Compiling aesv8-gcm-armv8-linux.S
[301/959] Compiling aesv8-gcm-armv8-win.S
[303/959] Compiling aesv8-armv8-win.S
[304/959] Compiling aesv8-gcm-armv8-apple.S
[305/959] Compiling aesv8-armv8-apple.S
[306/959] Compiling aesv8-armv7-linux.S
[307/959] Compiling aesv8-armv8-linux.S
[308/959] Compiling aesni-x86_64-linux.S
[309/959] Compiling aesni-x86-linux.S
[310/959] Compiling aesni-x86_64-apple.S
[311/959] Compiling aesni-x86-apple.S
[312/959] Compiling aes-gcm-avx2-x86_64-apple.S
[313/959] Compiling aesni-gcm-x86_64-linux.S
[314/959] Compiling aesni-gcm-x86_64-apple.S
[315/959] Compiling aes-gcm-avx2-x86_64-linux.S
[316/959] Compiling aes-gcm-avx10-x86_64-apple.S
[317/959] Compiling aes-gcm-avx10-x86_64-linux.S
[318/959] Compiling x_req.cc
[319/959] Compiling x_spki.cc
[320/959] Compiling x_x509a.cc
[321/959] Compiling x_x509.cc
[322/959] Compiling x_pubkey.cc
[323/959] Compiling x_sig.cc
[324/959] Compiling x_name.cc
[325/959] Compiling x_val.cc
[326/959] Compiling x_exten.cc
[327/959] Compiling x_crl.cc
[328/959] Compiling x_attrib.cc
[329/959] Compiling x_all.cc
[330/959] Compiling x_algor.cc
[331/959] Compiling x509rset.cc
[332/959] Compiling x509spki.cc
[333/959] Compiling x509name.cc
[334/959] Compiling x509cset.cc
[335/959] Compiling x509_vpm.cc
[336/959] Compiling x509_v3.cc
[337/959] Compiling x509_txt.cc
[338/959] Compiling x509_vfy.cc
[339/959] Compiling x509_trs.cc
[340/959] Compiling x509_obj.cc
[341/959] Compiling x509_set.cc
[342/959] Compiling x509_req.cc
[343/959] Compiling x509_lu.cc
[344/959] Compiling x509_ext.cc
[345/959] Compiling x509_d2.cc
[346/959] Compiling x509_cmp.cc
[347/959] Compiling x509.cc
[348/959] Compiling x509_def.cc
[349/959] Compiling x509_att.cc
[350/959] Compiling v3_purp.cc
[351/959] Compiling v3_utl.cc
[352/959] Compiling v3_pcons.cc
[353/959] Compiling v3_skey.cc
[354/959] Compiling v3_prn.cc
[355/959] Compiling v3_ncons.cc
[356/959] Compiling v3_pmaps.cc
[357/959] Compiling v3_ocsp.cc
[358/959] Compiling v3_info.cc
[359/959] Compiling v3_int.cc
[360/959] Compiling v3_lib.cc
[361/959] Compiling v3_ia5.cc
[362/959] Compiling v3_extku.cc
[363/959] Compiling v3_genn.cc
[364/959] Compiling v3_crld.cc
[365/959] Compiling v3_enum.cc
[366/959] Compiling v3_conf.cc
[367/959] Compiling v3_cpols.cc
[368/959] Compiling v3_bitst.cc
[369/959] Compiling v3_bcons.cc
[370/959] Compiling v3_akeya.cc
[371/959] Compiling v3_akey.cc
[372/959] Compiling t_x509a.cc
[373/959] Compiling v3_alt.cc
[374/959] Compiling t_x509.cc
[375/959] Compiling t_crl.cc
[376/959] Compiling i2d_pr.cc
[377/959] Compiling t_req.cc
[378/959] Compiling rsa_pss.cc
[379/959] Compiling policy.cc
[380/959] Compiling name_print.cc
[381/959] Compiling by_file.cc
[382/959] Compiling by_dir.cc
[383/959] Compiling algorithm.cc
[384/959] Compiling a_digest.cc
[385/959] Compiling asn1_gen.cc
[386/959] Compiling a_verify.cc
[387/959] Compiling trust_token.cc
[388/959] Compiling thread_win.cc
[389/959] Compiling thread_pthread.cc
[390/959] Compiling voprf.cc
[391/959] Compiling a_sign.cc
[392/959] Compiling thread_none.cc
[393/959] Compiling thread.cc
[394/959] Compiling stack.cc
[395/959] Compiling pmbtoken.cc
[396/959] Compiling siphash.cc
[397/959] Compiling sha1.cc
[398/959] Compiling rsa_print.cc
[399/959] Compiling sha512.cc
[400/959] Compiling spake2plus.cc
[401/959] Compiling sha256.cc
[402/959] Compiling slhdsa.cc
[403/959] Compiling rsa_extra.cc
[404/959] Compiling rc4.cc
[405/959] Compiling rsa_crypt.cc
[406/959] Compiling windows.cc
[407/959] Compiling urandom.cc
[408/959] Compiling refcount.cc
[409/959] Compiling trusty.cc
[410/959] Compiling rand.cc
[411/959] Compiling rsa_asn1.cc
[412/959] Compiling getentropy.cc
[413/959] Compiling passive.cc
[414/959] Compiling ios.cc
[415/959] Compiling poly1305_arm_asm.S
[416/959] Compiling forkunsafe.cc
[417/959] Compiling deterministic.cc
[418/959] Compiling fork_detect.cc
[419/959] Compiling poly1305.cc
[420/959] Compiling pool.cc
[421/959] Compiling poly1305_arm.cc
[422/959] Compiling poly1305_vec.cc
[423/959] Compiling p5_pbev2.cc
[424/959] Compiling pkcs8_x509.cc
[425/959] Compiling pkcs8.cc
[426/959] Compiling pkcs7.cc
[427/959] Compiling pem_x509.cc
[428/959] Compiling pkcs7_x509.cc
[429/959] Compiling pem_xaux.cc
[430/959] Compiling pem_pkey.cc
[431/959] Compiling obj_xref.cc
[432/959] Compiling pem_oth.cc
[433/959] Compiling pem_all.cc
[434/959] Compiling mlkem.cc
[435/959] Compiling pem_pk8.cc
[436/959] Compiling mldsa.cc
[437/959] Compiling obj.cc
[438/959] Compiling pem_info.cc
[439/959] Compiling mem.cc
[439/959] Compiling pem_lib.cc
[441/959] Compiling fips_shared_support.cc
[442/959] Compiling poly_rq_mul.S
[443/959] Compiling md5.cc
[444/959] Compiling lhash.cc
[445/959] Compiling md4.cc
[446/959] Compiling scrypt.cc
[446/959] Compiling sign.cc
[448/959] Compiling kyber.cc
[449/959] Compiling hrss.cc
[450/959] Compiling hpke.cc
[451/959] Compiling ex_data.cc
[452/959] Compiling print.cc
[453/959] Compiling p_x25519.cc
[454/959] Compiling pbkdf.cc
[455/959] Compiling p_x25519_asn1.cc
[456/959] Compiling p_rsa_asn1.cc
[457/959] Compiling p_ed25519_asn1.cc
[458/959] Compiling p_hkdf.cc
[459/959] Compiling p_rsa.cc
[460/959] Compiling p_ed25519.cc
[461/959] Compiling p_dh_asn1.cc
[462/959] Compiling p_ec.cc
[463/959] Compiling evp_ctx.cc
[464/959] Compiling p_dh.cc
[465/959] Compiling p_ec_asn1.cc
[466/959] Compiling evp.cc
[467/959] Compiling p_dsa_asn1.cc
[468/959] Compiling ecdh.cc
[469/959] Compiling ecdsa_asn1.cc
[470/959] Compiling err.cc
[471/959] Compiling ec_derive.cc
[472/959] Compiling engine.cc
[473/959] Compiling hash_to_curve.cc
[474/959] Compiling evp_asn1.cc
[475/959] Compiling params.cc
[476/959] Compiling dsa.cc
[477/959] Compiling ec_asn1.cc
[478/959] Compiling des.cc
[479/959] Compiling dsa_asn1.cc
[480/959] Compiling digest_extra.cc
[481/959] Compiling x25519-asm-arm.S
[482/959] Compiling dh_asn1.cc
[483/959] Compiling crypto.cc
[484/959] Compiling spake25519.cc
[485/959] Compiling cpu_intel.cc
[486/959] Compiling cpu_arm_linux.cc
[487/959] Compiling cpu_arm_freebsd.cc
[488/959] Compiling curve25519.cc
[489/959] Compiling bcm.cc
[490/959] Compiling cpu_aarch64_sysreg.cc
[491/959] Compiling cpu_aarch64_win.cc
[492/959] Compiling cpu_aarch64_fuchsia.cc
[493/959] Compiling cpu_aarch64_linux.cc
[494/959] Compiling cpu_aarch64_openbsd.cc
[495/959] Compiling cpu_aarch64_apple.cc
[496/959] Compiling conf.cc
[497/959] Compiling tls_cbc.cc
[498/959] Compiling e_tls.cc
[499/959] Compiling get_cipher.cc
[500/959] Compiling e_null.cc
[501/959] Compiling e_des.cc
[502/959] Compiling e_rc2.cc
[503/959] Compiling e_rc4.cc
[504/959] Compiling e_chacha20poly1305.cc
[505/959] Compiling curve25519_64_adx.cc
[506/959] Compiling e_aesgcmsiv.cc
[507/959] Compiling derive_key.cc
[507/959] Compiling e_aesctrhmac.cc
[509/959] Compiling chacha.cc
[510/959] Compiling unicode.cc
[511/959] Compiling buf.cc
[512/959] Compiling cbs.cc
[513/959] Compiling ber.cc
[514/959] Compiling cbb.cc
[515/959] Compiling bn_asn1.cc
[516/959] Compiling asn1_compat.cc
[517/959] Compiling convert.cc
[518/959] Compiling socket.cc
[519/959] Compiling printf.cc
[520/959] Compiling blake2.cc
[521/959] Compiling socket_helper.cc
[522/959] Compiling hexdump.cc
[523/959] Compiling pair.cc
[524/959] Compiling errno.cc
[525/959] Compiling file.cc
[526/959] Compiling fd.cc
[527/959] Compiling bio_mem.cc
[528/959] Compiling connect.cc
[529/959] Compiling bio.cc
[530/959] Compiling base64.cc
[531/959] Compiling tasn_fre.cc
[532/959] Compiling tasn_typ.cc
[533/959] Compiling tasn_enc.cc
[534/959] Compiling tasn_new.cc
[535/959] Compiling tasn_utl.cc
[536/959] Compiling posix_time.cc
[537/959] Compiling f_string.cc
[538/959] Compiling tasn_dec.cc
[539/959] Compiling f_int.cc
[540/959] Compiling asn_pack.cc
[541/959] Compiling asn1_par.cc
[542/959] Compiling a_octet.cc
[543/959] Compiling asn1_lib.cc
[544/959] Compiling a_utctm.cc
[545/959] Compiling a_time.cc
[546/959] Compiling a_type.cc
[547/959] Compiling a_strnid.cc
[547/959] Compiling a_strex.cc
[549/959] Compiling a_object.cc
[550/959] Compiling a_mbstr.cc
[551/959] Compiling a_dup.cc
[552/959] Compiling a_int.cc
[553/959] Compiling a_i2d_fp.cc
[554/959] Compiling a_d2i_fp.cc
[555/959] Compiling a_bool.cc
[556/959] Compiling fiat_p256_adx_sqr.S
[557/959] Compiling a_bitstr.cc
[558/959] Compiling fiat_p256_adx_mul.S
[559/959] Compiling fiat_curve25519_adx_square.S
[560/959] Compiling fiat_curve25519_adx_mul.S
[561/959] Compiling md5-x86_64-linux.S
[562/959] Compiling md5-586-linux.S
[562/959] Compiling md5-x86_64-apple.S
[564/959] Compiling md5-586-apple.S
[565/959] Compiling chacha20_poly1305_x86_64-apple.S
[566/959] Compiling a_gentm.cc
[567/959] Compiling chacha20_poly1305_armv8-win.S
[568/959] Compiling CCryptoBoringSSLShims shims.c
[569/959] Compiling chacha20_poly1305_x86_64-linux.S
[570/959] Compiling chacha-x86_64-linux.S
[571/959] Compiling chacha20_poly1305_armv8-linux.S
[572/959] Compiling chacha20_poly1305_armv8-apple.S
[573/959] Compiling chacha-x86_64-apple.S
[574/959] Compiling chacha-x86-apple.S
[575/959] Compiling chacha-armv8-win.S
[576/959] Compiling chacha-x86-linux.S
[577/959] Compiling chacha-armv8-linux.S
[578/959] Compiling err_data.cc
[579/959] Compiling chacha-armv8-apple.S
[580/959] Compiling chacha-armv4-linux.S
[581/959] Compiling x86_64-mont5-apple.S
[582/959] Compiling aes128gcmsiv-x86_64-apple.S
[583/959] Compiling aes128gcmsiv-x86_64-linux.S
[584/959] Compiling x86_64-mont5-linux.S
[585/959] Compiling x86-mont-linux.S
[586/959] Compiling x86_64-mont-linux.S
[587/959] Compiling x86_64-mont-apple.S
[588/959] Compiling x86-mont-apple.S
[589/959] Compiling vpaes-x86_64-linux.S
[590/959] Compiling vpaes-x86-apple.S
[591/959] Compiling vpaes-x86_64-apple.S
[592/959] Compiling vpaes-armv8-win.S
[593/959] Compiling vpaes-x86-linux.S
[594/959] Compiling vpaes-armv8-apple.S
[595/959] Compiling vpaes-armv8-linux.S
[596/959] Compiling vpaes-armv7-linux.S
[597/959] Compiling sha512-x86_64-apple.S
[598/959] Compiling sha512-x86_64-linux.S
[599/959] Compiling sha512-armv4-linux.S
[599/959] Compiling sha512-armv8-linux.S
[601/959] Compiling sha512-armv8-apple.S
[602/959] Compiling sha512-armv8-win.S
[603/959] Compiling sha512-586-linux.S
[604/959] Compiling sha512-586-apple.S
[605/959] Compiling sha256-armv8-linux.S
[606/959] Compiling sha256-armv8-win.S
[606/959] Compiling sha256-x86_64-apple.S
[607/959] Compiling sha256-x86_64-linux.S
[609/959] Compiling sha256-armv4-linux.S
[610/959] Compiling sha256-armv8-apple.S
[611/959] Compiling sha256-586-apple.S
[612/959] Compiling sha256-586-linux.S
[613/959] Compiling sha1-x86_64-apple.S
[614/959] Compiling sha1-x86_64-linux.S
[615/959] Compiling sha1-armv8-win.S
[616/959] Compiling sha1-armv8-linux.S
[617/959] Compiling sha1-armv8-apple.S
[618/959] Compiling sha1-armv4-large-linux.S
[619/959] Compiling sha1-586-linux.S
[620/959] Compiling sha1-586-apple.S
[621/959] Compiling rsaz-avx2-apple.S
[622/959] Compiling rsaz-avx2-linux.S
[623/959] Compiling rdrand-x86_64-linux.S
[624/959] Compiling rdrand-x86_64-apple.S
[625/959] Compiling p256_beeu-x86_64-asm-linux.S
[626/959] Compiling p256_beeu-armv8-asm-linux.S
[627/959] Compiling p256_beeu-x86_64-asm-apple.S
[628/959] Compiling p256_beeu-armv8-asm-win.S
[629/959] Compiling p256-x86_64-asm-apple.S
[630/959] Compiling p256-x86_64-asm-linux.S
[631/959] Compiling p256_beeu-armv8-asm-apple.S
[632/959] Compiling p256-armv8-asm-win.S
[633/959] Compiling p256-armv8-asm-linux.S
[634/959] Compiling ghashv8-armv8-linux.S
[635/959] Compiling p256-armv8-asm-apple.S
[636/959] Compiling ghashv8-armv8-win.S
[637/959] Compiling ghashv8-armv8-apple.S
[638/959] Compiling ghashv8-armv7-linux.S
[639/959] Compiling ghash-x86_64-linux.S
[640/959] Compiling ghash-x86-apple.S
[641/959] Compiling ghash-x86_64-apple.S
[642/959] Compiling ghash-x86-linux.S
[643/959] Compiling ghash-ssse3-x86_64-apple.S
[644/959] Compiling ghash-ssse3-x86_64-linux.S
[645/959] Compiling ghash-ssse3-x86-linux.S
[646/959] Compiling ghash-ssse3-x86-apple.S
[647/959] Compiling ghash-neon-armv8-win.S
[648/959] Compiling ghash-neon-armv8-linux.S
[649/959] Compiling ghash-neon-armv8-apple.S
[650/959] Compiling ghash-armv4-linux.S
[651/959] Compiling co-586-linux.S
[652/959] Compiling co-586-apple.S
[653/959] Compiling bsaes-armv7-linux.S
[654/959] Compiling bn-armv8-win.S
[655/959] Compiling bn-armv8-linux.S
[656/959] Compiling bn-armv8-apple.S
[657/959] Compiling bn-586-linux.S
[658/959] Compiling armv8-mont-win.S
[659/959] Compiling armv8-mont-apple.S
[660/959] Compiling armv8-mont-linux.S
[661/959] Compiling armv4-mont-linux.S
[662/959] Compiling bn-586-apple.S
[663/959] Compiling aesv8-gcm-armv8-win.S
[664/959] Compiling aesv8-gcm-armv8-linux.S
[665/959] Compiling aesv8-armv8-linux.S
[665/959] Compiling aesv8-armv8-apple.S
[667/959] Compiling aesv8-armv8-win.S
[668/959] Compiling aesv8-gcm-armv8-apple.S
[669/959] Compiling aesv8-armv7-linux.S
[670/959] Compiling aesni-x86-apple.S
[671/959] Compiling c-nioatomics.c
[672/959] Compiling aesni-x86_64-apple.S
[673/959] Compiling aesni-gcm-x86_64-apple.S
[674/959] Compiling aesni-x86_64-linux.S
[675/959] Compiling aesni-gcm-x86_64-linux.S
[676/959] Compiling aesni-x86-linux.S
[677/959] Compiling aes-gcm-avx512-x86_64-apple.S
[678/959] Compiling aes-gcm-avx2-x86_64-apple.S
[679/959] Compiling aes-gcm-avx512-x86_64-linux.S
[680/959] Compiling aes-gcm-avx2-x86_64-linux.S
[681/959] Compiling c-atomics.c
[682/959] Compiling xwing.cc
[683/965] Compiling x_sig.cc
[684/965] Compiling x_x509a.cc
[685/965] Compiling x_spki.cc
[686/965] Compiling x_req.cc
[687/965] Compiling x_x509.cc
[688/965] Compiling x_pubkey.cc
[689/965] Compiling x_name.cc
[691/965] Compiling NIOConcurrencyHelpers NIOLock.swift
[692/965] Compiling NIOConcurrencyHelpers lock.swift
[693/965] Emitting module NIOConcurrencyHelpers
[694/965] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[694/965] Compiling x_crl.cc
[695/965] Compiling x_exten.cc
[697/965] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[698/965] Compiling NIOConcurrencyHelpers atomics.swift
[698/966] Compiling x509spki.cc
[700/966] Compiling x_attrib.cc
[701/966] Compiling x_algor.cc
[702/966] Compiling x_all.cc
[703/966] Wrapping AST for NIOConcurrencyHelpers for debugging
[704/966] Compiling x509rset.cc
[705/966] Compiling x509cset.cc
[706/966] Compiling x509name.cc
[707/966] Compiling x509_vpm.cc
[708/966] Compiling x509_v3.cc
[709/966] Compiling x509_vfy.cc
[710/966] Compiling x509_trs.cc
[711/966] Compiling x509_txt.cc
[712/966] Compiling x509_set.cc
[713/966] Compiling x509_req.cc
[714/966] Compiling x509_lu.cc
[715/966] Compiling x509_def.cc
[716/966] Compiling x509_ext.cc
[717/966] Compiling x509_d2.cc
[718/966] Compiling x509_obj.cc
[719/966] Compiling x509_cmp.cc
[720/966] Compiling x509_att.cc
[721/966] Compiling x509.cc
[722/966] Compiling v3_skey.cc
[723/966] Compiling v3_purp.cc
[724/966] Compiling v3_utl.cc
[725/966] Compiling v3_prn.cc
[726/966] Compiling v3_pmaps.cc
[727/966] Compiling v3_pcons.cc
[728/966] Compiling v3_ocsp.cc
[729/966] Compiling v3_ncons.cc
[730/966] Compiling v3_lib.cc
[731/966] Compiling v3_int.cc
[732/966] Compiling v3_genn.cc
[733/966] Compiling v3_extku.cc
[734/966] Compiling v3_ia5.cc
[735/966] Compiling v3_info.cc
[736/966] Compiling v3_enum.cc
[737/966] Compiling v3_bitst.cc
[738/966] Compiling v3_akeya.cc
[739/966] Compiling v3_cpols.cc
[740/966] Compiling v3_crld.cc
[741/966] Compiling v3_bcons.cc
[742/966] Compiling v3_conf.cc
[743/966] Compiling v3_alt.cc
[744/966] Compiling v3_akey.cc
[745/966] Compiling t_crl.cc
[746/966] Compiling i2d_pr.cc
[747/966] Compiling t_req.cc
[748/966] Compiling rsa_pss.cc
[749/966] Compiling t_x509.cc
[750/966] Compiling t_x509a.cc
[751/966] Compiling policy.cc
[752/966] Compiling name_print.cc
[753/966] Compiling by_file.cc
[754/966] Compiling asn1_gen.cc
[755/966] Compiling algorithm.cc
[756/966] Compiling by_dir.cc
[757/966] Compiling a_sign.cc
[758/966] Compiling a_verify.cc
[759/966] Compiling voprf.cc
[760/966] Compiling a_digest.cc
[761/966] Compiling thread_win.cc
[762/966] Compiling thread_pthread.cc
[763/966] Compiling thread.cc
[764/966] Compiling thread_none.cc
[765/966] Compiling stack.cc
[766/966] Compiling siphash.cc
[767/966] Compiling pmbtoken.cc
[768/966] Compiling trust_token.cc
[769/966] Compiling slhdsa.cc
[770/966] Compiling sha256.cc
[771/966] Compiling spake2plus.cc
[772/966] Compiling rsa_extra.cc
[773/966] Compiling sha512.cc
[774/966] Compiling rsa_print.cc
[775/966] Compiling sha1.cc
[776/966] Compiling rc4.cc
[777/966] Compiling rsa_crypt.cc
[778/966] Compiling refcount.cc
[779/966] Compiling trusty.cc
[780/966] Compiling windows.cc
[781/966] Compiling rand.cc
[782/966] Compiling urandom.cc
[783/966] Compiling ios.cc
[784/966] Compiling getentropy.cc
[785/966] Compiling passive.cc
[786/966] Compiling deterministic.cc
[787/966] Compiling fork_detect.cc
[788/966] Compiling poly1305_arm_asm.S
[789/966] Compiling forkunsafe.cc
[790/966] Compiling rsa_asn1.cc
[791/966] Compiling poly1305_arm.cc
[792/966] Compiling pool.cc
[793/966] Compiling poly1305.cc
[794/966] Compiling poly1305_vec.cc
[795/966] Compiling pkcs8.cc
[796/966] Compiling pkcs7.cc
[797/966] Compiling p5_pbev2.cc
[798/966] Compiling pkcs8_x509.cc
[799/966] Compiling pem_xaux.cc
[800/966] Compiling pem_x509.cc
[801/966] Compiling pkcs7_x509.cc
[802/966] Compiling pem_pkey.cc
[803/966] Compiling pem_pk8.cc
[804/966] Compiling pem_oth.cc
[805/966] Compiling mlkem.cc
[806/966] Compiling obj_xref.cc
[807/966] Compiling pem_info.cc
[808/966] Compiling mldsa.cc
[809/966] Compiling pem_lib.cc
[810/966] Compiling obj.cc
[811/966] Compiling poly_rq_mul.S
[812/966] Compiling pem_all.cc
[813/966] Compiling lhash.cc
[814/966] Compiling fips_shared_support.cc
[815/966] Compiling mem.cc
[816/966] Compiling md5.cc
[817/966] Compiling md4.cc
[818/966] Compiling fuzzer_mode.cc
[819/966] Compiling kyber.cc
[820/966] Compiling ex_data.cc
[821/966] Compiling hrss.cc
[822/966] Compiling hpke.cc
[823/966] Compiling scrypt.cc
[824/966] Compiling print.cc
[825/966] Compiling sign.cc
[826/966] Compiling pbkdf.cc
[827/966] Compiling p_x25519_asn1.cc
[828/966] Compiling p_hkdf.cc
[829/966] Compiling p_rsa_asn1.cc
[830/966] Compiling p_x25519.cc
[830/966] Compiling p_rsa.cc
[832/966] Compiling p_ed25519.cc
[833/966] Compiling p_ed25519_asn1.cc
[834/966] Compiling p_ec_asn1.cc
[835/966] Compiling p_ec.cc
[836/966] Compiling p_dh_asn1.cc
[837/966] Compiling p_dh.cc
[838/966] Compiling p_dsa_asn1.cc
[839/966] Compiling evp_ctx.cc
[840/966] Compiling evp_asn1.cc
[841/966] Compiling engine.cc
[842/966] Compiling ecdsa_p1363.cc
[843/966] Compiling err.cc
[844/966] Compiling ecdh.cc
[845/966] Compiling evp.cc
[846/966] Compiling ecdsa_asn1.cc
[847/966] Compiling ec_derive.cc
[848/966] Compiling hash_to_curve.cc
[849/966] Compiling dsa.cc
[850/966] Compiling dsa_asn1.cc
[851/966] Compiling ec_asn1.cc
[852/966] Compiling digest_extra.cc
[853/966] Compiling x25519-asm-arm.S
[854/966] Compiling des.cc
[855/966] Compiling params.cc
[856/966] Compiling dh_asn1.cc
[857/966] Compiling crypto.cc
[858/966] Compiling cpu_intel.cc
[859/966] Compiling cpu_arm_linux.cc
[860/966] Compiling curve25519.cc
[861/966] Compiling spake25519.cc
[862/966] Compiling cpu_arm_freebsd.cc
[863/966] Compiling cpu_aarch64_win.cc
[864/966] Compiling cpu_aarch64_sysreg.cc
[865/966] Compiling cpu_aarch64_openbsd.cc
[866/966] Compiling cpu_aarch64_linux.cc
[867/966] Compiling cpu_aarch64_fuchsia.cc
[867/966] Compiling curve25519_64_adx.cc
[869/966] Compiling cpu_aarch64_apple.cc
[870/966] Compiling conf.cc
[871/966] Compiling get_cipher.cc
[872/966] Compiling tls_cbc.cc
[873/966] Compiling e_rc4.cc
[874/966] Compiling e_tls.cc
[875/966] Compiling e_rc2.cc
[876/966] Compiling e_des.cc
[877/966] Compiling e_chacha20poly1305.cc
[878/966] Compiling e_null.cc
[879/966] Compiling cms.cc
[880/966] Compiling e_aeseax.cc
[881/966] Compiling e_aesgcmsiv.cc
[882/966] Compiling e_aesctrhmac.cc
[883/966] Compiling derive_key.cc
[884/966] Compiling chacha.cc
[885/966] Compiling unicode.cc
[886/966] Compiling ber.cc
[887/966] Compiling buf.cc
[888/966] Compiling cbb.cc
[889/966] Compiling sqrt.cc
[890/966] Compiling cbs.cc
[891/966] Compiling asn1_compat.cc
[892/966] Compiling printf.cc
[893/966] Compiling div.cc
[894/966] Compiling exponentiation.cc
[895/966] Compiling bn_asn1.cc
[896/966] Compiling pair.cc
[897/966] Compiling convert.cc
[898/966] Compiling blake2.cc
[899/966] Compiling hexdump.cc
[900/966] Compiling fd.cc
[901/966] Compiling file.cc
[902/966] Compiling errno.cc
[903/966] Compiling bio_mem.cc
[904/966] Compiling base64.cc
[905/966] Compiling bio.cc
[906/966] Compiling tasn_typ.cc
[907/966] Compiling tasn_fre.cc
[908/966] Compiling posix_time.cc
[909/966] Compiling tasn_enc.cc
[910/966] Compiling tasn_utl.cc
[911/966] Compiling tasn_new.cc
[912/966] Compiling f_string.cc
[913/966] Compiling f_int.cc
[914/966] Compiling asn_pack.cc
[914/966] Compiling tasn_dec.cc
[916/966] Compiling asn1_par.cc
[917/966] Compiling a_octet.cc
[918/966] Compiling a_utctm.cc
[919/966] Compiling asn1_lib.cc
[920/966] Compiling a_strex.cc
[921/966] Compiling a_time.cc
[922/966] Compiling a_type.cc
[923/966] Compiling a_strnid.cc
[924/966] Compiling a_i2d_fp.cc
[925/966] Compiling a_dup.cc
[926/966] Compiling a_mbstr.cc
[927/966] Compiling a_object.cc
[928/966] Compiling a_d2i_fp.cc
[928/966] Compiling a_int.cc
[929/966] Write sources
[934/966] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[935/966] Compiling a_gentm.cc
[936/1011] Compiling aes.cc
[937/1011] Compiling a_bool.cc
[938/1011] Compiling a_bitstr.cc
[940/1011] Compiling Atomics ManagedAtomic.swift
[941/1011] Compiling Atomics ManagedAtomicLazyReference.swift
[942/1011] Compiling Atomics UnsafeAtomic.swift
[943/1011] Compiling Atomics UnsafeAtomicLazyReference.swift
[944/1013] Compiling Atomics AtomicStorage.swift
[945/1013] Compiling Atomics AtomicValue.swift
[946/1013] Compiling Atomics AtomicMemoryOrderings.swift
[947/1013] Compiling Atomics DoubleWord.swift
[948/1013] Compiling Atomics AtomicInteger.swift
[949/1013] Compiling Atomics AtomicOptionalWrappable.swift
[950/1013] Compiling Atomics AtomicReference.swift
[951/1013] Compiling Atomics IntegerOperations.swift
[952/1013] Compiling Atomics Unmanaged extensions.swift
[953/1013] Compiling Algorithms Split.swift
[954/1013] Compiling Algorithms Stride.swift
[955/1013] Compiling Algorithms Suffix.swift
[960/1016] Compiling Algorithms Reductions.swift
[961/1016] Compiling Algorithms Rotate.swift
[962/1016] Emitting module ArgumentParserToolInfo
[963/1016] Compiling ArgumentParserToolInfo ToolInfo.swift
[965/1017] Compiling Atomics IntegerConformances.swift
[966/1017] Compiling Atomics PointerConformances.swift
[967/1017] Compiling Atomics Primitives.native.swift
[968/1017] Compiling Atomics OptionalRawRepresentable.swift
[975/1017] Wrapping AST for ArgumentParserToolInfo for debugging
[977/1061] Compiling ArgumentParser BashCompletionsGenerator.swift
[978/1061] Compiling ArgumentParser CompletionsGenerator.swift
[979/1061] Compiling ArgumentParser FishCompletionsGenerator.swift
[980/1061] Emitting module Atomics
[981/1061] Compiling ArgumentParser EnumerableFlag.swift
[982/1061] Compiling ArgumentParser ExpressibleByArgument.swift
[983/1061] Compiling ArgumentParser ArgumentVisibility.swift
[984/1061] Compiling ArgumentParser CompletionKind.swift
[985/1061] Compiling ArgumentParser CommandGroup.swift
[988/1061] Compiling ArgumentParser OptionGroup.swift
[989/1061] Compiling ArgumentParser AsyncParsableCommand.swift
[990/1061] Compiling ArgumentParser CommandConfiguration.swift
[991/1062] Emitting module Algorithms
[993/1063] Wrapping AST for Atomics for debugging
[994/1082] Wrapping AST for Algorithms for debugging
[995/1126] Compiling bcm.cc
[997/1134] Compiling CryptoBoringWrapper RandomBytes.swift
[998/1134] Emitting module CryptoBoringWrapper
[999/1134] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1000/1134] Compiling NIOCore ByteBuffer-multi-int.swift
[1001/1134] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1002/1134] Compiling NIOCore ByteBuffer-views.swift
[1003/1134] Compiling NIOCore Channel.swift
[1004/1134] Compiling NIOCore ChannelHandler.swift
[1005/1134] Compiling NIOCore ChannelHandlers.swift
[1006/1134] Compiling NIOCore EventLoopFuture.swift
[1007/1134] Compiling NIOCore FileDescriptor.swift
[1008/1134] Compiling NIOCore FileHandle.swift
[1009/1134] Compiling NIOCore FileRegion.swift
[1010/1134] Compiling NIOCore GlobalSingletons.swift
[1011/1134] Compiling NIOCore IO.swift
[1012/1140] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1013/1140] Emitting module ArgumentParser
[1014/1140] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1015/1140] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1016/1140] Compiling CryptoBoringWrapper EllipticCurve.swift
[1017/1140] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1018/1141] Compiling NIOCore NIOCoreSendableMetatype.swift
[1019/1141] Compiling NIOCore NIODecodedAsyncSequence.swift
[1020/1141] Compiling NIOCore NIOLoopBound.swift
[1021/1141] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1022/1141] Compiling NIOCore NIOScheduledCallback.swift
[1023/1141] Compiling NIOCore NIOSendable.swift
[1024/1141] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1025/1141] Compiling NIOCore RecvByteBufferAllocator.swift
[1026/1141] Compiling ArgumentParser CodingKeyValidator.swift
[1027/1141] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1028/1141] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1029/1141] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1030/1141] Compiling ArgumentParser UniqueNamesValidator.swift
[1031/1141] Compiling NIOCore MarkedCircularBuffer.swift
[1032/1141] Compiling NIOCore MulticastChannel.swift
[1033/1141] Compiling NIOCore NIOAny.swift
[1034/1141] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1035/1149] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1036/1149] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1043/1149] Compiling ArgumentParser Tree.swift
[1050/1149] Wrapping AST for CryptoBoringWrapper for debugging
[1052/1220] Compiling Crypto ASN1.swift
[1053/1220] Compiling Crypto ASN1Any.swift
[1054/1220] Compiling Crypto ASN1BitString.swift
[1055/1220] Compiling Crypto ASN1Boolean.swift
[1056/1220] Compiling Crypto ASN1Identifier.swift
[1057/1220] Compiling Crypto ASN1Integer.swift
[1058/1220] Compiling Crypto AES-GCM.swift
[1059/1220] Compiling Crypto AES-GCM_boring.swift
[1060/1220] Compiling Crypto ChaChaPoly_boring.swift
[1061/1220] Compiling Crypto ChaChaPoly.swift
[1062/1220] Compiling Crypto Cipher.swift
[1063/1220] Compiling Crypto Nonces.swift
[1064/1220] Compiling Crypto HPKE-Ciphersuite.swift
[1065/1220] Compiling Crypto HPKE-KDF.swift
[1066/1220] Compiling Crypto HPKE-KexKeyDerivation.swift
[1067/1220] Compiling Crypto HPKE-LabeledExtract.swift
[1068/1220] Compiling Crypto HPKE-Utils.swift
[1069/1220] Compiling Crypto DHKEM.swift
[1070/1220] Compiling Crypto AESWrap_boring.swift
[1071/1220] Compiling Crypto Ed25519_boring.swift
[1072/1220] Compiling Crypto NISTCurvesKeys_boring.swift
[1073/1220] Compiling Crypto X25519Keys_boring.swift
[1074/1220] Compiling Crypto Curve25519.swift
[1075/1220] Compiling Crypto Ed25519Keys.swift
[1076/1220] Compiling Crypto NISTCurvesKeys.swift
[1077/1220] Compiling Crypto X25519Keys.swift
[1078/1220] Compiling Crypto SymmetricKeys.swift
[1082/1220] Compiling Crypto ASN1Null.swift
[1083/1220] Compiling Crypto ASN1OctetString.swift
[1084/1220] Compiling Crypto ASN1Strings.swift
[1085/1220] Compiling Crypto ArraySliceBigint.swift
[1086/1220] Compiling Crypto GeneralizedTime.swift
[1087/1220] Compiling Crypto ObjectIdentifier.swift
[1097/1220] Compiling Crypto HPKE-Errors.swift
[1098/1220] Compiling Crypto HPKE.swift
[1099/1220] Compiling Crypto HPKE-Context.swift
[1100/1220] Compiling Crypto HPKE-KeySchedule.swift
[1101/1220] Compiling Crypto HPKE-Modes.swift
[1102/1220] Compiling Crypto Insecure.swift
[1103/1220] Compiling Crypto Insecure_HashFunctions.swift
[1104/1220] Compiling Crypto KEM.swift
[1105/1220] Compiling Crypto ECDH_boring.swift
[1106/1220] Compiling Crypto DH.swift
[1107/1230] Compiling Crypto CryptoKitErrors.swift
[1108/1230] Compiling Crypto Digest_boring.swift
[1109/1230] Compiling Crypto Digest.swift
[1110/1230] Compiling Crypto Digests.swift
[1111/1230] Compiling Crypto HashFunctions.swift
[1112/1230] Compiling Crypto HashFunctions_SHA2.swift
[1113/1230] Compiling Crypto HPKE-AEAD.swift
[1127/1231] Compiling Crypto HPKE-KEM-Curve25519.swift
[1128/1231] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1129/1231] Compiling Crypto HPKE-KEM.swift
[1130/1231] Compiling Crypto PKCS8PrivateKey.swift
[1131/1231] Compiling Crypto SEC1PrivateKey.swift
[1132/1231] Compiling Crypto SubjectPublicKeyInfo.swift
[1133/1231] Compiling Crypto CryptoError_boring.swift
[1141/1231] Emitting module Crypto
[1142/1231] Compiling Crypto HMAC.swift
[1143/1231] Compiling Crypto MACFunctions.swift
[1144/1231] Compiling Crypto MessageAuthenticationCode.swift
[1145/1231] Compiling Crypto AES.swift
[1146/1231] Compiling Crypto ECDSASignature_boring.swift
[1147/1231] Compiling Crypto ECDSA_boring.swift
[1148/1231] Compiling Crypto EdDSA_boring.swift
[1149/1231] Compiling Crypto ECDSA.swift
[1159/1231] Wrapping AST for ArgumentParser for debugging
[1161/1231] Compiling Crypto ECDH.swift
[1162/1231] Compiling Crypto HKDF.swift
[1163/1231] Compiling Crypto AESWrap.swift
[1189/1231] Compiling Crypto ECDSASignature.swift
[1190/1231] Compiling Crypto PEMDocument.swift
[1191/1231] Compiling Crypto Ed25519.swift
[1192/1231] Compiling Crypto Signature.swift
[1193/1231] Compiling Crypto CryptoKitErrors_boring.swift
[1194/1231] Compiling Crypto RNG_boring.swift
[1195/1231] Compiling Crypto SafeCompare_boring.swift
[1196/1231] Compiling Crypto Zeroization_boring.swift
[1197/1231] Compiling Crypto PrettyBytes.swift
[1198/1231] Compiling Crypto SafeCompare.swift
[1199/1231] Compiling Crypto SecureBytes.swift
[1200/1231] Compiling Crypto Zeroization.swift
[1201/1232] Wrapping AST for Crypto for debugging
[1203/1232] Emitting module NIOCore
[1213/1233] Wrapping AST for NIOCore for debugging
[1215/1287] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1216/1287] Compiling NIOEmbedded AsyncTestingChannel.swift
[1217/1287] Emitting module NIOEmbedded
[1218/1287] Compiling NIOEmbedded Embedded.swift
[1219/1288] Wrapping AST for NIOEmbedded for debugging
[1221/1288] Emitting module NIOPosix
[1222/1294] Compiling NIOPosix BSDSocketAPICommon.swift
[1223/1294] Compiling NIOPosix BSDSocketAPIPosix.swift
[1224/1294] Compiling NIOPosix BSDSocketAPIWindows.swift
[1225/1294] Compiling NIOPosix BaseSocket.swift
[1226/1294] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1227/1294] Compiling NIOPosix BaseSocketChannel.swift
[1228/1294] Compiling NIOPosix BaseStreamSocketChannel.swift
[1229/1294] Compiling NIOPosix Pool.swift
[1230/1294] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1231/1294] Compiling NIOPosix PosixSingletons.swift
[1232/1294] Compiling NIOPosix RawSocketBootstrap.swift
[1233/1294] Compiling NIOPosix Resolver.swift
[1234/1294] Compiling NIOPosix Selectable.swift
[1235/1294] Compiling NIOPosix SelectableChannel.swift
[1236/1294] Compiling NIOPosix IO.swift
[1237/1294] Compiling NIOPosix IntegerBitPacking.swift
[1238/1294] Compiling NIOPosix IntegerTypes.swift
[1239/1294] Compiling NIOPosix Linux.swift
[1240/1294] Compiling NIOPosix LinuxCPUSet.swift
[1241/1294] Compiling NIOPosix LinuxUring.swift
[1242/1294] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1243/1294] Compiling NIOPosix Socket.swift
[1244/1294] Compiling NIOPosix SocketChannel.swift
[1245/1294] Compiling NIOPosix SocketProtocols.swift
[1246/1294] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1247/1294] Compiling NIOPosix System.swift
[1248/1294] Compiling NIOPosix Thread.swift
[1249/1294] Compiling NIOPosix ThreadPosix.swift
[1250/1294] Compiling NIOPosix ThreadWindows.swift
[1251/1294] Compiling NIOPosix UnsafeTransfer.swift
[1252/1294] Compiling NIOPosix Utilities.swift
[1253/1294] Compiling NIOPosix VsockAddress.swift
[1254/1294] Compiling NIOPosix VsockChannelEvents.swift
[1255/1294] Compiling NIOPosix Windows.swift
[1256/1294] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1257/1294] Compiling NIOPosix NIOThreadPool.swift
[1258/1294] Compiling NIOPosix NonBlockingFileIO.swift
[1259/1294] Compiling NIOPosix PendingDatagramWritesManager.swift
[1260/1294] Compiling NIOPosix PendingWritesManager.swift
[1261/1294] Compiling NIOPosix PipeChannel.swift
[1262/1294] Compiling NIOPosix PipePair.swift
[1263/1294] Compiling NIOPosix SelectableEventLoop.swift
[1264/1294] Compiling NIOPosix SelectorEpoll.swift
[1265/1294] Compiling NIOPosix SelectorGeneric.swift
[1266/1294] Compiling NIOPosix SelectorKqueue.swift
[1267/1294] Compiling NIOPosix SelectorUring.swift
[1268/1294] Compiling NIOPosix SelectorWSAPoll.swift
[1269/1294] Compiling NIOPosix ServerSocket.swift
[1270/1294] Compiling NIOPosix Bootstrap.swift
[1271/1294] Compiling NIOPosix ControlMessage.swift
[1272/1294] Compiling NIOPosix DatagramVectorReadManager.swift
[1273/1294] Compiling NIOPosix Errors+Any.swift
[1274/1294] Compiling NIOPosix FileDescriptor.swift
[1275/1294] Compiling NIOPosix GetaddrinfoResolver.swift
[1276/1294] Compiling NIOPosix HappyEyeballs.swift
[1277/1295] Wrapping AST for NIOPosix for debugging
[1279/1297] Compiling NIO Exports.swift
[1280/1297] Emitting module NIO
[1281/1298] Wrapping AST for NIO for debugging
[1283/1337] Emitting module NIOSOCKS
[1284/1338] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1285/1338] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1286/1338] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1287/1338] Emitting module NIOTLS
[1288/1338] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1289/1338] Emitting module NIOFoundationCompat
[1290/1338] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1291/1338] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1292/1338] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1293/1338] Compiling NIOSOCKS SOCKSResponse.swift
[1294/1338] Compiling NIOSOCKS ClientStateMachine.swift
[1295/1338] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1296/1338] Compiling NIOHTTP1 HTTPDecoder.swift
[1297/1338] Compiling NIOSOCKS ServerStateMachine.swift
[1298/1338] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1299/1338] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1300/1338] Compiling NIOHTTP1 HTTPEncoder.swift
[1301/1338] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1302/1338] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1303/1338] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1304/1338] Compiling NIOTLS TLSEvents.swift
[1305/1339] Compiling NIOTLS SNIHandler.swift
[1308/1340] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1309/1340] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1310/1342] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1311/1343] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1312/1343] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1312/1343] Wrapping AST for NIOSOCKS for debugging
[1313/1343] Wrapping AST for NIOTLS for debugging
[1319/1372] Wrapping AST for NIOFoundationCompat for debugging
[1321/1394] Compiling NIOTransportServices StateManagedChannel.swift
[1322/1394] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1323/1394] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1324/1394] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1325/1394] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1326/1394] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1327/1396] Emitting module NIOTransportServices
[1328/1396] Compiling NIOTransportServices NIOTSBootstraps.swift
[1329/1396] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1330/1396] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1331/1396] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1332/1396] Compiling NIOTransportServices NIOTSSingletons.swift
[1333/1396] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1336/1396] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1337/1396] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1340/1396] Compiling NIOTransportServices AcceptHandler.swift
[1343/1396] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1344/1396] Compiling NIOTransportServices NIOTSErrors.swift
[1345/1396] Compiling NIOTransportServices NIOTSEventLoop.swift
[1346/1396] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1347/1396] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1348/1396] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1349/1396] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1350/1396] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1352/1397] Emitting module NIOHTTP1
[1355/1398] Wrapping AST for NIOTransportServices for debugging
[1357/1398] Wrapping AST for NIOHTTP1 for debugging
[1359/1416] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1364/1420] Emitting module NIOSSL
[1365/1420] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1366/1420] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1367/1420] Compiling NIOHPACK IndexedHeaderTable.swift
[1368/1420] Compiling NIOHPACK IntegerCoding.swift
[1369/1421] Emitting module NIOHTTPCompression
[1370/1421] Compiling NIOHPACK HuffmanTables.swift
[1371/1421] Compiling NIOSSL LinuxCABundle.swift
[1372/1421] Compiling NIOSSL NIOSSLClientHandler.swift
[1373/1421] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1374/1421] Compiling NIOSSL NIOSSLHandler.swift
[1379/1421] Compiling NIOHPACK DynamicHeaderTable.swift
[1380/1421] Compiling NIOHPACK HPACKDecoder.swift
[1381/1421] Compiling NIOHPACK HuffmanCoding.swift
[1382/1421] Compiling NIOHTTPCompression HTTPDecompression.swift
[1383/1421] Compiling NIOHTTPCompression HTTPCompression.swift
[1388/1421] Compiling NIOHPACK StaticHeaderTable.swift
[1389/1421] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1390/1422] Emitting module NIOHPACK
[1393/1422] Compiling NIOHPACK HPACKEncoder.swift
[1394/1422] Compiling NIOHPACK HPACKErrors.swift
[1396/1422] Compiling NIOHPACK HPACKHeader.swift
[1397/1422] Compiling NIOHPACK HeaderTables.swift
[1403/1422] Compiling NIOSSL SSLConnection.swift
[1407/1423] Wrapping AST for NIOHTTPCompression for debugging
[1409/1423] Wrapping AST for NIOHPACK for debugging
[1411/1483] Compiling NIOHTTP2 HTTP2StreamID.swift
[1412/1483] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1413/1483] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1414/1483] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1415/1484] Wrapping AST for NIOSSL for debugging
[1417/1484] Compiling NIOHTTP2 MaySendFrames.swift
[1418/1484] Compiling NIOHTTP2 SendingDataState.swift
[1419/1484] Compiling NIOHTTP2 SendingGoawayState.swift
[1420/1484] Compiling NIOHTTP2 SendingHeadersState.swift
[1421/1484] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1422/1484] Compiling NIOHTTP2 SendingRstStreamState.swift
[1423/1484] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1424/1484] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1425/1484] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1426/1492] Emitting module NIOHTTP2
[1427/1492] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1428/1492] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1429/1492] Compiling NIOHTTP2 MayReceiveFrames.swift
[1430/1492] Compiling NIOHTTP2 ReceivingDataState.swift
[1431/1492] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1432/1492] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1433/1492] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1434/1492] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1435/1492] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1436/1492] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1437/1492] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1438/1492] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1439/1492] Compiling NIOHTTP2 StreamChannelList.swift
[1440/1492] Compiling NIOHTTP2 StreamMap.swift
[1441/1492] Compiling NIOHTTP2 StreamStateMachine.swift
[1442/1492] Compiling NIOHTTP2 UnsafeTransfer.swift
[1443/1492] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1444/1492] Compiling NIOHTTP2 HTTP2Frame.swift
[1445/1492] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1446/1492] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1447/1492] Compiling NIOHTTP2 HTTP2PingData.swift
[1448/1492] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1449/1492] Compiling NIOHTTP2 HTTP2Settings.swift
[1450/1492] Compiling NIOHTTP2 HTTP2Stream.swift
[1451/1492] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1452/1492] Compiling NIOHTTP2 DOSHeuristics.swift
[1453/1492] Compiling NIOHTTP2 Error+Any.swift
[1454/1492] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1455/1492] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1456/1492] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1457/1492] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1458/1492] Compiling NIOHTTP2 GlitchesMonitor.swift
[1459/1492] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1460/1492] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1461/1492] Compiling NIOHTTP2 HasLocalSettings.swift
[1462/1492] Compiling NIOHTTP2 HasRemoteSettings.swift
[1463/1492] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1464/1492] Compiling NIOHTTP2 QuiescingState.swift
[1465/1492] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1466/1492] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1467/1492] Compiling NIOHTTP2 StateMachineResult.swift
[1468/1492] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1469/1492] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1470/1492] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1475/1492] Compiling NIOHTTP2 InboundEventBuffer.swift
[1476/1492] Compiling NIOHTTP2 InboundWindowManager.swift
[1477/1492] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1478/1492] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1479/1492] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1480/1492] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1481/1492] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1482/1492] Compiling NIOHTTP2 HTTP2Error.swift
[1483/1492] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1484/1492] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1485/1493] Wrapping AST for NIOHTTP2 for debugging
[1487/1556] Emitting module AsyncHTTPClient
[1488/1564] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1489/1564] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1490/1564] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1491/1564] Compiling AsyncHTTPClient Transaction.swift
[1492/1564] Compiling AsyncHTTPClient Base64.swift
[1493/1564] Compiling AsyncHTTPClient BasicAuth.swift
[1494/1564] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1495/1564] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1496/1564] Compiling AsyncHTTPClient ConnectionPool.swift
[1497/1564] Compiling AsyncHTTPClient RequestValidation.swift
[1498/1564] Compiling AsyncHTTPClient SSLContextCache.swift
[1499/1564] Compiling AsyncHTTPClient Scheme.swift
[1500/1564] Compiling AsyncHTTPClient Singleton.swift
[1501/1564] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1502/1564] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1503/1564] Compiling AsyncHTTPClient TracingSupport.swift
[1504/1564] Compiling AsyncHTTPClient Utils.swift
[1505/1564] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1506/1564] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1507/1564] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1508/1564] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1509/1564] Compiling AsyncHTTPClient HTTP1Connection.swift
[1510/1564] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1511/1564] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1512/1564] Compiling AsyncHTTPClient HTTP2Connection.swift
[1513/1564] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1514/1564] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1515/1564] Compiling AsyncHTTPClient NWErrorHandler.swift
[1516/1564] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1517/1564] Compiling AsyncHTTPClient TLSConfiguration.swift
[1518/1564] Compiling AsyncHTTPClient RedirectState.swift
[1519/1564] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1520/1564] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1521/1564] Compiling AsyncHTTPClient RequestBag.swift
[1522/1564] Compiling AsyncHTTPClient RequestOptions.swift
[1523/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1524/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1525/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1526/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1527/1564] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1528/1564] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1529/1564] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1530/1564] Compiling AsyncHTTPClient ConnectionTarget.swift
[1531/1564] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1532/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1533/1564] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1534/1564] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1535/1564] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1536/1564] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1537/1564] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1538/1564] Compiling AsyncHTTPClient RequestBodyLength.swift
[1539/1564] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1540/1564] Compiling AsyncHTTPClient DeconstructedURL.swift
[1541/1564] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1542/1564] Compiling AsyncHTTPClient FoundationExtensions.swift
[1543/1564] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1544/1564] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1545/1564] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1546/1564] Compiling AsyncHTTPClient HTTPClient.swift
[1547/1564] Compiling AsyncHTTPClient HTTPHandler.swift
[1548/1564] Compiling AsyncHTTPClient LRUCache.swift
[1549/1564] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1550/1564] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1551/1564] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1552/1564] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1553/1564] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1554/1564] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1555/1564] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1556/1564] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1557/1564] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1558/1565] Wrapping AST for AsyncHTTPClient for debugging
[1560/1584] Compiling LanerMatch LanerMatch.swift
[1561/1584] Compiling LanerMatch BetaGroup.swift
[1562/1584] Compiling LanerMatch Build.swift
[1563/1584] Compiling LanerMatch BuildUpload.swift
[1564/1584] Compiling LanerMatch Certificate.swift
[1565/1584] Compiling LanerMatch CertificateType.swift
[1566/1586] Emitting module LanerMatch
[1567/1586] Compiling LanerMatch TestFlightError.swift
[1568/1586] Compiling LanerMatch ChunkedUploader.swift
[1569/1586] Compiling LanerMatch GitStorage.swift
[1570/1586] Compiling LanerMatch StorageProvider.swift
[1571/1586] Compiling LanerMatch CryptoService.swift
[1572/1586] Compiling LanerMatch KeychainService.swift
[1573/1586] Compiling LanerMatch MatchService.swift
[1574/1586] Compiling LanerMatch TestFlightService.swift
[1575/1586] Compiling LanerMatch Device.swift
[1576/1586] Compiling LanerMatch MatchError.swift
[1577/1586] Compiling LanerMatch ProvisioningProfile.swift
[1578/1586] Compiling LanerMatch AppStoreConnectAPI+Builds.swift
[1579/1586] Compiling LanerMatch AppStoreConnectAPI.swift
[1580/1586] Compiling LanerMatch JWTGenerator.swift
[1581/1587] Wrapping AST for LanerMatch for debugging
[1583/1601] Compiling LanerDSL LanerDSL.swift
[1584/1602] Compiling LanerDSL RegisterDevicesAction.swift
[1585/1602] Compiling LanerDSL AnyAction.swift
[1586/1602] Compiling LanerDSL MatchAction.swift
[1587/1602] Compiling LanerDSL PilotAction.swift
[1588/1602] Emitting module LanerDSL
[1589/1602] Compiling LanerDSL Action.swift
[1590/1602] Compiling LanerDSL Functions.swift
[1591/1602] Compiling LanerDSL Lanerfile.swift
[1592/1602] Compiling LanerDSL Artifact.swift
[1593/1602] Compiling LanerDSL LaneBuilder.swift
[1594/1602] Compiling LanerDSL Environment.swift
[1595/1602] Compiling LanerDSL ExecutionContext.swift
[1596/1602] Compiling LanerDSL Lane.swift
[1597/1602] Compiling LanerDSL LanerConfiguration.swift
[1598/1603] Wrapping AST for LanerDSL for debugging
[1600/1620] Emitting module LanerPluginKit
[1601/1620] Compiling LanerPluginKit LanerPluginKit.swift
[1602/1621] Compiling LanerCore LanesCommand.swift
[1603/1621] Compiling LanerCore MatchCommand.swift
[1605/1623] Compiling LanerCore BuildCommand.swift
[1606/1623] Compiling LanerCore CLIError.swift
[1607/1623] Compiling LanerCore InitCommand.swift
[1608/1623] Compiling LanerCore LaneCommand.swift
[1609/1623] Emitting module LanerCore
[1610/1623] Compiling LanerCore DoctorCommand.swift
[1611/1623] Compiling LanerCore GlobalOptions.swift
[1612/1623] Compiling LanerCore VersionCommand.swift
[1613/1623] Compiling LanerCore LanerCore.swift
[1614/1623] Compiling LanerCore TestCommand.swift
[1615/1623] Compiling LanerCore UploadCommand.swift
[1616/1623] Compiling LanerCore ManifestCache.swift
[1617/1623] Compiling LanerCore ManifestCompiler.swift
[1618/1623] Compiling LanerCore ManifestError.swift
[1619/1623] Compiling LanerCore ManifestLoader.swift
[1620/1624] Wrapping AST for LanerCore for debugging
[1622/1626] Compiling laner main.swift
[1623/1626] Emitting module laner
[1624/1627] Wrapping AST for laner for debugging
[1625/1627] Write Objects.LinkFileList
[1626/1627] Linking laner
Build complete! (295.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    }
  ],
  "manifest_display_name" : "Laner",
  "name" : "Laner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "laner",
      "targets" : [
        "laner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LanerDSL",
      "targets" : [
        "LanerDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerKit",
      "targets" : [
        "LanerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerPluginKit",
      "targets" : [
        "LanerPluginKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerMatch",
      "targets" : [
        "LanerMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "laner",
      "module_type" : "SwiftTarget",
      "name" : "laner",
      "path" : "Sources/laner",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LanerCore",
        "LanerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LanerPluginKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerPluginKit",
      "path" : "Sources/LanerPluginKit",
      "product_memberships" : [
        "LanerPluginKit"
      ],
      "sources" : [
        "LanerPluginKit.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatchTests",
      "path" : "Tests/LanerMatchTests",
      "sources" : [
        "AppStoreConnectAPITests.swift",
        "CertificateTypeTests.swift",
        "CryptoServiceTests.swift",
        "GitStorageTests.swift",
        "KeychainServiceTests.swift",
        "MatchServiceTests.swift",
        "TestFlightModelsTests.swift"
      ],
      "target_dependencies" : [
        "LanerMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerMatch",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatch",
      "path" : "Sources/LanerMatch",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "API/AppStoreConnectAPI+Builds.swift",
        "API/AppStoreConnectAPI.swift",
        "API/JWTGenerator.swift",
        "LanerMatch.swift",
        "Models/BetaGroup.swift",
        "Models/Build.swift",
        "Models/BuildUpload.swift",
        "Models/Certificate.swift",
        "Models/CertificateType.swift",
        "Models/Device.swift",
        "Models/MatchError.swift",
        "Models/ProvisioningProfile.swift",
        "Models/TestFlightError.swift",
        "Services/ChunkedUploader.swift",
        "Services/CryptoService.swift",
        "Services/KeychainService.swift",
        "Services/MatchService.swift",
        "Services/TestFlightService.swift",
        "Storage/GitStorage.swift",
        "Storage/StorageProvider.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerKitTests",
      "path" : "Tests/LanerKitTests",
      "sources" : [
        "FileManagerExtensionsTests.swift",
        "LanerKitTests.swift",
        "LoggingTests.swift",
        "PlatformTests.swift",
        "ProcessResultTests.swift",
        "ShellErrorTests.swift",
        "ShellExecutorTests.swift",
        "XcodebuildTests.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerKit",
      "path" : "Sources/LanerKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerKit",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "FileManagerExtensions.swift",
        "LanerKit.swift",
        "Logging/ConsoleLogHandler.swift",
        "Logging/LogCategory.swift",
        "Logging/LoggingConfiguration.swift",
        "Platform.swift",
        "ProcessResult.swift",
        "ShellError.swift",
        "ShellExecutor.swift",
        "Xcodebuild/ArchiveOptions.swift",
        "Xcodebuild/BuildOptions.swift",
        "Xcodebuild/TestOptions.swift",
        "Xcodebuild/XcodebuildExecutor.swift",
        "Xcodebuild/XcodebuildResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSLTests",
      "path" : "Tests/LanerDSLTests",
      "sources" : [
        "ActionsTest.swift",
        "LanerDSLTests.swift",
        "LanerfileTests.swift",
        "MatchActionTests.swift",
        "PilotActionTests.swift"
      ],
      "target_dependencies" : [
        "LanerDSL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerDSL",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSL",
      "path" : "Sources/LanerDSL",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit"
      ],
      "sources" : [
        "Action.swift",
        "Actions/Functions.swift",
        "Actions/MatchAction.swift",
        "Actions/PilotAction.swift",
        "Actions/RegisterDevicesAction.swift",
        "AnyAction.swift",
        "Artifact.swift",
        "Builders/LaneBuilder.swift",
        "Environment.swift",
        "ExecutionContext.swift",
        "Lane.swift",
        "LanerConfiguration.swift",
        "LanerDSL.swift",
        "Manifest/Lanerfile.swift"
      ],
      "target_dependencies" : [
        "LanerKit",
        "LanerMatch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerCoreTests",
      "path" : "Tests/LanerCoreTests",
      "sources" : [
        "LanerCoreTests.swift",
        "MatchCommandTests.swift"
      ],
      "target_dependencies" : [
        "LanerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerCore",
      "module_type" : "SwiftTarget",
      "name" : "LanerCore",
      "path" : "Sources/LanerCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "Crypto"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/CLIError.swift",
        "Commands/DoctorCommand.swift",
        "Commands/GlobalOptions.swift",
        "Commands/InitCommand.swift",
        "Commands/LaneCommand.swift",
        "Commands/LanesCommand.swift",
        "Commands/MatchCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/UploadCommand.swift",
        "Commands/VersionCommand.swift",
        "LanerCore.swift",
        "Manifest/ManifestCache.swift",
        "Manifest/ManifestCompiler.swift",
        "Manifest/ManifestError.swift",
        "Manifest/ManifestLoader.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.