The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of soto-s3-file-transfer, reference 2.1.0 (510449), with Swift 6.0 for Linux on 19 Dec 2024 00:56:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-s3-file-transfer.git
Reference: 2.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/soto-project/soto-s3-file-transfer
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 5104491 Swift 6 language mode (#49)
Cloned https://github.com/soto-project/soto-s3-file-transfer.git
Revision (git rev-parse @):
5104491d1a8f76a2839e4476e9644b3885ba758c
SUCCESS checkout https://github.com/soto-project/soto-s3-file-transfer.git at 2.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/soto-project/soto-s3-file-transfer.git
https://github.com/soto-project/soto-s3-file-transfer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-s3-file-transfer",
  "name" : "soto-s3-file-transfer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoS3FileTransfer",
      "targets" : [
        "SotoS3FileTransfer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SotoS3FileTransferTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransferTests",
      "path" : "Tests/SotoS3FileTransferTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "S3FileTransferManagerTests.swift",
        "S3PathTests.swift",
        "TestEnvironment.swift"
      ],
      "target_dependencies" : [
        "SotoS3FileTransfer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoS3FileTransfer",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransfer",
      "path" : "Sources/SotoS3FileTransfer",
      "product_dependencies" : [
        "SotoS3",
        "Logging"
      ],
      "product_memberships" : [
        "SotoS3FileTransfer"
      ],
      "sources" : [
        "FolderUploadProgress.swift",
        "ReportSizeByteBufferSequence.swift",
        "S3FileTransferManager+options.swift",
        "S3FileTransferManager.swift",
        "S3Path.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/soto-project/soto.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1569] Fetching swift-atomics
[535/5301] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
[1/137733] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (75.63s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.3.0 (3.97s)
Fetching https://github.com/soto-project/soto-core.git
[1/47002] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (1.57s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.3.0 (0.41s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2120] Fetching swift-metrics
[1973/2764] Fetching swift-metrics, jmespath.swift
[2765/7683] Fetching swift-metrics, jmespath.swift, swift-distributed-tracing
[3159/9980] Fetching swift-metrics, jmespath.swift, swift-distributed-tracing, swift-nio-transport-services
[3566/23329] Fetching swift-metrics, jmespath.swift, swift-distributed-tracing, swift-nio-transport-services, async-http-client
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.40s)
[20149/22685] Fetching swift-metrics, swift-distributed-tracing, swift-nio-transport-services, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (0.40s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.40s)
[10947/13349] Fetching async-http-client
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[13350/27137] Fetching async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (0.71s)
[3999/13788] Fetching swift-nio-ssl
[4000/25596] Fetching swift-nio-ssl, swift-crypto
[8608/98153] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.62s)
[56794/84365] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.37s)
[46997/72557] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.96s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/15603] Fetching swift-collections
[938/19563] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
Fetched https://github.com/apple/swift-collections.git from cache (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.41s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (0.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (4.38s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5233] Fetching swift-nio-extras
[839/10828] Fetching swift-nio-extras, swift-algorithms
[10606/22063] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.85s)
[7930/16468] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.40s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.58s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1003] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (1.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (1.22s)
Fetching https://github.com/apple/swift-http-types
[1/733] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.20s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.42s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.65s)
Fetching https://github.com/apple/swift-asn1.git
[1/1427] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.46s)
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.29.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.3.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.3.0
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.1.2
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.23.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.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.1.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.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.77.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/833] Write sources
[28/833] Compiling CSotoExpat xmltok_impl.c
[29/833] Compiling CSotoExpat xmltok_ns.c
[29/833] Compiling _AtomicsShims.c
[30/833] Write sources
[38/833] Compiling CNIOWindows shim.c
[39/833] Compiling _NumericsShims _NumericsShims.c
[40/833] Compiling CNIOWindows WSAStartup.c
[41/833] Compiling CNIOWASI CNIOWASI.c
[42/833] Compiling CNIOLinux liburing_shims.c
[43/833] Compiling CSotoExpat xmlrole.c
[44/833] Compiling CNIOExtrasZlib empty.c
[45/833] Compiling CNIOLLHTTP c_nio_http.c
[46/833] Compiling CNIODarwin shim.c
[46/833] Compiling CNIOLinux shim.c
[48/833] Compiling CNIOLLHTTP c_nio_api.c
[49/833] Compiling fiat_p256_adx_sqr.S
[50/833] Compiling fiat_curve25519_adx_square.S
[50/833] Write swift-version-24593BA9C3E375BF.txt
[52/833] Compiling fiat_p256_adx_mul.S
[53/833] Compiling fiat_curve25519_adx_mul.S
[54/833] Compiling CSotoExpat xmlparse.c
[55/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/833] Compiling CSotoExpat xmltok.c
[57/839] Compiling CNIOBoringSSLShims shims.c
[59/862] Emitting module ServiceContextModule
[59/862] Compiling tls_method.cc
[60/862] Compiling tls_record.cc
[62/880] Emitting module RealModule
[63/891] Emitting module JMESPath
[64/892] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/892] Compiling InternalCollectionsUtilities Integer rank.swift
[66/892] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/894] Compiling RealModule Float16+Real.swift
[68/894] Compiling RealModule RealFunctions.swift
[69/894] Compiling JMESPath Sendable.swift
[70/894] Compiling ServiceContextModule ServiceContext.swift
[71/894] Compiling ServiceContextModule ServiceContextKey.swift
[73/895] Compiling JMESPath Token.swift
[74/895] Compiling JMESPath Parser.swift
[75/895] Compiling JMESPath Runtime.swift
[76/895] Emitting module InternalCollectionsUtilities
[77/895] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[78/895] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[79/895] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[80/895] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/895] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/895] Compiling RealModule ElementaryFunctions.swift
[83/895] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[84/895] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/895] Compiling RealModule Float+Real.swift
[90/895] Compiling RealModule Real.swift
[91/895] Compiling InternalCollectionsUtilities _SortedCollection.swift
[92/895] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/895] Compiling InternalCollectionsUtilities UInt+reversed.swift
[94/895] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/895] Compiling InternalCollectionsUtilities Debugging.swift
[96/895] Compiling InternalCollectionsUtilities Descriptions.swift
[97/895] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[98/895] Compiling InternalCollectionsUtilities Specialize.swift
[99/895] Emitting module _NIOBase64
[100/895] Compiling _NIOBase64 Base64.swift
[101/895] Compiling _NIODataStructures _TinyArray.swift
[102/895] Compiling _NIODataStructures PriorityQueue.swift
[103/895] Compiling Logging LogHandler.swift
[104/897] Compiling RealModule Float80+Real.swift
[108/903] Compiling SotoXML Expat.swift
[109/903] Compiling Logging MetadataProvider.swift
[110/903] Emitting module _NIODataStructures
[111/903] Compiling _NIODataStructures Heap.swift
[112/903] Emitting module Logging
[113/903] Compiling Logging Locks.swift
[114/907] Compiling Logging Logging.swift
[116/912] Emitting module Instrumentation
[117/914] Compiling Instrumentation Instrument.swift
[119/926] Compiling Instrumentation MultiplexInstrument.swift
[120/926] Compiling Instrumentation NoOpInstrument.swift
[121/926] Emitting module INIParser
[122/926] Compiling INIParser INIParser.swift
[123/927] Compiling Instrumentation Locks.swift
[124/927] Compiling Instrumentation InstrumentationSystem.swift
[127/928] Compiling DequeModule _DequeBuffer.swift
[128/928] Compiling DequeModule _DequeBufferHeader.swift
[129/930] Emitting module CoreMetrics
[130/930] Compiling DequeModule Deque+Equatable.swift
[131/930] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[132/930] Compiling DequeModule Deque+CustomReflectable.swift
[133/930] Compiling DequeModule Deque+Descriptions.swift
[134/930] Compiling DequeModule Deque+Extras.swift
[135/930] Compiling DequeModule Deque+Hashable.swift
[136/930] Compiling DequeModule Deque+Codable.swift
[137/930] Compiling DequeModule Deque+Collection.swift
[138/930] Compiling SotoXML XMLEncoder.swift
[139/930] Compiling DequeModule Deque+Testing.swift
[140/930] Compiling DequeModule Deque._Storage.swift
[141/930] Compiling DequeModule Deque._UnsafeHandle.swift
[142/930] Compiling DequeModule Deque.swift
[143/930] Compiling DequeModule _DequeSlot.swift
[144/930] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/930] Compiling JMESPath Variable.swift
[146/930] Compiling SotoXML XMLDecoder.swift
[149/930] Compiling CoreMetrics Locks.swift
[150/930] Compiling CoreMetrics Metrics.swift
[151/930] Emitting module SotoXML
[152/930] Compiling SotoXML XML.swift
[159/933] Compiling tls13_server.cc
[160/939] Compiling tls13_enc.cc
[162/943] Emitting module DequeModule
[164/944] Compiling Tracing InstrumentationSystem+Tracing.swift
[165/944] Emitting module Tracing
[166/944] Compiling Tracing TracingTime.swift
[167/944] Compiling Tracing Tracer.swift
[168/944] Compiling Tracing TracerProtocol+Legacy.swift
[169/944] Compiling Tracing TracerProtocol.swift
[170/944] Emitting module Metrics
[171/944] Compiling Metrics Metrics.swift
[172/945] Compiling tls13_client.cc
[173/945] Compiling tls13_both.cc
[175/945] Compiling Tracing NoOpTracer.swift
[176/945] Compiling Tracing SpanProtocol.swift
[177/946] Compiling t1_enc.cc
[178/946] Compiling ssl_versions.cc
[179/946] Compiling ssl_transcript.cc
[180/946] Compiling ssl_x509.cc
[181/946] Compiling ssl_stat.cc
[182/946] Compiling ssl_session.cc
[183/946] Compiling ssl_privkey.cc
[184/946] Compiling ssl_key_share.cc
[185/946] Compiling ssl_lib.cc
[186/946] Compiling ssl_file.cc
[187/946] Compiling ssl_credential.cc
[188/946] Compiling ssl_cert.cc
[189/946] Compiling ssl_cipher.cc
[190/946] Compiling ssl_buffer.cc
[191/946] Compiling ssl_asn1.cc
[192/946] Compiling ssl_aead_ctx.cc
[193/946] Compiling s3_pkt.cc
[194/946] Compiling s3_lib.cc
[195/946] Compiling s3_both.cc
[196/946] Compiling handshake_client.cc
[197/946] Compiling handshake.cc
[198/946] Compiling handshake_server.cc
[199/946] Compiling dtls_record.cc
[200/946] Compiling extensions.cc
[201/946] Compiling handoff.cc
[202/946] Compiling md5-x86_64-linux.S
[203/946] Compiling encrypted_client_hello.cc
[204/946] Compiling md5-x86_64-apple.S
[205/946] Compiling md5-586-linux.S
[206/946] Compiling err_data.c
[207/946] Compiling md5-586-apple.S
[208/946] Compiling dtls_method.cc
[209/946] Compiling chacha20_poly1305_x86_64-apple.S
[210/946] Compiling chacha20_poly1305_armv8-win.S
[211/946] Compiling bio_ssl.cc
[212/946] Compiling chacha20_poly1305_x86_64-linux.S
[213/946] Compiling chacha20_poly1305_armv8-apple.S
[214/946] Compiling chacha20_poly1305_armv8-linux.S
[215/946] Compiling chacha-x86_64-linux.S
[216/946] Compiling chacha-x86_64-apple.S
[217/946] Compiling chacha-x86-linux.S
[218/946] Compiling chacha-x86-apple.S
[219/946] Compiling chacha-armv8-win.S
[220/946] Compiling d1_srtp.cc
[221/946] Compiling d1_pkt.cc
[222/946] Compiling chacha-armv8-apple.S
[223/946] Compiling chacha-armv8-linux.S
[224/946] Compiling chacha-armv4-linux.S
[225/946] Compiling aes128gcmsiv-x86_64-apple.S
[226/946] Compiling aes128gcmsiv-x86_64-linux.S
[227/946] Compiling x86_64-mont5-linux.S
[228/946] Compiling x86_64-mont5-apple.S
[229/946] Compiling x86_64-mont-linux.S
[230/946] Compiling x86-mont-linux.S
[231/946] Compiling d1_lib.cc
[232/946] Compiling x86_64-mont-apple.S
[233/946] Compiling x86-mont-apple.S
[234/946] Compiling d1_both.cc
[235/946] Compiling vpaes-armv8-win.S
[235/946] Compiling vpaes-x86_64-linux.S
[237/946] Compiling vpaes-x86_64-apple.S
[237/946] Compiling vpaes-x86-linux.S
[239/946] Compiling vpaes-armv8-linux.S
[240/946] Compiling vpaes-armv8-apple.S
[240/946] Compiling vpaes-x86-apple.S
[242/946] Compiling vpaes-armv7-linux.S
[243/946] Compiling sha512-x86_64-apple.S
[244/946] Compiling sha512-x86_64-linux.S
[245/946] Compiling sha512-armv8-linux.S
[246/946] Compiling sha512-armv8-win.S
[247/946] Compiling sha512-586-linux.S
[248/946] Compiling sha512-armv8-apple.S
[249/946] Compiling sha512-armv4-linux.S
[250/946] Compiling sha512-586-apple.S
[251/946] Compiling sha256-x86_64-apple.S
[252/946] Compiling sha256-armv4-linux.S
[253/946] Compiling sha256-armv8-apple.S
[254/946] Compiling sha256-x86_64-linux.S
[255/946] Compiling sha256-armv8-win.S
[256/946] Compiling sha256-armv8-linux.S
[257/946] Compiling sha256-586-linux.S
[258/946] Compiling sha1-x86_64-apple.S
[259/946] Compiling sha256-586-apple.S
[260/946] Compiling sha1-armv8-linux.S
[261/946] Compiling sha1-armv8-win.S
[262/946] Compiling sha1-x86_64-linux.S
[263/946] Compiling sha1-armv4-large-linux.S
[263/946] Compiling sha1-armv8-apple.S
[264/946] Compiling sha1-586-linux.S
[266/946] Compiling sha1-586-apple.S
[267/946] Compiling rsaz-avx2-linux.S
[268/946] Compiling rdrand-x86_64-apple.S
[269/946] Compiling rdrand-x86_64-linux.S
[270/946] Compiling p256_beeu-x86_64-asm-linux.S
[270/946] Compiling rsaz-avx2-apple.S
[272/946] Compiling p256_beeu-x86_64-asm-apple.S
[272/946] Compiling p256_beeu-armv8-asm-win.S
[274/946] Compiling p256_beeu-armv8-asm-apple.S
[275/946] Compiling p256_beeu-armv8-asm-linux.S
[276/946] Compiling p256-armv8-asm-win.S
[277/946] Compiling p256-armv8-asm-apple.S
[277/946] Compiling p256-armv8-asm-linux.S
[279/946] Compiling p256-x86_64-asm-apple.S
[280/946] Compiling p256-x86_64-asm-linux.S
[281/946] Compiling ghashv8-armv8-linux.S
[282/946] Compiling ghashv8-armv8-win.S
[283/946] Compiling ghashv8-armv7-linux.S
[284/946] Compiling ghashv8-armv8-apple.S
[285/946] Compiling ghash-x86_64-apple.S
[286/946] Compiling ghash-x86_64-linux.S
[287/946] Compiling ghash-x86-apple.S
[288/946] Compiling ghash-x86-linux.S
[289/946] Compiling ghash-ssse3-x86_64-linux.S
[290/946] Compiling ghash-ssse3-x86_64-apple.S
[291/946] Compiling ghash-ssse3-x86-linux.S
[292/946] Compiling ghash-ssse3-x86-apple.S
[293/946] Compiling ghash-neon-armv8-win.S
[294/946] Compiling ghash-neon-armv8-linux.S
[295/946] Compiling ghash-neon-armv8-apple.S
[296/946] Compiling ghash-armv4-linux.S
[297/946] Compiling co-586-linux.S
[298/946] Compiling co-586-apple.S
[299/946] Compiling bsaes-armv7-linux.S
[300/946] Compiling bn-armv8-win.S
[301/946] Compiling bn-armv8-linux.S
[302/946] Compiling bn-armv8-apple.S
[303/946] Compiling bn-586-linux.S
[304/946] Compiling bn-586-apple.S
[305/946] Compiling armv8-mont-win.S
[306/946] Compiling armv8-mont-apple.S
[307/946] Compiling armv8-mont-linux.S
[308/946] Compiling aesv8-gcm-armv8-win.S
[309/946] Compiling armv4-mont-linux.S
[310/946] Compiling aesv8-gcm-armv8-apple.S
[311/946] Compiling aesv8-gcm-armv8-linux.S
[312/946] Compiling aesv8-armv8-apple.S
[313/946] Compiling aesv8-armv8-win.S
[314/946] Compiling aesv8-armv8-linux.S
[315/946] Compiling aesv8-armv7-linux.S
[316/946] Compiling aesni-x86_64-apple.S
[317/946] Compiling aesni-x86_64-linux.S
[318/946] Compiling aesni-x86-apple.S
[319/946] Compiling aesni-x86-linux.S
[320/946] Compiling aesni-gcm-x86_64-apple.S
[320/946] Compiling aesni-gcm-x86_64-linux.S
[322/946] Compiling x_x509a.c
[323/946] Compiling x_sig.c
[324/946] Compiling x_pubkey.c
[325/946] Compiling x_spki.c
[326/946] Compiling x_req.c
[327/946] Compiling x_name.c
[328/946] Compiling x_val.c
[329/946] Compiling x_x509.c
[330/946] Compiling x_exten.c
[331/946] Compiling x_crl.c
[332/946] Compiling x509rset.c
[333/946] Compiling x_attrib.c
[334/946] Compiling x_algor.c
[335/946] Compiling x_all.c
[336/946] Compiling x509spki.c
[337/946] Compiling x509cset.c
[338/946] Compiling x509_vpm.c
[339/946] Compiling x509name.c
[340/946] Compiling x509_v3.c
[341/946] Compiling x509_vfy.c
[342/946] Compiling x509_trs.c
[343/946] Compiling x509_txt.c
[344/946] Compiling x509_set.c
[345/946] Compiling x509_req.c
[346/946] Compiling x509_obj.c
[347/946] Compiling x509_d2.c
[348/946] Compiling x509_lu.c
[349/946] Compiling x509_def.c
[350/946] Compiling x509_ext.c
[351/946] Compiling x509_att.c
[352/946] Compiling x509_cmp.c
[353/946] Compiling x509.c
[354/946] Compiling v3_utl.c
[355/946] Compiling v3_skey.c
[356/946] Compiling v3_ocsp.c
[357/946] Compiling v3_purp.c
[358/946] Compiling v3_prn.c
[359/946] Compiling v3_pmaps.c
[360/946] Compiling v3_pcons.c
[361/946] Compiling v3_ncons.c
[362/946] Compiling v3_int.c
[363/946] Compiling v3_ia5.c
[364/946] Compiling v3_lib.c
[365/946] Compiling v3_info.c
[366/946] Compiling v3_crld.c
[367/946] Compiling v3_cpols.c
[368/946] Compiling v3_enum.c
[369/946] Compiling v3_genn.c
[370/946] Compiling v3_bitst.c
[371/946] Compiling v3_extku.c
[372/946] Compiling v3_bcons.c
[373/946] Compiling v3_conf.c
[374/946] Compiling v3_akey.c
[375/946] Compiling v3_akeya.c
[376/946] Compiling v3_alt.c
[377/946] Compiling t_crl.c
[378/946] Compiling t_x509.c
[379/946] Compiling t_req.c
[380/946] Compiling i2d_pr.c
[381/946] Compiling t_x509a.c
[382/946] Compiling rsa_pss.c
[383/946] Compiling policy.c
[384/946] Compiling by_file.c
[385/946] Compiling by_dir.c
[386/946] Compiling algorithm.c
[387/946] Compiling a_verify.c
[388/946] Compiling name_print.c
[389/946] Compiling trust_token.c
[390/946] Compiling a_sign.c
[391/946] Compiling asn1_gen.c
[392/946] Compiling thread_win.c
[393/946] Compiling a_digest.c
[394/946] Compiling thread_pthread.c
[395/946] Compiling spx_util.c
[395/946] Compiling voprf.c
[397/946] Compiling thread.c
[397/946] Compiling thread_none.c
[399/946] Compiling spx_wots.c
[400/946] Compiling stack.c
[401/946] Compiling spx_thash.c
[402/946] Compiling spx_merkle.c
[403/946] Compiling spx_fors.c
[404/946] Compiling spx.c
[405/946] Compiling pmbtoken.c
[406/946] Compiling spx_address.c
[406/946] Compiling wots.c
[408/946] Compiling slhdsa.c
[409/946] Compiling thash.c
[410/946] Compiling siphash.c
[411/946] Compiling merkle.c
[412/946] Compiling sha512.c
[413/946] Compiling sha256.c
[414/946] Compiling sha1.c
[415/946] Compiling fors.c
[416/946] Compiling rsa_extra.c
[417/946] Compiling rc4.c
[418/946] Compiling rsa_print.c
[419/946] Compiling trusty.c
[420/946] Compiling refcount.c
[421/946] Compiling windows.c
[422/946] Compiling rsa_asn1.c
[423/946] Compiling rsa_crypt.c
[424/946] Compiling rand_extra.c
[425/946] Compiling urandom.c
[426/946] Compiling ios.c
[427/946] Compiling getentropy.c
[428/946] Compiling passive.c
[429/946] Compiling deterministic.c
[430/946] Compiling forkunsafe.c
[431/946] Compiling poly1305_arm_asm.S
[432/946] Compiling fork_detect.c
[433/946] Compiling poly1305_arm.c
[433/946] Compiling pool.c
[435/946] Compiling poly1305.c
[436/946] Compiling poly1305_vec.c
[437/946] Compiling pkcs7.c
[438/946] Compiling pkcs8.c
[439/946] Compiling pem_xaux.c
[440/946] Compiling p5_pbev2.c
[441/946] Compiling pkcs8_x509.c
[442/946] Compiling pem_x509.c
[443/946] Compiling pkcs7_x509.c
[444/946] Compiling pem_pk8.c
[445/946] Compiling pem_pkey.c
[446/946] Compiling pem_oth.c
[447/946] Compiling obj_xref.c
[448/946] Compiling pem_info.c
[449/946] Compiling md5.c
[450/946] Compiling pem_all.c
[451/946] Compiling pem_lib.c
[452/946] Compiling mem.c
[453/946] Compiling md4.c
[454/946] Compiling lhash.c
[455/946] Compiling mldsa.c
[456/946] Compiling keccak.c
[457/946] Compiling fips_shared_support.c
[458/946] Compiling kyber.c
[459/946] Compiling poly_rq_mul.S
[460/946] Compiling hpke.c
[461/946] Compiling obj.c
[462/946] Compiling mlkem.cc
[463/946] Compiling ex_data.c
[464/946] Compiling pbkdf.c
[465/946] Compiling sign.c
[466/946] Compiling p_x25519_asn1.c
[467/946] Compiling print.c
[468/946] Compiling scrypt.c
[469/946] Compiling p_x25519.c
[470/946] Compiling p_rsa_asn1.c
[471/946] Compiling hrss.c
[472/946] Compiling p_rsa.c
[473/946] Compiling p_ed25519_asn1.c
[474/946] Compiling p_hkdf.c
[475/946] Compiling p_ed25519.c
[476/946] Compiling p_ec_asn1.c
[477/946] Compiling p_dsa_asn1.c
[478/946] Compiling p_dh_asn1.c
[479/946] Compiling p_ec.c
[480/946] Compiling evp_ctx.c
[481/946] Compiling evp_asn1.c
[482/946] Compiling evp.c
[483/946] Compiling p_dh.c
[484/946] Compiling err.c
[485/946] Compiling engine.c
[486/946] Compiling ecdh_extra.c
[487/946] Compiling ec_asn1.c
[488/946] Compiling ecdsa_asn1.c
[489/946] Compiling hash_to_curve.c
[490/946] Compiling ec_derive.c
[491/946] Compiling dsa_asn1.c
[492/946] Compiling dilithium.c
[493/946] Compiling digest_extra.c
[494/946] Compiling spake25519.c
[495/946] Compiling dsa.c
[496/946] Compiling dh_asn1.c
[497/946] Compiling params.c
[498/946] Compiling des.c
[499/946] Compiling x25519-asm-arm.S
[500/946] Compiling cpu_intel.c
[501/946] Compiling crypto.c
[502/946] Compiling cpu_arm_linux.c
[503/946] Compiling cpu_aarch64_openbsd.c
[503/946] Compiling cpu_aarch64_sysreg.c
[505/946] Compiling curve25519.c
[505/946] Compiling cpu_arm_freebsd.c
[507/946] Compiling cpu_aarch64_win.c
[508/946] Compiling cpu_aarch64_apple.c
[508/946] Compiling curve25519_64_adx.c
[510/946] Compiling cpu_aarch64_linux.c
[511/946] Compiling e_tls.c
[512/946] Compiling cpu_aarch64_fuchsia.c
[512/946] Compiling e_rc4.c
[514/946] Compiling tls_cbc.c
[515/946] Compiling e_null.c
[516/946] Compiling e_rc2.c
[517/946] Compiling conf.c
[518/946] Compiling derive_key.c
[519/946] Compiling e_chacha20poly1305.c
[520/946] Compiling e_des.c
[521/946] Compiling unicode.c
[522/946] Compiling e_aesctrhmac.c
[523/946] Compiling chacha.c
[523/946] Compiling cipher_extra.c
[525/946] Compiling e_aesgcmsiv.c
[526/946] Compiling ber.c
[527/946] Compiling asn1_compat.c
[528/946] Compiling cbb.c
[529/946] Compiling buf.c
[530/946] Compiling blake2.c
[531/946] Compiling socket_helper.c
[532/946] Compiling printf.c
[532/946] Compiling socket.c
[532/946] Compiling bn_asn1.c
[532/946] Compiling cbs.c
[532/946] Compiling convert.c
[537/946] Compiling pair.c
[538/946] Compiling hexdump.c
[539/946] Compiling file.c
[540/946] Compiling errno.c
[540/946] Compiling fd.c
[542/946] Compiling bio_mem.c
[543/946] Compiling connect.c
[544/946] Compiling bio.c
[545/946] Compiling base64.c
[546/946] Compiling bcm.c
[547/946] Compiling tasn_utl.c
[548/946] Compiling tasn_fre.c
[549/946] Compiling f_string.c
[550/946] Compiling f_int.c
[551/946] Compiling posix_time.c
[552/946] Compiling tasn_enc.c
[553/946] Compiling tasn_typ.c
[554/946] Compiling asn_pack.c
[555/946] Compiling tasn_new.c
[556/946] Compiling asn1_par.c
[557/946] Compiling tasn_dec.c
[558/946] Compiling a_utctm.c
[558/946] Compiling asn1_lib.c
[560/946] Compiling a_time.c
[561/946] Compiling a_octet.c
[562/946] Compiling a_type.c
[563/946] Compiling a_strnid.c
[564/946] Compiling a_strex.c
[565/946] Compiling a_object.c
[566/946] Compiling a_dup.c
[567/946] Compiling a_mbstr.c
[568/946] Compiling a_d2i_fp.c
[569/946] Compiling a_bool.c
[570/946] Compiling a_i2d_fp.c
[571/946] Compiling a_int.c
[572/946] Compiling a_gentm.c
[573/946] Compiling a_bitstr.c
[574/946] Compiling fiat_p256_adx_sqr.S
[575/946] Compiling fiat_p256_adx_mul.S
[576/946] Compiling md5-x86_64-apple.S
[577/946] Compiling fiat_curve25519_adx_square.S
[578/946] Compiling fiat_curve25519_adx_mul.S
[579/946] Compiling md5-586-linux.S
[580/946] Compiling md5-x86_64-linux.S
[581/946] Compiling md5-586-apple.S
[582/946] Compiling err_data.c
[583/946] Compiling chacha20_poly1305_x86_64-apple.S
[584/946] Compiling chacha20_poly1305_armv8-win.S
[585/946] Compiling chacha20_poly1305_armv8-apple.S
[586/946] Compiling chacha20_poly1305_x86_64-linux.S
[587/946] Compiling chacha20_poly1305_armv8-linux.S
[588/946] Compiling CCryptoBoringSSLShims shims.c
[589/946] Compiling chacha-x86_64-linux.S
[590/946] Compiling chacha-x86_64-apple.S
[591/946] Compiling chacha-x86-linux.S
[592/946] Compiling chacha-x86-apple.S
[593/946] Compiling chacha-armv8-apple.S
[593/946] Compiling chacha-armv8-win.S
[595/946] Compiling chacha-armv8-linux.S
[596/946] Compiling chacha-armv4-linux.S
[597/946] Compiling aes128gcmsiv-x86_64-apple.S
[598/946] Compiling x86_64-mont5-linux.S
[598/946] Compiling aes128gcmsiv-x86_64-linux.S
[600/946] Compiling x86_64-mont5-apple.S
[601/946] Compiling x86_64-mont-linux.S
[602/946] Compiling x86_64-mont-apple.S
[603/946] Compiling x86-mont-linux.S
[604/946] Compiling vpaes-x86_64-linux.S
[605/946] Compiling x86-mont-apple.S
[606/946] Compiling vpaes-x86_64-apple.S
[607/946] Compiling vpaes-x86-linux.S
[608/946] Compiling vpaes-armv8-win.S
[609/946] Compiling vpaes-x86-apple.S
[610/946] Compiling vpaes-armv8-linux.S
[611/946] Compiling vpaes-armv8-apple.S
[612/946] Compiling vpaes-armv7-linux.S
[613/946] Compiling sha512-x86_64-linux.S
[614/946] Compiling sha512-x86_64-apple.S
[615/946] Compiling sha512-armv8-win.S
[616/946] Compiling sha512-armv8-linux.S
[617/946] Compiling sha512-armv4-linux.S
[618/946] Compiling sha512-armv8-apple.S
[619/946] Compiling sha512-586-apple.S
[620/946] Compiling sha512-586-linux.S
[621/946] Compiling sha256-armv8-linux.S
[622/946] Compiling sha256-x86_64-apple.S
[623/946] Compiling sha256-armv8-win.S
[624/946] Compiling sha256-x86_64-linux.S
[625/946] Compiling sha256-armv8-apple.S
[626/946] Compiling sha256-586-linux.S
[627/946] Compiling sha256-586-apple.S
[628/946] Compiling sha256-armv4-linux.S
[629/946] Compiling sha1-x86_64-apple.S
[630/946] Compiling sha1-armv8-win.S
[631/946] Compiling sha1-x86_64-linux.S
[632/946] Compiling sha1-armv8-linux.S
[633/946] Compiling sha1-armv8-apple.S
[634/946] Compiling sha1-586-apple.S
[635/946] Compiling sha1-armv4-large-linux.S
[636/946] Compiling sha1-586-linux.S
[637/946] Compiling rsaz-avx2-linux.S
[638/946] Compiling rsaz-avx2-apple.S
[639/946] Compiling rdrand-x86_64-linux.S
[640/946] Compiling p256_beeu-x86_64-asm-linux.S
[641/946] Compiling rdrand-x86_64-apple.S
[642/946] Compiling p256_beeu-armv8-asm-win.S
[643/946] Compiling p256_beeu-x86_64-asm-apple.S
[644/946] Compiling p256_beeu-armv8-asm-linux.S
[645/946] Compiling p256-x86_64-asm-apple.S
[646/946] Compiling p256_beeu-armv8-asm-apple.S
[647/946] Compiling p256-armv8-asm-linux.S
[648/946] Compiling p256-armv8-asm-win.S
[649/946] Compiling p256-armv8-asm-apple.S
[650/946] Compiling ghashv8-armv8-win.S
[651/946] Compiling ghashv8-armv8-linux.S
[652/946] Compiling p256-x86_64-asm-linux.S
[653/946] Compiling ghashv8-armv7-linux.S
[654/946] Compiling ghashv8-armv8-apple.S
[655/946] Compiling ghash-x86_64-linux.S
[656/946] Compiling ghash-x86-linux.S
[657/946] Compiling ghash-x86-apple.S
[658/946] Compiling ghash-x86_64-apple.S
[659/946] Compiling ghash-ssse3-x86_64-linux.S
[660/946] Compiling ghash-ssse3-x86_64-apple.S
[661/946] Compiling ghash-ssse3-x86-linux.S
[662/946] Compiling ghash-ssse3-x86-apple.S
[663/946] Compiling ghash-neon-armv8-win.S
[664/946] Compiling ghash-neon-armv8-linux.S
[665/946] Compiling ghash-neon-armv8-apple.S
[666/946] Compiling co-586-linux.S
[667/946] Compiling ghash-armv4-linux.S
[668/946] Compiling co-586-apple.S
[669/946] Compiling bsaes-armv7-linux.S
[670/946] Compiling bn-armv8-win.S
[671/946] Compiling bn-armv8-linux.S
[672/946] Compiling bn-586-linux.S
[673/946] Compiling bn-armv8-apple.S
[674/946] Compiling armv8-mont-win.S
[675/946] Compiling bn-586-apple.S
[676/946] Compiling armv4-mont-linux.S
[677/946] Compiling armv8-mont-apple.S
[678/946] Compiling armv8-mont-linux.S
[679/946] Compiling aesv8-gcm-armv8-win.S
[680/946] Compiling aesv8-gcm-armv8-linux.S
[681/946] Compiling aesv8-gcm-armv8-apple.S
[682/946] Compiling aesv8-armv8-win.S
[683/946] Compiling aesv8-armv8-apple.S
[684/946] Compiling aesv8-armv7-linux.S
[685/946] Compiling aesv8-armv8-linux.S
[686/946] Compiling aesni-x86_64-apple.S
[687/946] Compiling aesni-x86-linux.S
[688/946] Compiling aesni-x86_64-linux.S
[689/946] Compiling aesni-gcm-x86_64-linux.S
[690/946] Compiling aesni-x86-apple.S
[691/946] Compiling aesni-gcm-x86_64-apple.S
[692/946] Compiling x_x509a.c
[692/946] Compiling x_x509.c
[694/946] Compiling x_spki.c
[695/946] Compiling x_val.c
[696/946] Compiling x_sig.c
[697/946] Compiling x_req.c
[698/946] Compiling x_pubkey.c
[699/946] Compiling x_name.c
[700/946] Compiling x_exten.c
[701/946] Compiling x_algor.c
[702/946] Compiling x_all.c
[703/946] Compiling x_crl.c
[704/946] Compiling x509spki.c
[705/946] Compiling x_attrib.c
[706/946] Compiling x509rset.c
[707/946] Compiling x509cset.c
[708/946] Compiling x509name.c
[709/946] Compiling c-nioatomics.c
[710/946] Compiling x509_txt.c
[711/946] Compiling x509_vpm.c
[712/946] Compiling x509_trs.c
[713/946] Compiling x509_v3.c
[714/946] Compiling x509_obj.c
[715/946] Compiling x509_vfy.c
[716/946] Compiling x509_set.c
[717/946] Compiling x509_req.c
[718/946] Compiling x509_lu.c
[719/946] Compiling x509_def.c
[720/946] Compiling x509_ext.c
[721/946] Compiling x509_d2.c
[722/946] Compiling x509_cmp.c
[723/946] Compiling x509.c
[724/946] Compiling x509_att.c
[725/946] Compiling c-atomics.c
[726/946] Compiling v3_prn.c
[727/946] Compiling v3_utl.c
[728/946] Compiling v3_pmaps.c
[729/946] Compiling v3_pcons.c
[730/948] Compiling v3_ocsp.c
[731/952] Compiling v3_ncons.c
[732/952] Compiling v3_int.c
[733/952] Compiling v3_lib.c
[734/952] Compiling v3_skey.c
[735/952] Compiling v3_info.c
[736/952] Compiling v3_purp.c
[737/952] Compiling v3_ia5.c
[738/952] Compiling v3_enum.c
[739/952] Compiling v3_crld.c
[740/952] Compiling v3_extku.c
[741/952] Compiling v3_cpols.c
[742/952] Compiling v3_conf.c
[743/952] Compiling v3_genn.c
[744/952] Compiling v3_bitst.c
[746/952] Compiling NIOConcurrencyHelpers NIOLock.swift
[746/952] Compiling v3_alt.c
[748/952] Compiling NIOConcurrencyHelpers lock.swift
[748/952] Compiling t_req.c
[749/952] Compiling v3_akey.c
[750/952] Compiling v3_akeya.c
[751/952] Compiling v3_bcons.c
[752/952] Compiling t_x509a.c
[753/952] Compiling t_x509.c
[754/952] Compiling t_crl.c
[755/952] Compiling name_print.c
[756/952] Compiling i2d_pr.c
[757/952] Compiling rsa_pss.c
[758/952] Compiling policy.c
[759/952] Compiling by_dir.c
[761/952] Emitting module NIOConcurrencyHelpers
[762/952] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[762/952] Compiling by_file.c
[763/952] Compiling asn1_gen.c
[764/952] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[765/952] Compiling NIOConcurrencyHelpers atomics.swift
[766/953] Compiling algorithm.c
[767/953] Compiling a_sign.c
[769/953] Compiling a_verify.c
[770/953] Compiling a_digest.c
[771/953] Compiling thread_win.c
[772/953] Compiling voprf.c
[773/953] Compiling thread.c
[774/953] Compiling thread_none.c
[775/953] Compiling thread_pthread.c
[776/953] Compiling spx_wots.c
[777/953] Compiling spx_util.c
[778/953] Compiling pmbtoken.c
[779/953] Compiling spx_fors.c
[780/953] Compiling spx_thash.c
[781/953] Compiling spx_merkle.c
[782/953] Compiling stack.c
[783/953] Compiling spx.c
[784/953] Compiling spx_address.c
[785/953] Compiling wots.c
[786/953] Compiling thash.c
[787/953] Compiling slhdsa.c
[788/953] Compiling merkle.c
[789/953] Compiling sha256.c
[790/953] Compiling siphash.c
[791/953] Compiling sha512.c
[792/953] Compiling fors.c
[793/953] Compiling sha1.c
[794/953] Compiling rsa_extra.c
[795/953] Compiling rc4.c
[796/953] Compiling rsa_print.c
[797/953] Compiling refcount.c
[798/953] Compiling windows.c
[799/953] Compiling trusty.c
[800/953] Compiling rsa_asn1.c
[801/953] Compiling rand_extra.c
[802/953] Compiling rsa_crypt.c
[803/953] Compiling ios.c
[804/953] Compiling getentropy.c
[805/953] Compiling urandom.c
[806/953] Compiling passive.c
[807/953] Compiling deterministic.c
[808/953] Compiling trust_token.c
[809/953] Compiling forkunsafe.c
[810/953] Compiling poly1305_arm_asm.S
[811/953] Compiling fork_detect.c
[812/953] Compiling pool.c
[813/953] Compiling poly1305_arm.c
[814/953] Compiling poly1305.c
[815/953] Compiling pkcs7.c
[816/953] Compiling poly1305_vec.c
[817/953] Compiling p5_pbev2.c
[818/953] Compiling pkcs8.c
[819/953] Compiling pkcs7_x509.c
[820/953] Compiling pem_xaux.c
[821/953] Compiling pem_x509.c
[822/953] Compiling pem_pkey.c
[823/953] Compiling pkcs8_x509.c
[824/953] Compiling obj_xref.c
[825/953] Compiling pem_pk8.c
[826/953] Compiling pem_oth.c
[827/953] Compiling pem_info.c
[828/953] Compiling mem.c
[829/953] Compiling pem_lib.c
[830/953] Compiling obj.c
[831/953] Compiling md5.c
[831/953] Compiling pem_all.c
[833/953] Compiling mldsa.c
[834/953] Compiling lhash.c
[835/953] Compiling md4.c
[836/953] Compiling fips_shared_support.c
[837/953] Compiling keccak.c
[838/953] Compiling kyber.c
[839/953] Compiling ex_data.c
[840/953] Compiling sign.c
[841/953] Compiling hpke.c
[842/953] Compiling scrypt.c
[843/953] Compiling print.c
[844/953] Compiling pbkdf.c
[845/953] Compiling hrss.c
[846/953] Compiling p_x25519.c
[847/953] Compiling p_x25519_asn1.c
[848/953] Compiling p_rsa_asn1.c
[849/953] Compiling p_hkdf.c
[850/953] Compiling p_rsa.c
[851/953] Compiling p_ed25519.c
[852/953] Compiling p_ed25519_asn1.c
[853/953] Compiling p_ec_asn1.c
[854/953] Compiling p_ec.c
[855/953] Compiling p_dh.c
[856/953] Compiling p_dsa_asn1.c
[856/953] Compiling p_dh_asn1.c
[858/953] Compiling evp_asn1.c
[859/953] Compiling evp_ctx.c
[860/953] Compiling poly_rq_mul.S
[861/953] Compiling evp.c
[862/953] Compiling engine.c
[863/953] Compiling err.c
[864/953] Compiling ecdh_extra.c
[865/953] Compiling ecdsa_asn1.c
[866/953] Compiling hash_to_curve.c
[867/953] Compiling ec_derive.c
[868/953] Compiling dsa_asn1.c
[869/953] Compiling ec_asn1.c
[870/953] Compiling dsa.c
[871/953] Compiling params.c
[872/953] Compiling dilithium.c
[873/953] Compiling digest_extra.c
[874/953] Compiling dh_asn1.c
[875/953] Compiling spake25519.c
[876/953] Compiling crypto.c
[877/953] Compiling x25519-asm-arm.S
[878/953] Compiling cpu_intel.c
[879/953] Compiling des.c
[880/953] Compiling cpu_arm_linux.c
[881/953] Compiling cpu_arm_freebsd.c
[882/953] Compiling cpu_aarch64_openbsd.c
[883/953] Compiling cpu_aarch64_win.c
[884/953] Compiling cpu_aarch64_sysreg.c
[885/953] Compiling cpu_aarch64_linux.c
[886/953] Compiling cpu_aarch64_fuchsia.c
[887/953] Compiling curve25519.c
[888/953] Compiling cpu_aarch64_apple.c
[889/953] Compiling conf.c
[890/953] Compiling e_rc4.c
[891/953] Compiling e_tls.c
[892/953] Compiling tls_cbc.c
[893/953] Compiling e_rc2.c
[894/953] Compiling e_null.c
[895/953] Compiling e_des.c
[896/953] Compiling e_chacha20poly1305.c
[897/953] Compiling derive_key.c
[898/953] Compiling e_aesgcmsiv.c
[899/953] Compiling curve25519_64_adx.c
[900/953] Compiling e_aesctrhmac.c
[901/953] Compiling cipher_extra.c
[902/953] Compiling chacha.c
[903/953] Compiling unicode.c
[904/953] Compiling ber.c
[905/953] Compiling asn1_compat.c
[906/953] Compiling cbs.c
[907/953] Compiling buf.c
[907/953] Compiling cbb.c
[909/953] Compiling blake2.c
[910/953] Compiling bn_asn1.c
[911/953] Compiling convert.c
[912/953] Compiling printf.c
[913/953] Compiling hexdump.c
[914/953] Compiling pair.c
[915/953] Compiling file.c
[916/953] Compiling fd.c
[917/953] Compiling bio_mem.c
[918/953] Compiling errno.c
[919/953] Compiling base64.c
[920/953] Compiling tasn_utl.c
[921/953] Compiling tasn_fre.c
[922/953] Compiling tasn_typ.c
[923/953] Compiling bio.c
[924/953] Compiling tasn_new.c
[925/953] Compiling f_int.c
[926/953] Compiling tasn_enc.c
[927/953] Compiling f_string.c
[927/953] Compiling posix_time.c
[929/953] Compiling asn1_par.c
[930/953] Compiling tasn_dec.c
[931/953] Compiling asn_pack.c
[932/953] Compiling asn1_lib.c
[933/953] Compiling a_utctm.c
[934/953] Compiling a_time.c
[935/953] Compiling a_strnid.c
[936/953] Compiling a_type.c
[937/953] Compiling a_octet.c
[938/953] Compiling a_strex.c
[938/953] Compiling a_mbstr.c
[940/953] Compiling a_i2d_fp.c
[941/953] Compiling a_object.c
[942/953] Compiling a_gentm.c
[942/953] Write sources
[946/953] Compiling a_dup.c
[947/953] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[948/953] Compiling a_int.c
[949/953] Compiling a_d2i_fp.c
[950/953] Compiling a_bool.c
[951/953] Compiling a_bitstr.c
[952/953] Compiling bcm.c
[954/1005] Compiling Algorithms Permutations.swift
[955/1005] Compiling Algorithms Product.swift
[956/1007] Compiling Atomics IntegerOperations.swift
[957/1007] Compiling Atomics Unmanaged extensions.swift
[958/1007] Compiling Algorithms Combinations.swift
[959/1007] Compiling Algorithms Compacted.swift
[960/1007] Compiling Algorithms Cycle.swift
[961/1007] Compiling CryptoBoringWrapper RandomBytes.swift
[962/1007] Compiling Algorithms Split.swift
[963/1007] Compiling Algorithms Stride.swift
[964/1007] Compiling Algorithms Suffix.swift
[965/1010] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[966/1010] Emitting module Atomics
[967/1010] Compiling Algorithms AdjacentPairs.swift
[968/1010] Compiling Algorithms Chain.swift
[969/1010] Compiling Algorithms Chunked.swift
[970/1010] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[971/1010] Emitting module CryptoBoringWrapper
[972/1010] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[975/1010] Compiling Algorithms Rotate.swift
[976/1010] Compiling CryptoBoringWrapper EllipticCurve.swift
[977/1010] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[978/1010] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[979/1010] Compiling Algorithms Trim.swift
[980/1010] Compiling Algorithms Unique.swift
[981/1010] Compiling Algorithms Windows.swift
[984/1011] Compiling Algorithms EitherSequence.swift
[985/1011] Compiling Algorithms FirstNonNil.swift
[986/1011] Compiling Algorithms Joined.swift
[987/1011] Compiling Algorithms Keyed.swift
[988/1011] Compiling Algorithms MinMax.swift
[989/1011] Compiling Algorithms FlattenCollection.swift
[990/1011] Compiling Algorithms Grouped.swift
[991/1011] Compiling Algorithms Indexed.swift
[992/1011] Compiling Algorithms Intersperse.swift
[993/1011] Compiling Algorithms Partition.swift
[1012/1012] Emitting module Algorithms
[1014/1144] Emitting module Crypto
[1015/1153] Compiling Crypto SymmetricKeys.swift
[1016/1153] Compiling Crypto HMAC.swift
[1017/1153] Compiling Crypto MACFunctions.swift
[1018/1153] Compiling Crypto MessageAuthenticationCode.swift
[1019/1153] Compiling Crypto AES.swift
[1020/1153] Compiling Crypto ECDSASignature_boring.swift
[1021/1153] Compiling Crypto ECDSA_boring.swift
[1022/1153] Compiling Crypto EdDSA_boring.swift
[1023/1153] Compiling Crypto ECDSA.swift
[1024/1153] Compiling Crypto Ed25519.swift
[1025/1153] Compiling Crypto HPKE-Ciphersuite.swift
[1026/1153] Compiling Crypto HPKE-KDF.swift
[1027/1153] Compiling Crypto HPKE-KexKeyDerivation.swift
[1028/1153] Compiling Crypto HPKE-LabeledExtract.swift
[1029/1153] Compiling Crypto HPKE-Utils.swift
[1030/1153] Compiling Crypto DHKEM.swift
[1031/1153] Compiling Crypto HPKE-KEM-Curve25519.swift
[1032/1153] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1033/1153] Compiling Crypto HPKE-KEM.swift
[1034/1153] Compiling Crypto HPKE-Errors.swift
[1035/1153] Compiling Crypto AES-GCM.swift
[1036/1153] Compiling Crypto AES-GCM_boring.swift
[1037/1153] Compiling Crypto ChaChaPoly_boring.swift
[1038/1153] Compiling Crypto ChaChaPoly.swift
[1039/1153] Compiling Crypto Cipher.swift
[1040/1153] Compiling Crypto Nonces.swift
[1041/1153] Compiling Crypto ASN1.swift
[1042/1153] Compiling Crypto ASN1Any.swift
[1043/1153] Compiling Crypto ASN1BitString.swift
[1044/1153] Compiling Crypto ASN1Boolean.swift
[1045/1153] Compiling Crypto PKCS8PrivateKey.swift
[1046/1153] Compiling Crypto SEC1PrivateKey.swift
[1047/1153] Compiling Crypto SubjectPublicKeyInfo.swift
[1048/1153] Compiling Crypto CryptoKitErrors.swift
[1049/1153] Compiling Crypto Digest_boring.swift
[1050/1153] Compiling Crypto Digest.swift
[1051/1153] Compiling Crypto Digests.swift
[1052/1153] Compiling Crypto HashFunctions.swift
[1053/1153] Compiling Crypto HashFunctions_SHA2.swift
[1054/1153] Compiling Crypto HPKE-AEAD.swift
[1055/1153] Compiling Crypto HKDF.swift
[1056/1153] Compiling Crypto AESWrap.swift
[1057/1153] Compiling Crypto AESWrap_boring.swift
[1058/1153] Compiling Crypto Ed25519_boring.swift
[1059/1153] Compiling Crypto NISTCurvesKeys_boring.swift
[1060/1153] Compiling Crypto X25519Keys_boring.swift
[1061/1153] Compiling Crypto Curve25519.swift
[1062/1153] Compiling Crypto Ed25519Keys.swift
[1063/1153] Compiling Crypto NISTCurvesKeys.swift
[1064/1153] Compiling Crypto X25519Keys.swift
[1065/1153] Compiling Crypto HPKE.swift
[1066/1153] Compiling Crypto HPKE-Context.swift
[1067/1153] Compiling Crypto HPKE-KeySchedule.swift
[1068/1153] Compiling Crypto HPKE-Modes.swift
[1069/1153] Compiling Crypto Insecure.swift
[1070/1153] Compiling Crypto Insecure_HashFunctions.swift
[1071/1153] Compiling Crypto KEM.swift
[1072/1153] Compiling Crypto ECDH_boring.swift
[1073/1153] Compiling Crypto DH.swift
[1074/1153] Compiling Crypto ECDH.swift
[1083/1161] Compiling Crypto Signature.swift
[1084/1161] Compiling Crypto CryptoKitErrors_boring.swift
[1085/1161] Compiling Crypto RNG_boring.swift
[1086/1161] Compiling Crypto SafeCompare_boring.swift
[1087/1161] Compiling Crypto Zeroization_boring.swift
[1088/1161] Compiling Crypto PrettyBytes.swift
[1089/1161] Compiling Crypto SafeCompare.swift
[1090/1161] Compiling Crypto SecureBytes.swift
[1091/1161] Compiling Crypto Zeroization.swift
[1092/1161] Compiling NIOCore SocketAddresses.swift
[1093/1161] Compiling NIOCore SocketOptionProvider.swift
[1094/1161] Compiling NIOCore SystemCallHelpers.swift
[1095/1161] Compiling NIOCore TimeAmount+Duration.swift
[1096/1161] Compiling NIOCore TypeAssistedChannelHandler.swift
[1097/1161] Compiling NIOCore UniversalBootstrapSupport.swift
[1098/1161] Compiling NIOCore Utilities.swift
[1099/1161] Compiling Crypto ObjectIdentifier.swift
[1100/1161] Compiling Crypto ECDSASignature.swift
[1101/1161] Compiling Crypto PEMDocument.swift
[1121/1162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1162/1162] Emitting module NIOCore
[1164/1215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1165/1215] Compiling NIOEmbedded Embedded.swift
[1166/1215] Emitting module NIOEmbedded
[1167/1215] Compiling NIOEmbedded AsyncTestingChannel.swift
[1169/1216] Emitting module NIOPosix
[1170/1222] Compiling NIOPosix BSDSocketAPICommon.swift
[1171/1222] Compiling NIOPosix BSDSocketAPIPosix.swift
[1172/1222] Compiling NIOPosix BSDSocketAPIWindows.swift
[1173/1222] Compiling NIOPosix BaseSocket.swift
[1174/1222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1175/1222] Compiling NIOPosix BaseSocketChannel.swift
[1176/1222] Compiling NIOPosix BaseStreamSocketChannel.swift
[1177/1222] Compiling NIOPosix Pool.swift
[1178/1222] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1179/1222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1180/1222] Compiling NIOPosix PosixSingletons.swift
[1181/1222] Compiling NIOPosix RawSocketBootstrap.swift
[1182/1222] Compiling NIOPosix Resolver.swift
[1183/1222] Compiling NIOPosix Selectable.swift
[1184/1222] Compiling NIOPosix SelectableChannel.swift
[1185/1222] Compiling NIOPosix SelectableEventLoop.swift
[1186/1222] Compiling NIOPosix SelectorEpoll.swift
[1187/1222] Compiling NIOPosix SelectorGeneric.swift
[1188/1222] Compiling NIOPosix SelectorKqueue.swift
[1189/1222] Compiling NIOPosix SelectorUring.swift
[1190/1222] Compiling NIOPosix ServerSocket.swift
[1191/1222] Compiling NIOPosix Socket.swift
[1192/1222] Compiling NIOPosix SocketChannel.swift
[1193/1222] Compiling NIOPosix SocketProtocols.swift
[1194/1222] Compiling NIOPosix System.swift
[1195/1222] Compiling NIOPosix Thread.swift
[1196/1222] Compiling NIOPosix ThreadPosix.swift
[1197/1222] Compiling NIOPosix ThreadWindows.swift
[1198/1222] Compiling NIOPosix UnsafeTransfer.swift
[1199/1222] Compiling NIOPosix Utilities.swift
[1200/1222] Compiling NIOPosix VsockAddress.swift
[1201/1222] Compiling NIOPosix VsockChannelEvents.swift
[1202/1222] Compiling NIOPosix NIOThreadPool.swift
[1203/1222] Compiling NIOPosix NonBlockingFileIO.swift
[1204/1222] Compiling NIOPosix PendingDatagramWritesManager.swift
[1205/1222] Compiling NIOPosix PendingWritesManager.swift
[1206/1222] Compiling NIOPosix PipeChannel.swift
[1207/1222] Compiling NIOPosix PipePair.swift
[1208/1222] Compiling NIOPosix PointerHelpers.swift
[1209/1222] Compiling NIOPosix IO.swift
[1210/1222] Compiling NIOPosix IntegerBitPacking.swift
[1211/1222] Compiling NIOPosix IntegerTypes.swift
[1212/1222] Compiling NIOPosix Linux.swift
[1213/1222] Compiling NIOPosix LinuxCPUSet.swift
[1214/1222] Compiling NIOPosix LinuxUring.swift
[1215/1222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1216/1222] Compiling NIOPosix Bootstrap.swift
[1217/1222] Compiling NIOPosix ControlMessage.swift
[1218/1222] Compiling NIOPosix DatagramVectorReadManager.swift
[1219/1222] Compiling NIOPosix Errors+Any.swift
[1220/1222] Compiling NIOPosix FileDescriptor.swift
[1221/1222] Compiling NIOPosix GetaddrinfoResolver.swift
[1222/1222] Compiling NIOPosix HappyEyeballs.swift
[1224/1225] Compiling NIO Exports.swift
[1225/1225] Emitting module NIO
[1227/1265] Compiling NIOTLS TLSEvents.swift
[1228/1265] Emitting module NIOTLS
[1229/1265] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1230/1265] Compiling NIOSOCKS ClientStateMachine.swift
[1231/1266] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1232/1266] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1233/1266] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1234/1266] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1235/1266] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1236/1266] Compiling NIOSOCKS SOCKSResponse.swift
[1237/1266] Emitting module NIOFoundationCompat
[1238/1266] Compiling NIOHTTP1 HTTPEncoder.swift
[1239/1266] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1240/1266] Compiling NIOSOCKS Messages.swift
[1241/1266] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1242/1266] Emitting module NIOSOCKS
[1243/1266] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1244/1266] Compiling NIOHTTP1 HTTPDecoder.swift
[1245/1266] Compiling NIOSOCKS ServerStateMachine.swift
[1246/1267] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1247/1267] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1248/1267] Compiling NIOTLS SNIHandler.swift
[1249/1267] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1251/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1252/1268] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1254/1270] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1255/1271] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1256/1271] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1258/1318] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1259/1318] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1260/1318] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1261/1318] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1262/1318] Compiling NIOTransportServices NIOTSBootstraps.swift
[1263/1318] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1264/1318] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1265/1318] Compiling NIOTransportServices StateManagedChannel.swift
[1266/1321] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1267/1321] Compiling NIOTransportServices NIOTSErrors.swift
[1268/1321] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1269/1321] Compiling NIOTransportServices NIOTSSingletons.swift
[1270/1321] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1273/1323] Compiling NIOTransportServices NIOTSEventLoop.swift
[1277/1323] Emitting module NIOTransportServices
[1278/1323] Compiling NIOTransportServices AcceptHandler.swift
[1279/1323] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1280/1323] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1283/1323] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1284/1323] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1285/1323] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1289/1323] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1290/1323] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1291/1323] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1292/1324] Emitting module NIOHTTP1
[1298/1347] Compiling SotoSignerV4 exports.swift
[1299/1347] Compiling NIOHPACK HPACKHeader.swift
[1300/1347] Compiling NIOHPACK HeaderTables.swift
[1307/1350] Emitting module SotoSignerV4
[1308/1350] Compiling SotoSignerV4 credentials.swift
[1312/1350] Compiling NIOSSL SubjectAlternativeName.swift
[1313/1350] Compiling NIOSSL NIOSSLSecureBytes.swift
[1314/1350] Compiling NIOSSL RNG.swift
[1315/1350] Compiling NIOSSL SafeCompare.swift
[1316/1350] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1317/1350] Compiling NIOHPACK IntegerCoding.swift
[1318/1351] Compiling NIOHPACK IndexedHeaderTable.swift
[1319/1351] Compiling NIOHPACK DynamicHeaderTable.swift
[1320/1351] Compiling NIOHPACK HPACKDecoder.swift
[1321/1351] Compiling NIOHPACK HPACKEncoder.swift
[1322/1351] Compiling NIOHPACK HPACKErrors.swift
[1323/1351] Emitting module NIOHTTPCompression
[1324/1351] Compiling NIOHPACK HuffmanTables.swift
[1325/1351] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1326/1351] Compiling NIOHTTPCompression HTTPCompression.swift
[1327/1351] Compiling NIOHTTPCompression HTTPDecompression.swift
[1328/1351] Emitting module NIOSSL
[1329/1351] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1330/1351] Compiling NIOHPACK HuffmanCoding.swift
[1331/1351] Compiling NIOHPACK StaticHeaderTable.swift
[1332/1351] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1333/1352] Emitting module NIOHPACK
[1342/1353] Compiling SotoSignerV4 signer.swift
[1344/1412] Compiling NIOHTTP2 Error+Any.swift
[1345/1412] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1346/1412] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1347/1412] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1348/1412] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1349/1412] Compiling NIOHTTP2 StateMachineResult.swift
[1350/1412] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1351/1412] Compiling NIOHTTP2 DOSHeuristics.swift
[1352/1412] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1353/1412] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1354/1412] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1363/1413] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1364/1421] Emitting module NIOHTTP2
[1365/1421] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1366/1421] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1367/1421] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1368/1421] Compiling NIOHTTP2 HTTP2StreamID.swift
[1369/1421] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1370/1421] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1371/1421] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1372/1421] Compiling NIOHTTP2 InboundEventBuffer.swift
[1373/1421] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1374/1421] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1375/1421] Compiling NIOHTTP2 MayReceiveFrames.swift
[1376/1421] Compiling NIOHTTP2 ReceivingDataState.swift
[1377/1421] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1378/1421] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1379/1421] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1380/1421] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1382/1421] Compiling NIOHTTP2 InboundWindowManager.swift
[1383/1421] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1384/1421] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1385/1421] Compiling NIOHTTP2 StreamChannelList.swift
[1386/1421] Compiling NIOHTTP2 StreamMap.swift
[1387/1421] Compiling NIOHTTP2 StreamStateMachine.swift
[1388/1421] Compiling NIOHTTP2 UnsafeTransfer.swift
[1389/1421] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1390/1421] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1391/1421] Compiling NIOHTTP2 HTTP2Frame.swift
[1392/1421] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1393/1421] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1394/1421] Compiling NIOHTTP2 HTTP2PingData.swift
[1395/1421] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1396/1421] Compiling NIOHTTP2 HTTP2Settings.swift
[1397/1421] Compiling NIOHTTP2 HTTP2Stream.swift
[1398/1421] Compiling NIOHTTP2 MaySendFrames.swift
[1399/1421] Compiling NIOHTTP2 SendingDataState.swift
[1400/1421] Compiling NIOHTTP2 SendingGoawayState.swift
[1401/1421] Compiling NIOHTTP2 SendingHeadersState.swift
[1402/1421] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1403/1421] Compiling NIOHTTP2 SendingRstStreamState.swift
[1404/1421] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1405/1421] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1406/1421] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1407/1421] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1411/1421] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1412/1421] Compiling NIOHTTP2 HTTP2Error.swift
[1413/1421] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1414/1421] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1415/1421] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1416/1421] Compiling NIOHTTP2 HasLocalSettings.swift
[1417/1421] Compiling NIOHTTP2 HasRemoteSettings.swift
[1418/1421] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1419/1421] Compiling NIOHTTP2 QuiescingState.swift
[1420/1421] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1421/1421] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1423/1479] Emitting module AsyncHTTPClient
[1424/1487] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1425/1487] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1426/1487] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1427/1487] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1428/1487] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1429/1487] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1430/1487] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1431/1487] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1432/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1433/1487] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1434/1487] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1435/1487] Compiling AsyncHTTPClient ConnectionTarget.swift
[1436/1487] Compiling AsyncHTTPClient DeconstructedURL.swift
[1437/1487] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1438/1487] Compiling AsyncHTTPClient FoundationExtensions.swift
[1439/1487] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1440/1487] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1441/1487] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1442/1487] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1443/1487] Compiling AsyncHTTPClient Transaction.swift
[1444/1487] Compiling AsyncHTTPClient Base64.swift
[1445/1487] Compiling AsyncHTTPClient BasicAuth.swift
[1446/1487] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1447/1487] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1448/1487] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1449/1487] Compiling AsyncHTTPClient HTTPClient.swift
[1450/1487] Compiling AsyncHTTPClient HTTPHandler.swift
[1451/1487] Compiling AsyncHTTPClient LRUCache.swift
[1452/1487] Compiling AsyncHTTPClient NWErrorHandler.swift
[1453/1487] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1454/1487] Compiling AsyncHTTPClient TLSConfiguration.swift
[1455/1487] Compiling AsyncHTTPClient RedirectState.swift
[1456/1487] Compiling AsyncHTTPClient ConnectionPool.swift
[1457/1487] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1458/1487] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1459/1487] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1460/1487] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1461/1487] Compiling AsyncHTTPClient HTTP1Connection.swift
[1462/1487] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1463/1487] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1464/1487] Compiling AsyncHTTPClient HTTP2Connection.swift
[1465/1487] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1466/1487] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1467/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1468/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1469/1487] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1470/1487] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1471/1487] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1472/1487] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1473/1487] Compiling AsyncHTTPClient RequestBodyLength.swift
[1474/1487] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1475/1487] Compiling AsyncHTTPClient RequestOptions.swift
[1476/1487] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1477/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1478/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1479/1487] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1480/1487] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1481/1487] Compiling AsyncHTTPClient RequestBag.swift
[1482/1487] Compiling AsyncHTTPClient RequestValidation.swift
[1483/1487] Compiling AsyncHTTPClient SSLContextCache.swift
[1484/1487] Compiling AsyncHTTPClient Scheme.swift
[1485/1487] Compiling AsyncHTTPClient Singleton.swift
[1486/1487] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1487/1487] Compiling AsyncHTTPClient Utils.swift
[1489/1552] Compiling SotoCore EventStream.swift
[1490/1552] Compiling SotoCore ExpiringValue.swift
[1491/1552] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1492/1552] Compiling SotoCore Sequence+concurrentMap.swift
[1493/1552] Compiling SotoCore ConfigFileCredentialProvider.swift
[1494/1552] Compiling SotoCore ConfigFileLoader.swift
[1495/1552] Compiling SotoCore Credential+IsEmpty.swift
[1496/1552] Compiling SotoCore CredentialProvider.swift
[1497/1552] Compiling SotoCore CredentialProviderError.swift
[1498/1560] Compiling SotoCore AWSClient+Paginate.swift
[1499/1560] Compiling SotoCore AWSClient.swift
[1500/1560] Compiling SotoCore AWSEndpointDiscovery.swift
[1501/1560] Compiling SotoCore AWSService.swift
[1502/1560] Compiling SotoCore AWSServiceConfig.swift
[1503/1560] Compiling SotoCore Base64Data.swift
[1504/1560] Compiling SotoCore EventPayload.swift
[1505/1560] Compiling SotoCore AnyAsyncSequence.swift
[1506/1560] Compiling SotoCore ByteBufferSequence.swift
[1507/1560] Compiling SotoCore Middleware.swift
[1508/1560] Compiling SotoCore EditHeadersMiddleware.swift
[1509/1560] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1510/1560] Compiling SotoCore ErrorHandlingMiddleware.swift
[1511/1560] Compiling SotoCore LoggingMiddleware.swift
[1512/1560] Compiling SotoCore RetryMiddleware.swift
[1513/1560] Compiling SotoCore S3Middleware.swift
[1514/1560] Compiling SotoCore SigningMiddleware.swift
[1515/1560] Compiling SotoCore TracingMiddleware.swift
[1516/1560] Compiling SotoCore CredentialProviderSelector.swift
[1517/1560] Compiling SotoCore DeferredCredentialProvider.swift
[1518/1560] Compiling SotoCore EmptyCredential.swift
[1519/1560] Compiling SotoCore ExpiringCredential.swift
[1520/1560] Compiling SotoCore MetaDataCredentialProvider.swift
[1521/1560] Compiling SotoCore NullCredentialProvider.swift
[1522/1560] Compiling SotoCore RotatingCredentialProvider.swift
[1523/1560] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1524/1560] Compiling SotoCore STSAssumeRole.swift
[1525/1560] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1526/1560] Compiling SotoCore StaticCredential+Environment.swift
[1527/1560] Compiling SotoCore ARN.swift
[1528/1560] Compiling SotoCore AWSShape.swift
[1529/1560] Compiling SotoCore EndpointVariant.swift
[1530/1560] Compiling SotoCore Environment.swift
[1531/1560] Compiling SotoCore Region.swift
[1532/1560] Compiling SotoCore ServiceProtocol.swift
[1533/1560] Compiling SotoCore CodableProperties.swift
[1534/1560] Compiling SotoCore ServerErrors.swift
[1535/1560] Compiling SotoCore Exports.swift
[1536/1560] Compiling SotoCore AWSHTTPBody.swift
[1537/1560] Compiling SotoCore AWSHTTPClient.swift
[1538/1560] Compiling SotoCore AWSHTTPRequest.swift
[1539/1560] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1540/1560] Compiling SotoCore AWSHTTPResponse.swift
[1541/1560] Compiling SotoCore AsyncHTTPClient.swift
[1542/1560] Compiling SotoCore S3SignedAsyncSequence.swift
[1543/1560] Compiling SotoCore CollectionCoders.swift
[1544/1560] Compiling SotoCore DateCoders.swift
[1545/1560] Compiling SotoCore EC2ArrayCoder.swift
[1546/1560] Compiling SotoCore EventStreamDecoder.swift
[1547/1560] Compiling SotoCore QueryEncoder.swift
[1548/1560] Compiling SotoCore RequestContainer.swift
[1549/1560] Compiling SotoCore ResponseContainer.swift
[1550/1560] Compiling SotoCore ClientErrors.swift
[1551/1560] Compiling SotoCore Error.swift
[1552/1560] Emitting module SotoCore
[1553/1560] Compiling SotoCore TreeHashMiddleware.swift
[1554/1560] Compiling SotoCore MiddlewareStack.swift
[1555/1560] Compiling SotoCore RetryPolicy.swift
[1556/1560] Compiling SotoCore UnsafeTransfer.swift
[1557/1560] Compiling SotoCore base64.swift
[1558/1560] Compiling SotoCore crc32.swift
[1559/1560] Compiling SotoCore AWSClient+Waiter.swift
[1560/1560] Compiling SotoCore Matcher.swift
[1562/1564] Compiling _SotoS3Generated S3_shapes.swift
[1563/1564] Compiling _SotoS3Generated S3_api.swift
[1564/1564] Emitting module _SotoS3Generated
[1566/1573] Compiling SotoS3 exports.swift
[1567/1573] Compiling SotoS3 S3+presignedPost.swift
[1568/1573] Compiling SotoS3 S3ExpressSigning.swift
[1569/1573] Compiling SotoS3 ReportSizeByteBufferSequence.swift
[1570/1573] Compiling SotoS3 FileByteBufferAsyncSequence.swift
[1571/1573] Compiling SotoS3 AsyncEnumeratedSequence.swift
[1572/1573] Emitting module SotoS3
[1573/1573] Compiling SotoS3 S3+multipart.swift
[1575/1580] Compiling SotoS3FileTransfer S3Path.swift
[1576/1580] Compiling SotoS3FileTransfer S3FileTransferManager+options.swift
[1577/1580] Compiling SotoS3FileTransfer ReportSizeByteBufferSequence.swift
[1578/1580] Compiling SotoS3FileTransfer FolderUploadProgress.swift
[1579/1580] Emitting module SotoS3FileTransfer
[1580/1580] Compiling SotoS3FileTransfer S3FileTransferManager.swift
Build complete! (275.85s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-s3-file-transfer",
  "name" : "soto-s3-file-transfer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoS3FileTransfer",
      "targets" : [
        "SotoS3FileTransfer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SotoS3FileTransferTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransferTests",
      "path" : "Tests/SotoS3FileTransferTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "S3FileTransferManagerTests.swift",
        "S3PathTests.swift",
        "TestEnvironment.swift"
      ],
      "target_dependencies" : [
        "SotoS3FileTransfer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoS3FileTransfer",
      "module_type" : "SwiftTarget",
      "name" : "SotoS3FileTransfer",
      "path" : "Sources/SotoS3FileTransfer",
      "product_dependencies" : [
        "SotoS3",
        "Logging"
      ],
      "product_memberships" : [
        "SotoS3FileTransfer"
      ],
      "sources" : [
        "FolderUploadProgress.swift",
        "ReportSizeByteBufferSequence.swift",
        "S3FileTransferManager+options.swift",
        "S3FileTransferManager.swift",
        "S3Path.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.