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 ntypes, reference v1.4.3 (8b11a7), with Swift 6.1 for Android on 29 May 2025 18:18:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/piotrkowalczuk/ntypes.git
Reference: v1.4.3
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/piotrkowalczuk/ntypes
 * tag               v1.4.3     -> FETCH_HEAD
HEAD is now at 8b11a7b swift support (testing) (#22)
Cloned https://github.com/piotrkowalczuk/ntypes.git
Revision (git rev-parse @):
8b11a7bd38d657f773e14095a8b41b08b5ce497e
SUCCESS checkout https://github.com/piotrkowalczuk/ntypes.git at v1.4.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/piotrkowalczuk/ntypes.git
https://github.com/piotrkowalczuk/ntypes.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "ntypes",
  "name" : "ntypes",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NTypes",
      "targets" : [
        "NTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "NTypesTests",
      "path" : ".",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ntypes_test.pb.swift"
      ],
      "target_dependencies" : [
        "NTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTypes",
      "module_type" : "SwiftTarget",
      "name" : "NTypes",
      "path" : ".",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "NTypes"
      ],
      "sources" : [
        "ntypes.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/22685] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (0.90s)
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/51057] Fetching grpc-swift
[15319/121509] Fetching grpc-swift, swift-syntax
[23631/160820] Fetching grpc-swift, swift-syntax, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (7.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.16s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.19s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (7.75s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.0 (4.32s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[960/5546] Fetching swift-log, swift-atomics
[2018/8213] Fetching swift-log, swift-atomics, swift-nio-transport-services
[7137/23056] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Fetching https://github.com/apple/swift-nio-http2.git
[6954/18679] Fetching swift-log, swift-nio-ssl
[18680/30206] Fetching swift-log, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (2.36s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.39s)
[1/5914] Fetching swift-nio-extras
[3786/22505] Fetching swift-nio-extras, swift-collections
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.88s)
[21679/98602] Fetching swift-nio-extras, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.06s)
[24962/92688] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
[10654/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (12.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.09s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.09s)
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
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[857/2731] Fetching swift-http-structured-headers, swift-asn1
[2732/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[4334/10142] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
[4942/16101] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms
[5499/22256] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
[11404/21115] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.74s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.32s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.64s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.63s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.47s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.22s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0-prerelease-2025-05-29 (0.92s)
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.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.12.3
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.27.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.3
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.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0-prerelease-2025-05-29
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.2.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.10.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.36.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.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.31.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.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.0.4
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at main (d5b5c59)
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.8.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[16/439] Copying PrivacyInfo.xcprivacy
[16/439] Write sources
[24/439] Compiling _AtomicsShims.c
[25/439] Compiling CNIOWindows shim.c
[26/439] Compiling CNIOLinux liburing_shims.c
[27/439] Compiling CNIOWindows WSAStartup.c
[27/439] Compiling CNIOWASI CNIOWASI.c
[29/439] Write swift-version-24593BA9C3E375BF.txt
[30/439] Compiling CNIODarwin shim.c
[31/439] Compiling CNIOLLHTTP c_nio_http.c
[32/439] Compiling CNIOLLHTTP c_nio_api.c
[33/439] Compiling CNIOLinux shim.c
[34/439] Compiling fiat_p256_adx_sqr.S
[35/439] Compiling fiat_p256_adx_mul.S
[36/439] Compiling fiat_curve25519_adx_square.S
[37/446] Compiling fiat_curve25519_adx_mul.S
[38/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/547] Compiling CNIOBoringSSLShims shims.c
[40/547] Compiling tls_record.cc
[41/547] Compiling tls13_server.cc
[42/547] Compiling tls_method.cc
[43/547] Compiling tls13_enc.cc
[45/547] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/547] Compiling InternalCollectionsUtilities Descriptions.swift
[47/547] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/548] Compiling _NIOBase64 Base64.swift
[49/548] Emitting module _NIOBase64
[49/548] Compiling tls13_client.cc
[51/549] Compiling _NIODataStructures _TinyArray.swift
[52/549] Emitting module InternalCollectionsUtilities
[53/549] Compiling SwiftProtobuf CustomJSONCodable.swift
[54/549] Compiling SwiftProtobuf Decoder.swift
[55/549] Compiling SwiftProtobuf FieldTag.swift
[56/549] Compiling SwiftProtobuf FieldTypes.swift
[57/549] Compiling _NIODataStructures PriorityQueue.swift
[58/549] Compiling SwiftProtobuf ExtensibleMessage.swift
[59/549] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[60/549] Compiling SwiftProtobuf DoubleParser.swift
[61/549] Compiling SwiftProtobuf Enum.swift
[62/549] Compiling SwiftProtobuf ExtensionFields.swift
[63/549] Compiling SwiftProtobuf ExtensionMap.swift
[64/549] Emitting module _NIODataStructures
[65/549] Compiling _NIODataStructures Heap.swift
[65/549] Compiling tls13_both.cc
[69/550] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/551] Compiling t1_enc.cc
[71/551] Compiling ssl_stat.cc
[73/566] Compiling DequeModule _DequeBuffer.swift
[74/566] Compiling DequeModule _DequeBufferHeader.swift
[75/568] Compiling DequeModule Deque+CustomReflectable.swift
[76/568] Compiling DequeModule Deque+Descriptions.swift
[77/568] Compiling DequeModule _DequeSlot.swift
[78/568] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/568] Compiling ssl_versions.cc
[80/568] Compiling DequeModule Deque+Equatable.swift
[81/568] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/568] Compiling DequeModule Deque+Testing.swift
[83/568] Compiling DequeModule Deque._Storage.swift
[84/568] Compiling DequeModule Deque+Extras.swift
[85/568] Compiling DequeModule Deque+Hashable.swift
[86/568] Compiling DequeModule Deque._UnsafeHandle.swift
[87/568] Compiling DequeModule Deque.swift
[87/568] Compiling ssl_transcript.cc
[88/568] Compiling ssl_x509.cc
[89/568] Compiling ssl_session.cc
[91/568] Compiling DequeModule Deque+Codable.swift
[92/568] Compiling DequeModule Deque+Collection.swift
[93/568] Emitting module DequeModule
[94/569] Compiling ssl_privkey.cc
[96/569] Compiling Logging Locks.swift
[97/569] Emitting module Logging
[98/569] Compiling Logging MetadataProvider.swift
[99/569] Compiling Logging LogHandler.swift
[100/569] Compiling Logging Logging.swift
[100/570] Compiling ssl_lib.cc
[101/570] Compiling ssl_key_share.cc
[102/570] Compiling ssl_file.cc
[104/570] Compiling ssl_credential.cc
[106/570] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[107/570] Compiling SwiftProtobuf TextFormatScanner.swift
[108/570] Compiling SwiftProtobuf TimeUtils.swift
[109/570] Compiling SwiftProtobuf UnknownStorage.swift
[110/570] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[111/570] Compiling SwiftProtobuf Varint.swift
[112/570] Compiling SwiftProtobuf Version.swift
[113/570] Compiling SwiftProtobuf Visitor.swift
[114/570] Compiling SwiftProtobuf WireFormat.swift
[115/570] Compiling SwiftProtobuf ZigZag.swift
[116/570] Compiling SwiftProtobuf any.pb.swift
[116/581] Compiling ssl_cert.cc
[117/581] Compiling ssl_buffer.cc
[119/581] Compiling SwiftProtobuf Message+JSONAdditions.swift
[120/581] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[121/581] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[122/581] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[123/581] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[124/581] Compiling SwiftProtobuf Message.swift
[125/581] Compiling SwiftProtobuf MessageExtension.swift
[126/581] Compiling SwiftProtobuf NameMap.swift
[127/581] Compiling SwiftProtobuf PathDecoder.swift
[128/581] Compiling SwiftProtobuf PathVisitor.swift
[129/581] Compiling SwiftProtobuf ProtoNameProviding.swift
[130/581] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[131/581] Compiling SwiftProtobuf ProtobufMap.swift
[132/581] Compiling SwiftProtobuf SelectiveVisitor.swift
[133/581] Compiling SwiftProtobuf SimpleExtensionMap.swift
[134/581] Compiling SwiftProtobuf StringUtils.swift
[135/581] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[136/581] Compiling SwiftProtobuf SwiftProtobufError.swift
[137/581] Compiling SwiftProtobuf TextFormatDecoder.swift
[138/581] Compiling SwiftProtobuf TextFormatDecodingError.swift
[139/581] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[140/581] Compiling SwiftProtobuf TextFormatEncoder.swift
[141/581] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[146/581] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[147/581] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[148/581] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[149/581] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[150/581] Compiling SwiftProtobuf HashVisitor.swift
[151/581] Compiling SwiftProtobuf Internal.swift
[152/581] Compiling SwiftProtobuf JSONDecoder.swift
[153/581] Compiling SwiftProtobuf JSONDecodingError.swift
[154/581] Compiling SwiftProtobuf JSONDecodingOptions.swift
[155/581] Compiling SwiftProtobuf JSONEncoder.swift
[156/581] Compiling SwiftProtobuf JSONEncodingError.swift
[157/581] Compiling SwiftProtobuf JSONEncodingOptions.swift
[158/581] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[159/581] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[160/581] Compiling SwiftProtobuf JSONScanner.swift
[161/581] Compiling SwiftProtobuf MathUtils.swift
[162/581] Compiling SwiftProtobuf Message+AnyAdditions.swift
[163/581] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[164/581] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[165/581] Compiling SwiftProtobuf Message+FieldMask.swift
[177/581] Compiling ssl_asn1.cc
[178/581] Compiling s3_pkt.cc
[179/581] Compiling ssl_cipher.cc
[181/581] Emitting module SwiftProtobuf
[182/581] Compiling SwiftProtobuf AnyMessageStorage.swift
[183/581] Compiling SwiftProtobuf AnyUnpackError.swift
[184/581] Compiling SwiftProtobuf AsyncMessageSequence.swift
[185/581] Compiling SwiftProtobuf BinaryDecoder.swift
[186/581] Compiling SwiftProtobuf BinaryDecodingError.swift
[187/581] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[188/581] Compiling SwiftProtobuf BinaryDelimited.swift
[189/581] Compiling SwiftProtobuf BinaryEncoder.swift
[190/581] Compiling SwiftProtobuf BinaryEncodingError.swift
[191/581] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[192/581] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[193/581] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[193/581] Compiling ssl_aead_ctx.cc
[194/581] Compiling s3_lib.cc
[195/581] Compiling handshake_server.cc
[196/581] Compiling handshake_client.cc
[197/581] Compiling s3_both.cc
[198/581] Compiling handshake.cc
[199/581] Compiling handoff.cc
[200/581] Compiling encrypted_client_hello.cc
[201/581] Compiling dtls_method.cc
[202/581] Compiling extensions.cc
[203/581] Compiling md5-x86_64-linux.S
[204/581] Compiling md5-x86_64-apple.S
[205/581] Compiling md5-586-linux.S
[206/581] Compiling md5-586-apple.S
[207/581] Compiling dtls_record.cc
[208/581] Compiling chacha20_poly1305_x86_64-linux.S
[209/581] Compiling chacha20_poly1305_x86_64-apple.S
[210/581] Compiling chacha20_poly1305_armv8-win.S
[211/581] Compiling chacha20_poly1305_armv8-linux.S
[212/581] Compiling chacha20_poly1305_armv8-apple.S
[213/581] Compiling d1_srtp.cc
[214/581] Compiling chacha-x86_64-linux.S
[215/581] Compiling err_data.cc
[216/581] Compiling chacha-x86_64-apple.S
[217/581] Compiling chacha-x86-linux.S
[218/581] Compiling bio_ssl.cc
[219/581] Compiling chacha-x86-apple.S
[220/581] Compiling chacha-armv8-win.S
[221/581] Compiling d1_pkt.cc
[222/581] Compiling d1_both.cc
[223/581] Compiling d1_lib.cc
[224/581] Compiling chacha-armv8-linux.S
[225/581] Compiling chacha-armv8-apple.S
[226/581] Compiling x86_64-mont5-apple.S
[227/581] Compiling aes128gcmsiv-x86_64-linux.S
[227/581] Compiling x86_64-mont-apple.S
[229/581] Compiling x86_64-mont-linux.S
[229/581] Compiling aes128gcmsiv-x86_64-apple.S
[229/581] Compiling chacha-armv4-linux.S
[229/581] Compiling x86_64-mont5-linux.S
[233/581] Compiling x86-mont-linux.S
[234/581] Compiling vpaes-x86-linux.S
[235/581] Compiling vpaes-armv8-win.S
[235/581] Compiling vpaes-x86-apple.S
[235/581] Compiling vpaes-x86_64-linux.S
[238/581] Compiling x86-mont-apple.S
[239/581] Compiling vpaes-armv8-linux.S
[240/581] Compiling vpaes-x86_64-apple.S
[241/581] Compiling vpaes-armv7-linux.S
[242/581] Compiling sha512-armv8-win.S
[243/581] Compiling sha512-x86_64-apple.S
[243/581] Compiling vpaes-armv8-apple.S
[245/581] Compiling sha512-x86_64-linux.S
[246/581] Compiling sha512-armv8-linux.S
[247/581] Compiling sha512-armv8-apple.S
[248/581] Compiling sha512-586-linux.S
[249/581] Compiling sha512-586-apple.S
[250/581] Compiling sha256-x86_64-apple.S
[251/581] Compiling sha512-armv4-linux.S
[252/581] Compiling sha256-x86_64-linux.S
[253/581] Compiling sha256-armv8-win.S
[254/581] Compiling sha256-armv8-apple.S
[255/581] Compiling sha256-armv4-linux.S
[256/581] Compiling sha1-x86_64-linux.S
[257/581] Compiling sha256-586-linux.S
[258/581] Compiling sha256-armv8-linux.S
[259/581] Compiling sha256-586-apple.S
[260/581] Compiling sha1-x86_64-apple.S
[261/581] Compiling sha1-armv8-win.S
[262/581] Compiling sha1-armv8-apple.S
[263/581] Compiling sha1-586-linux.S
[263/581] Compiling sha1-armv4-large-linux.S
[265/581] Compiling rsaz-avx2-linux.S
[266/581] Compiling sha1-586-apple.S
[267/581] Compiling sha1-armv8-linux.S
[268/581] Compiling rsaz-avx2-apple.S
[269/581] Compiling rdrand-x86_64-linux.S
[270/581] Compiling p256_beeu-x86_64-asm-linux.S
[270/581] Compiling p256_beeu-x86_64-asm-apple.S
[272/581] Compiling rdrand-x86_64-apple.S
[273/581] Compiling p256_beeu-armv8-asm-win.S
[274/581] Compiling p256_beeu-armv8-asm-linux.S
[275/581] Compiling p256_beeu-armv8-asm-apple.S
[276/581] Compiling p256-x86_64-asm-linux.S
[277/581] Compiling p256-armv8-asm-win.S
[278/581] Compiling p256-armv8-asm-apple.S
[279/581] Compiling p256-x86_64-asm-apple.S
[280/581] Compiling p256-armv8-asm-linux.S
[281/581] Compiling ghashv8-armv8-win.S
[282/581] Compiling ghashv8-armv8-apple.S
[283/581] Compiling ghashv8-armv8-linux.S
[284/581] Compiling ghashv8-armv7-linux.S
[285/581] Compiling ghash-x86_64-apple.S
[286/581] Compiling ghash-x86_64-linux.S
[287/581] Compiling ghash-x86-apple.S
[288/581] Compiling ghash-ssse3-x86_64-linux.S
[289/581] Compiling ghash-ssse3-x86_64-apple.S
[290/581] Compiling ghash-x86-linux.S
[291/581] Compiling ghash-ssse3-x86-linux.S
[292/581] Compiling ghash-ssse3-x86-apple.S
[293/581] Compiling ghash-neon-armv8-linux.S
[294/581] Compiling ghash-neon-armv8-win.S
[295/581] Compiling ghash-neon-armv8-apple.S
[296/581] Compiling co-586-linux.S
[297/581] Compiling ghash-armv4-linux.S
[298/581] Compiling co-586-apple.S
[299/581] Compiling bn-armv8-win.S
[300/581] Compiling bn-armv8-linux.S
[301/581] Compiling bsaes-armv7-linux.S
[302/581] Compiling bn-armv8-apple.S
[303/581] Compiling bn-586-linux.S
[304/581] Compiling armv8-mont-win.S
[305/581] Compiling bn-586-apple.S
[306/581] Compiling armv8-mont-apple.S
[307/581] Compiling armv4-mont-linux.S
[308/581] Compiling armv8-mont-linux.S
[309/581] Compiling aesv8-gcm-armv8-win.S
[310/581] Compiling aesv8-gcm-armv8-linux.S
[311/581] Compiling aesv8-armv8-win.S
[312/581] Compiling aesv8-gcm-armv8-apple.S
[313/581] Compiling aesv8-armv7-linux.S
[314/581] Compiling aesv8-armv8-apple.S
[315/581] Compiling aesv8-armv8-linux.S
[316/581] Compiling aesni-x86_64-apple.S
[317/581] Compiling aesni-x86_64-linux.S
[318/581] Compiling aesni-gcm-x86_64-linux.S
[319/581] Compiling aesni-x86-linux.S
[320/581] Compiling aesni-x86-apple.S
[321/581] Compiling aesni-gcm-x86_64-apple.S
[322/581] Compiling aes-gcm-avx2-x86_64-linux.S
[323/581] Compiling aes-gcm-avx2-x86_64-apple.S
[324/581] Compiling aes-gcm-avx10-x86_64-linux.S
[325/581] Compiling aes-gcm-avx10-x86_64-apple.S
[326/581] Compiling x_x509a.cc
[327/581] Compiling x_spki.cc
[328/581] Compiling x_x509.cc
[329/581] Compiling x_val.cc
[330/581] Compiling x_req.cc
[331/581] Compiling x_sig.cc
[332/581] Compiling x_pubkey.cc
[333/581] Compiling x_attrib.cc
[334/581] Compiling x_crl.cc
[335/581] Compiling x_name.cc
[336/581] Compiling x_exten.cc
[337/581] Compiling x_algor.cc
[338/581] Compiling x509spki.cc
[339/581] Compiling x_all.cc
[340/581] Compiling x509rset.cc
[341/581] Compiling x509name.cc
[342/581] Compiling x509_vpm.cc
[343/581] Compiling x509cset.cc
[344/581] Compiling x509_v3.cc
[345/581] Compiling x509_vfy.cc
[346/581] Compiling x509_txt.cc
[347/581] Compiling x509_trs.cc
[348/581] Compiling x509_req.cc
[349/581] Compiling x509_set.cc
[351/581] Compiling SwiftProtobuf api.pb.swift
[352/581] Compiling SwiftProtobuf descriptor.pb.swift
[353/581] Compiling SwiftProtobuf duration.pb.swift
[354/581] Compiling SwiftProtobuf empty.pb.swift
[355/581] Compiling SwiftProtobuf field_mask.pb.swift
[356/581] Compiling SwiftProtobuf source_context.pb.swift
[357/581] Compiling SwiftProtobuf struct.pb.swift
[358/581] Compiling SwiftProtobuf timestamp.pb.swift
[359/581] Compiling SwiftProtobuf type.pb.swift
[360/581] Compiling SwiftProtobuf wrappers.pb.swift
[361/581] Compiling SwiftProtobuf resource_bundle_accessor.swift
[361/581] Compiling x509_obj.cc
[362/582] Compiling x509_def.cc
[364/582] Compiling x509_lu.cc
[365/582] Compiling x509_att.cc
[366/582] Compiling x509_ext.cc
[367/582] Compiling x509_d2.cc
[368/582] Compiling x509_cmp.cc
[369/582] Compiling x509.cc
[370/582] Compiling v3_skey.cc
[371/582] Compiling v3_utl.cc
[372/582] Compiling v3_pmaps.cc
[373/582] Compiling v3_purp.cc
[374/582] Compiling v3_prn.cc
[375/582] Compiling v3_pcons.cc
[376/582] Compiling v3_ocsp.cc
[377/582] Compiling v3_int.cc
[378/582] Compiling v3_lib.cc
[379/582] Compiling v3_ncons.cc
[380/582] Compiling v3_ia5.cc
[381/582] Compiling v3_info.cc
[382/582] Compiling v3_extku.cc
[383/582] Compiling v3_enum.cc
[384/582] Compiling v3_genn.cc
[385/582] Compiling v3_cpols.cc
[386/582] Compiling v3_crld.cc
[387/582] Compiling v3_bitst.cc
[388/582] Compiling v3_conf.cc
[389/582] Compiling v3_alt.cc
[390/582] Compiling v3_bcons.cc
[391/582] Compiling v3_akeya.cc
[392/582] Compiling t_x509.cc
[393/582] Compiling v3_akey.cc
[394/582] Compiling t_x509a.cc
[395/582] Compiling t_req.cc
[396/582] Compiling t_crl.cc
[397/582] Compiling i2d_pr.cc
[398/582] Compiling rsa_pss.cc
[399/582] Compiling name_print.cc
[400/582] Compiling policy.cc
[401/582] Compiling by_file.cc
[402/582] Compiling by_dir.cc
[403/582] Compiling asn1_gen.cc
[404/582] Compiling algorithm.cc
[405/582] Compiling a_verify.cc
[406/582] Compiling a_sign.cc
[407/582] Compiling voprf.cc
[408/582] Compiling a_digest.cc
[409/582] Compiling thread_win.cc
[410/582] Compiling trust_token.cc
[411/582] Compiling thread_none.cc
[412/582] Compiling thread_pthread.cc
[413/582] Compiling pmbtoken.cc
[414/582] Compiling thread.cc
[415/582] Compiling stack.cc
[416/582] Compiling siphash.cc
[417/582] Compiling sha512.cc
[418/582] Compiling sha1.cc
[419/582] Compiling slhdsa.cc
[420/582] Compiling spake2plus.cc
[421/582] Compiling sha256.cc
[422/582] Compiling rsa_print.cc
[423/582] Compiling rsa_extra.cc
[424/582] Compiling rsa_crypt.cc
[425/582] Compiling refcount.cc
[426/582] Compiling rc4.cc
[427/582] Compiling rand.cc
[428/582] Compiling trusty.cc
[429/582] Compiling windows.cc
[430/582] Compiling urandom.cc
[431/582] Compiling rsa_asn1.cc
[432/582] Compiling passive.cc
[433/582] Compiling ios.cc
[434/582] Compiling getentropy.cc
[435/582] Compiling poly1305_arm_asm.S
[436/582] Compiling fork_detect.cc
[437/582] Compiling forkunsafe.cc
[438/582] Compiling deterministic.cc
[439/582] Compiling poly1305_vec.cc
[440/582] Compiling pool.cc
[441/582] Compiling poly1305.cc
[442/582] Compiling poly1305_arm.cc
[443/582] Compiling pkcs7.cc
[444/582] Compiling pkcs8.cc
[445/582] Compiling p5_pbev2.cc
[446/582] Compiling pkcs8_x509.cc
[447/582] Compiling pkcs7_x509.cc
[448/582] Compiling pem_xaux.cc
[449/582] Compiling pem_pkey.cc
[450/582] Compiling pem_x509.cc
[451/582] Compiling pem_oth.cc
[452/582] Compiling pem_info.cc
[453/582] Compiling pem_pk8.cc
[454/582] Compiling pem_all.cc
[455/582] Compiling obj_xref.cc
[456/582] Compiling pem_lib.cc
[457/582] Compiling mlkem.cc
[458/582] Compiling mldsa.cc
[459/582] Compiling poly_rq_mul.S
[460/582] Compiling mem.cc
[461/582] Compiling fips_shared_support.cc
[462/582] Compiling md4.cc
[463/582] Compiling md5.cc
[464/582] Compiling lhash.cc
[465/582] Compiling obj.cc
[466/582] Compiling kyber.cc
[467/582] Compiling ex_data.cc
[468/582] Compiling sign.cc
[469/582] Compiling print.cc
[470/582] Compiling hrss.cc
[471/582] Compiling hpke.cc
[472/582] Compiling scrypt.cc
[473/582] Compiling pbkdf.cc
[474/582] Compiling p_x25519_asn1.cc
[475/582] Compiling p_ed25519.cc
[476/582] Compiling p_rsa_asn1.cc
[477/582] Compiling p_x25519.cc
[478/582] Compiling p_rsa.cc
[479/582] Compiling p_hkdf.cc
[480/582] Compiling p_ed25519_asn1.cc
[481/582] Compiling p_ec.cc
[482/582] Compiling p_dsa_asn1.cc
[483/582] Compiling p_dh_asn1.cc
[484/582] Compiling p_dh.cc
[485/582] Compiling p_ec_asn1.cc
[486/582] Compiling evp_ctx.cc
[487/582] Compiling err.cc
[488/582] Compiling engine.cc
[489/582] Compiling evp.cc
[490/582] Compiling evp_asn1.cc
[491/582] Compiling ecdh.cc
[492/582] Compiling hash_to_curve.cc
[493/582] Compiling ecdsa_asn1.cc
[494/582] Compiling ec_derive.cc
[495/582] Compiling dsa.cc
[496/582] Compiling params.cc
[497/582] Compiling digest_extra.cc
[498/582] Compiling bcm.cc
[499/582] Compiling x25519-asm-arm.S
[500/582] Compiling ec_asn1.cc
[501/582] Compiling dh_asn1.cc
[502/582] Compiling dsa_asn1.cc
[503/582] Compiling des.cc
[504/582] Compiling curve25519_64_adx.cc
[505/582] Compiling spake25519.cc
[506/582] Compiling crypto.cc
[507/582] Compiling curve25519.cc
[508/582] Compiling cpu_arm_linux.cc
[509/582] Compiling cpu_intel.cc
[510/582] Compiling cpu_arm_freebsd.cc
[511/582] Compiling cpu_aarch64_win.cc
[512/582] Compiling cpu_aarch64_sysreg.cc
[513/582] Compiling cpu_aarch64_openbsd.cc
[514/582] Compiling cpu_aarch64_linux.cc
[515/582] Compiling cpu_aarch64_fuchsia.cc
[516/582] Compiling tls_cbc.cc
[517/582] Compiling get_cipher.cc
[518/582] Compiling cpu_aarch64_apple.cc
[519/582] Compiling conf.cc
[520/582] Compiling e_rc4.cc
[521/582] Compiling e_tls.cc
[522/582] Compiling e_rc2.cc
[523/582] Compiling e_null.cc
[524/582] Compiling e_des.cc
[525/582] Compiling e_aesctrhmac.cc
[526/582] Compiling e_aesgcmsiv.cc
[527/582] Compiling e_chacha20poly1305.cc
[528/582] Compiling derive_key.cc
[529/582] Compiling chacha.cc
[530/582] Compiling unicode.cc
[531/582] Compiling ber.cc
[532/582] Compiling cbb.cc
[533/582] Compiling buf.cc
[534/582] Compiling cbs.cc
[535/582] Compiling bn_asn1.cc
[536/582] Compiling convert.cc
[537/582] Compiling asn1_compat.cc
[538/582] Compiling blake2.cc
[539/582] Compiling socket_helper.cc
[540/582] Compiling hexdump.cc
[541/582] Compiling printf.cc
[542/582] Compiling socket.cc
[543/582] Compiling pair.cc
[544/582] Compiling file.cc
[545/582] Compiling fd.cc
[546/582] Compiling errno.cc
[547/582] Compiling connect.cc
[548/582] Compiling base64.cc
[549/582] Compiling bio_mem.cc
[550/582] Compiling bio.cc
[551/582] Compiling tasn_fre.cc
[552/582] Compiling tasn_typ.cc
[553/582] Compiling tasn_utl.cc
[554/582] Compiling tasn_enc.cc
[555/582] Compiling tasn_new.cc
[556/582] Compiling f_string.cc
[557/582] Compiling f_int.cc
[558/582] Compiling posix_time.cc
[559/582] Compiling tasn_dec.cc
[560/582] Compiling asn_pack.cc
[561/582] Compiling asn1_par.cc
[562/582] Compiling a_utctm.cc
[563/582] Compiling asn1_lib.cc
[564/582] Compiling a_object.cc
[565/582] Compiling a_strex.cc
[566/582] Compiling a_type.cc
[567/582] Compiling a_time.cc
[568/582] Compiling a_octet.cc
[569/582] Compiling a_strnid.cc
[570/582] Compiling a_mbstr.cc
[571/582] Compiling a_i2d_fp.cc
[572/582] Compiling a_dup.cc
[573/582] Compiling CGRPCZlib empty.c
[574/582] Write sources
[575/582] Compiling a_d2i_fp.cc
[576/601] Compiling a_int.cc
[577/601] Compiling a_bitstr.cc
[578/601] Compiling a_bool.cc
[579/601] Compiling a_gentm.cc
[581/601] Compiling Atomics AtomicMemoryOrderings.swift
[582/601] Compiling Atomics DoubleWord.swift
[583/603] Compiling Atomics ManagedAtomic.swift
[584/603] Compiling Atomics ManagedAtomicLazyReference.swift
[585/603] Compiling Atomics UnsafeAtomic.swift
[586/603] Compiling Atomics UnsafeAtomicLazyReference.swift
[587/603] Compiling Atomics IntegerOperations.swift
[588/603] Compiling Atomics Unmanaged extensions.swift
[589/603] Compiling Atomics Primitives.shims.swift
[590/603] Compiling Atomics AtomicInteger.swift
[591/603] Compiling Atomics AtomicOptionalWrappable.swift
[592/603] Compiling Atomics AtomicReference.swift
[593/603] Compiling Atomics AtomicStorage.swift
[594/603] Compiling Atomics AtomicValue.swift
[594/603] Compiling c-nioatomics.c
[595/603] Compiling c-atomics.c
[597/603] Compiling Atomics IntegerConformances.swift
[598/603] Compiling Atomics PointerConformances.swift
[599/603] Compiling Atomics Primitives.native.swift
[600/603] Emitting module Atomics
[601/603] Compiling Atomics OptionalRawRepresentable.swift
[602/603] Compiling Atomics RawRepresentable.swift
[603/603] Compiling Atomics AtomicBool.swift
[605/610] Compiling NIOConcurrencyHelpers lock.swift
[606/610] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[607/610] Compiling NIOConcurrencyHelpers NIOLock.swift
[608/610] Compiling NIOConcurrencyHelpers atomics.swift
[609/610] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[610/610] Emitting module NIOConcurrencyHelpers
[612/671] Compiling NIOCore IO.swift
[613/671] Compiling NIOCore IOData.swift
[614/671] Compiling NIOCore IPProtocol.swift
[615/671] Compiling NIOCore IntegerBitPacking.swift
[616/671] Compiling NIOCore IntegerTypes.swift
[617/671] Compiling NIOCore Interfaces.swift
[618/671] Compiling NIOCore Linux.swift
[619/671] Compiling NIOCore MarkedCircularBuffer.swift
[620/679] Compiling NIOCore CircularBuffer.swift
[621/679] Compiling NIOCore Codec.swift
[622/679] Compiling NIOCore ConvenienceOptionSupport.swift
[623/679] Compiling NIOCore DeadChannel.swift
[624/679] Compiling NIOCore DispatchQueue+WithFuture.swift
[625/679] Compiling NIOCore EventLoop+Deprecated.swift
[626/679] Compiling NIOCore EventLoop+SerialExecutor.swift
[627/679] Compiling NIOCore EventLoop.swift
[628/679] Compiling NIOCore AddressedEnvelope.swift
[629/679] Compiling NIOCore AsyncAwaitSupport.swift
[630/679] Compiling NIOCore AsyncChannel.swift
[631/679] Compiling NIOCore AsyncChannelHandler.swift
[632/679] Compiling NIOCore AsyncChannelInboundStream.swift
[633/679] Compiling NIOCore AsyncChannelOutboundWriter.swift
[634/679] Compiling NIOCore NIOAsyncSequenceProducer.swift
[635/679] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[636/679] Compiling NIOCore NIOAsyncWriter.swift
[637/679] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[638/679] Compiling NIOCore SocketAddresses.swift
[639/679] Compiling NIOCore SocketOptionProvider.swift
[640/679] Compiling NIOCore SystemCallHelpers.swift
[641/679] Compiling NIOCore TimeAmount+Duration.swift
[642/679] Compiling NIOCore TypeAssistedChannelHandler.swift
[643/679] Compiling NIOCore UniversalBootstrapSupport.swift
[644/679] Compiling NIOCore Utilities.swift
[645/679] Emitting module NIOCore
[646/679] Compiling NIOCore MulticastChannel.swift
[647/679] Compiling NIOCore NIOAny.swift
[648/679] Compiling NIOCore NIOCloseOnErrorHandler.swift
[649/679] Compiling NIOCore NIOLoopBound.swift
[650/679] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[651/679] Compiling NIOCore NIOScheduledCallback.swift
[652/679] Compiling NIOCore NIOSendable.swift
[653/679] Compiling NIOCore RecvByteBufferAllocator.swift
[654/679] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[655/679] Compiling NIOCore BSDSocketAPI.swift
[656/679] Compiling NIOCore ByteBuffer-aux.swift
[657/679] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[658/679] Compiling NIOCore ByteBuffer-conversions.swift
[659/679] Compiling NIOCore ByteBuffer-core.swift
[660/679] Compiling NIOCore ByteBuffer-hex.swift
[661/679] Compiling NIOCore ByteBuffer-int.swift
[662/679] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[663/679] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[664/679] Compiling NIOCore EventLoopFuture+Deprecated.swift
[665/679] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[666/679] Compiling NIOCore EventLoopFuture.swift
[667/679] Compiling NIOCore FileDescriptor.swift
[668/679] Compiling NIOCore FileHandle.swift
[669/679] Compiling NIOCore FileRegion.swift
[670/679] Compiling NIOCore GlobalSingletons.swift
[671/679] Compiling NIOCore ByteBuffer-multi-int.swift
[672/679] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[673/679] Compiling NIOCore ByteBuffer-views.swift
[674/679] Compiling NIOCore Channel.swift
[675/679] Compiling NIOCore ChannelHandler.swift
[676/679] Compiling NIOCore ChannelHandlers.swift
[677/679] Compiling NIOCore ChannelInvoker.swift
[678/679] Compiling NIOCore ChannelOption.swift
[679/679] Compiling NIOCore ChannelPipeline.swift
[681/730] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[682/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[683/730] Compiling NIOEmbedded Embedded.swift
[684/730] Emitting module NIOEmbedded
[686/731] Emitting module NIOPosix
[687/737] Compiling NIOPosix ServerSocket.swift
[688/737] Compiling NIOPosix Socket.swift
[689/737] Compiling NIOPosix SocketChannel.swift
[690/737] Compiling NIOPosix SocketProtocols.swift
[691/737] Compiling NIOPosix System.swift
[692/737] Compiling NIOPosix Thread.swift
[693/737] Compiling NIOPosix ThreadPosix.swift
[694/737] Compiling NIOPosix ThreadWindows.swift
[695/737] Compiling NIOPosix UnsafeTransfer.swift
[696/737] Compiling NIOPosix Utilities.swift
[697/737] Compiling NIOPosix VsockAddress.swift
[698/737] Compiling NIOPosix VsockChannelEvents.swift
[699/737] Compiling NIOPosix Pool.swift
[700/737] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[701/737] Compiling NIOPosix PosixSingletons.swift
[702/737] Compiling NIOPosix RawSocketBootstrap.swift
[703/737] Compiling NIOPosix Resolver.swift
[704/737] Compiling NIOPosix Selectable.swift
[705/737] Compiling NIOPosix NIOThreadPool.swift
[706/737] Compiling NIOPosix NonBlockingFileIO.swift
[707/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[708/737] Compiling NIOPosix PendingWritesManager.swift
[709/737] Compiling NIOPosix PipeChannel.swift
[710/737] Compiling NIOPosix PipePair.swift
[711/737] Compiling NIOPosix Bootstrap.swift
[712/737] Compiling NIOPosix ControlMessage.swift
[713/737] Compiling NIOPosix DatagramVectorReadManager.swift
[714/737] Compiling NIOPosix Errors+Any.swift
[715/737] Compiling NIOPosix FileDescriptor.swift
[716/737] Compiling NIOPosix GetaddrinfoResolver.swift
[717/737] Compiling NIOPosix HappyEyeballs.swift
[718/737] Compiling NIOPosix IO.swift
[719/737] Compiling NIOPosix IntegerBitPacking.swift
[720/737] Compiling NIOPosix IntegerTypes.swift
[721/737] Compiling NIOPosix Linux.swift
[722/737] Compiling NIOPosix LinuxCPUSet.swift
[723/737] Compiling NIOPosix LinuxUring.swift
[724/737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[725/737] Compiling NIOPosix BSDSocketAPICommon.swift
[726/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[727/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[728/737] Compiling NIOPosix BaseSocket.swift
[729/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[730/737] Compiling NIOPosix BaseSocketChannel.swift
[731/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[732/737] Compiling NIOPosix SelectableChannel.swift
[733/737] Compiling NIOPosix SelectableEventLoop.swift
[734/737] Compiling NIOPosix SelectorEpoll.swift
[735/737] Compiling NIOPosix SelectorGeneric.swift
[736/737] Compiling NIOPosix SelectorKqueue.swift
[737/737] Compiling NIOPosix SelectorUring.swift
[739/740] Compiling NIO Exports.swift
[740/740] Emitting module NIO
[742/768] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[743/768] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[744/768] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[745/768] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[746/768] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[747/770] Compiling NIOTLS TLSEvents.swift
[748/770] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[749/770] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[750/770] Emitting module NIOTLS
[751/770] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[752/770] Compiling NIOTLS SNIHandler.swift
[754/771] Emitting module NIOFoundationCompat
[755/771] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[757/801] Compiling NIOSSL SafeCompare.swift
[758/801] Compiling NIOSSL SSLPrivateKey.swift
[759/801] Compiling NIOSSL SSLPublicKey.swift
[760/801] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[761/801] Compiling NIOSSL NIOSSLClientHandler.swift
[762/801] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[763/801] Compiling NIOSSL NIOSSLSecureBytes.swift
[764/801] Compiling NIOSSL RNG.swift
[765/801] Compiling NIOSSL NIOSSLHandler.swift
[766/801] Compiling NIOSSL SubjectAlternativeName.swift
[767/823] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[768/823] Compiling NIOTransportServices NIOTSSingletons.swift
[769/823] Compiling NIOTransportServices AcceptHandler.swift
[770/823] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[771/823] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[772/823] Emitting module NIOTransportServices
[773/823] Compiling NIOTransportServices NIOTSBootstraps.swift
[774/823] Compiling NIOTransportServices NIOTSChannelOptions.swift
[775/823] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[776/825] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[777/825] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[778/825] Compiling NIOTransportServices NIOTSListenerChannel.swift
[781/825] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[782/825] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[783/825] Compiling NIOTransportServices NIOTSErrors.swift
[784/825] Compiling NIOTransportServices NIOTSEventLoop.swift
[785/825] Compiling NIOTransportServices StateManagedChannel.swift
[786/825] Compiling NIOTransportServices StateManagedListenerChannel.swift
[787/825] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[788/825] Compiling NIOTransportServices NIOTSDatagramListener.swift
[789/825] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[790/825] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[791/825] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[792/825] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[794/826] Emitting module NIOHTTP1
[799/856] Compiling NIOHPACK IndexedHeaderTable.swift
[800/857] Compiling NIOHPACK HPACKEncoder.swift
[801/857] Compiling NIOHPACK HPACKErrors.swift
[802/857] Compiling NIOExtras DebugOutboundEventsHandler.swift
[803/857] Compiling NIOExtras FixedLengthFrameDecoder.swift
[804/857] Compiling NIOHPACK StaticHeaderTable.swift
[805/861] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[806/861] Compiling NIOExtras LengthFieldPrepender.swift
[807/861] Compiling NIOExtras LineBasedFrameDecoder.swift
[808/861] Compiling NIOExtras NIOLengthFieldBitLength.swift
[809/861] Compiling NIOHPACK IntegerCoding.swift
[810/861] Compiling NIOHPACK DynamicHeaderTable.swift
[811/861] Compiling NIOHPACK HPACKDecoder.swift
[814/861] Emitting module NIOHPACK
[815/863] Compiling NIOHPACK HuffmanTables.swift
[816/863] Compiling NIOHPACK HPACKHeader.swift
[817/863] Compiling NIOHPACK HeaderTables.swift
[820/863] Compiling NIOHPACK HuffmanCoding.swift
[821/864] Compiling NIOExtras PCAPRingBuffer.swift
[822/864] Compiling NIOExtras QuiescingHelper.swift
[824/864] Compiling NIOExtras NIORequestIdentifiable.swift
[831/864] Compiling NIOExtras RequestResponseHandler.swift
[832/864] Compiling NIOExtras RequestResponseWithIDHandler.swift
[834/864] Emitting module NIOSSL
[839/864] Emitting module NIOExtras
[847/864] Compiling NIOSSL SSLConnection.swift
[849/864] Compiling NIOExtras UnsafeTransfer.swift
[850/864] Compiling NIOExtras WritePCAPHandler.swift
[852/864] Compiling NIOSSL SSLContext.swift
[853/864] Compiling NIOSSL SSLErrors.swift
[854/864] Compiling NIOSSL SSLInit.swift
[855/864] Compiling NIOSSL SSLPKCS12Bundle.swift
[862/923] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[863/923] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[864/923] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[865/923] Compiling NIOHTTP2 HTTP2Error.swift
[867/924] Compiling NIOHTTP2 MaySendFrames.swift
[868/924] Compiling NIOHTTP2 SendingDataState.swift
[869/924] Compiling NIOHTTP2 SendingGoawayState.swift
[870/924] Compiling NIOHTTP2 SendingHeadersState.swift
[871/924] Compiling NIOHTTP2 SendingPushPromiseState.swift
[872/924] Compiling NIOHTTP2 SendingRstStreamState.swift
[873/924] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[874/924] Compiling NIOHTTP2 HTTP2SettingsState.swift
[875/932] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[876/932] Compiling NIOHTTP2 HasFlowControlWindows.swift
[877/932] Compiling NIOHTTP2 HasLocalSettings.swift
[878/932] Compiling NIOHTTP2 HasRemoteSettings.swift
[879/932] Compiling NIOHTTP2 LocallyQuiescingState.swift
[880/932] Compiling NIOHTTP2 QuiescingState.swift
[881/932] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[882/932] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[883/932] Emitting module NIOHTTP2
[884/932] Compiling NIOHTTP2 StateMachineResult.swift
[885/932] Compiling NIOHTTP2 ContentLengthVerifier.swift
[886/932] Compiling NIOHTTP2 DOSHeuristics.swift
[887/932] Compiling NIOHTTP2 Error+Any.swift
[888/932] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[889/932] Compiling NIOHTTP2 ControlFrameBuffer.swift
[890/932] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[891/932] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[892/932] Compiling NIOHTTP2 InboundWindowManager.swift
[893/932] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[894/932] Compiling NIOHTTP2 StreamChannelFlowController.swift
[895/932] Compiling NIOHTTP2 StreamChannelList.swift
[896/932] Compiling NIOHTTP2 StreamMap.swift
[897/932] Compiling NIOHTTP2 StreamStateMachine.swift
[898/932] Compiling NIOHTTP2 UnsafeTransfer.swift
[899/932] Compiling NIOHTTP2 WatermarkedFlowController.swift
[900/932] Compiling NIOHTTP2 ConnectionStateMachine.swift
[901/932] Compiling NIOHTTP2 ConnectionStreamsState.swift
[902/932] Compiling NIOHTTP2 MayReceiveFrames.swift
[903/932] Compiling NIOHTTP2 ReceivingDataState.swift
[904/932] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[905/932] Compiling NIOHTTP2 ReceivingHeadersState.swift
[906/932] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[907/932] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[908/932] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[909/932] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[910/932] Compiling NIOHTTP2 HTTP2Frame.swift
[911/932] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[912/932] Compiling NIOHTTP2 HTTP2FrameParser.swift
[913/932] Compiling NIOHTTP2 HTTP2PingData.swift
[914/932] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[915/932] Compiling NIOHTTP2 HTTP2Settings.swift
[916/932] Compiling NIOHTTP2 HTTP2Stream.swift
[917/932] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[918/932] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[919/932] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[920/932] Compiling NIOHTTP2 HTTP2StreamID.swift
[921/932] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[922/932] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[923/932] Compiling NIOHTTP2 HTTP2UserEvents.swift
[924/932] Compiling NIOHTTP2 InboundEventBuffer.swift
[925/932] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[926/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[927/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[932/932] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[934/1060] Compiling GRPC Array+BoundsCheck.swift
[935/1060] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[936/1060] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[937/1060] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[938/1060] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[939/1060] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[940/1060] Compiling GRPC ServerHandlerStateMachine.swift
[941/1060] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[942/1060] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[943/1060] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[944/1060] Compiling GRPC ServerInterceptorStateMachine.swift
[945/1060] Compiling GRPC StreamState.swift
[946/1060] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[947/1060] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[948/1060] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[949/1060] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[950/1060] Compiling GRPC GRPCAsyncRequestStream.swift
[951/1060] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[952/1077] Compiling GRPC GRPCAsyncResponseStream.swift
[953/1077] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[954/1077] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[955/1077] Compiling GRPC GRPCAsyncServerCallContext.swift
[956/1077] Compiling GRPC GRPCAsyncServerHandler.swift
[957/1077] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[958/1077] Compiling GRPC GRPCAsyncUnaryCall.swift
[959/1077] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[960/1077] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[961/1077] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[962/1077] Compiling GRPC GRPCSendable.swift
[963/1077] Compiling GRPC NIOAsyncWrappers.swift
[964/1077] Compiling GRPC BidirectionalStreamingServerHandler.swift
[965/1077] Compiling GRPC ClientStreamingServerHandler.swift
[966/1077] Compiling GRPC ServerHandlerProtocol.swift
[967/1077] Compiling GRPC ServerStreamingServerHandler.swift
[968/1077] Compiling GRPC UnaryServerHandler.swift
[969/1077] Compiling GRPC CallOptions.swift
[970/1077] Compiling GRPC BidirectionalStreamingCall.swift
[971/1077] Compiling GRPC Call.swift
[972/1077] Compiling GRPC CallDetails.swift
[973/1077] Compiling GRPC ClientCall.swift
[974/1077] Compiling GRPC ClientStreamingCall.swift
[975/1077] Compiling GRPC LazyEventLoopPromise.swift
[976/1077] Compiling GRPC ResponseContainers.swift
[977/1077] Compiling GRPC ResponsePartContainer.swift
[978/1077] Compiling GRPC ServerStreamingCall.swift
[979/1077] Compiling GRPC UnaryCall.swift
[980/1077] Compiling GRPC ClientConnection.swift
[981/1077] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[982/1077] Compiling GRPC ClientErrorDelegate.swift
[983/1077] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[984/1077] Compiling GRPC CompressionAlgorithm.swift
[985/1077] Compiling GRPC DecompressionLimit.swift
[986/1077] Compiling GRPC MessageEncoding.swift
[987/1077] Compiling GRPC Zlib.swift
[988/1077] Emitting module GRPC
[989/1077] Compiling GRPC DelegatingErrorHandler.swift
[990/1077] Compiling GRPC Error+NIOSSL.swift
[991/1077] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[992/1077] Compiling GRPC FakeChannel.swift
[993/1077] Compiling GRPC ClientConnection+NIOSSL.swift
[994/1077] Compiling GRPC ClientConnection+NWTLS.swift
[995/1077] Compiling GRPC GRPCChannel.swift
[996/1077] Compiling GRPC GRPCChannelBuilder.swift
[997/1077] Compiling GRPC GRPCClient.swift
[998/1077] Compiling GRPC GRPCClientChannelHandler.swift
[999/1077] Compiling GRPC GRPCClientStateMachine.swift
[1000/1077] Compiling GRPC GRPCContentType.swift
[1001/1077] Compiling GRPC GRPCError.swift
[1002/1077] Compiling GRPC GRPCHeaderName.swift
[1003/1077] Compiling GRPC GRPCIdleHandler.swift
[1004/1077] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1005/1077] Compiling GRPC GRPCKeepaliveHandlers.swift
[1006/1077] Compiling GRPC GRPCPayload.swift
[1007/1077] Compiling GRPC ServerInterceptorContext.swift
[1008/1077] Compiling GRPC ServerInterceptorPipeline.swift
[1009/1077] Compiling GRPC ServerInterceptors.swift
[1010/1077] Compiling GRPC InterceptorContextList.swift
[1011/1077] Compiling GRPC LengthPrefixedMessageReader.swift
[1012/1077] Compiling GRPC Logger.swift
[1013/1077] Compiling GRPC LoggingServerErrorDelegate.swift
[1014/1077] Compiling GRPC MessageEncodingHeaderValidator.swift
[1015/1077] Compiling GRPC PlatformSupport.swift
[1016/1077] Compiling GRPC ReadWriteStates.swift
[1017/1077] Compiling GRPC Ref.swift
[1018/1077] Compiling GRPC Serialization.swift
[1019/1077] Compiling GRPC Server+NIOSSL.swift
[1020/1077] Compiling GRPC Server.swift
[1021/1077] Compiling GRPC ServerBuilder+NIOSSL.swift
[1022/1077] Compiling GRPC ServerBuilder.swift
[1023/1077] Compiling GRPC ServerCallContext.swift
[1024/1077] Compiling GRPC StreamingResponseCallContext.swift
[1025/1077] Compiling GRPC UnaryResponseCallContext.swift
[1026/1077] Compiling GRPC ServerChannelErrorHandler.swift
[1027/1077] Compiling GRPC ServerErrorDelegate.swift
[1028/1077] Compiling GRPC ServerErrorProcessor.swift
[1029/1077] Compiling GRPC Stopwatch.swift
[1030/1077] Compiling GRPC StreamEvent.swift
[1031/1077] Compiling GRPC TLSVerificationHandler.swift
[1032/1077] Compiling GRPC TLSVersion.swift
[1033/1077] Compiling GRPC TimeLimit.swift
[1034/1077] Compiling GRPC UserInfo.swift
[1035/1077] Compiling GRPC Version.swift
[1036/1077] Compiling GRPC WebCORSHandler.swift
[1037/1077] Compiling GRPC WriteCapturingHandler.swift
[1038/1077] Compiling GRPC _EmbeddedThroughput.swift
[1039/1077] Compiling GRPC _FakeResponseStream.swift
[1040/1077] Compiling GRPC _GRPCClientCodecHandler.swift
[1041/1077] Compiling GRPC _MessageContext.swift
[1042/1077] Compiling GRPC ConnectionBackoff.swift
[1043/1077] Compiling GRPC ConnectionKeepalive.swift
[1044/1077] Compiling GRPC ConnectionManager+Delegates.swift
[1045/1077] Compiling GRPC ConnectionManager.swift
[1046/1077] Compiling GRPC ConnectionManagerChannelProvider.swift
[1047/1077] Compiling GRPC ConnectionManagerID.swift
[1048/1077] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1049/1077] Compiling GRPC ConnectionPool+Waiter.swift
[1050/1077] Compiling GRPC ConnectionPool.swift
[1051/1077] Compiling GRPC ConnectionPoolIDs.swift
[1052/1077] Compiling GRPC GRPCChannelPool.swift
[1053/1077] Compiling GRPC PoolManager.swift
[1054/1077] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1055/1077] Compiling GRPC PoolManagerStateMachine.swift
[1056/1077] Compiling GRPC PooledChannel.swift
[1057/1077] Compiling GRPC StreamLender.swift
[1058/1077] Compiling GRPC ConnectivityState.swift
[1059/1077] Compiling GRPC DebugOnly.swift
[1060/1077] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1061/1077] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1062/1077] Compiling GRPC GRPCServiceDescription.swift
[1063/1077] Compiling GRPC GRPCStatus.swift
[1064/1077] Compiling GRPC GRPCStatusAndMetadata.swift
[1065/1077] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1066/1077] Compiling GRPC GRPCTLSConfiguration.swift
[1067/1077] Compiling GRPC GRPCTimeout.swift
[1068/1077] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1069/1077] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1070/1077] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1071/1077] Compiling GRPC ClientInterceptorContext.swift
[1072/1077] Compiling GRPC ClientInterceptorPipeline.swift
[1073/1077] Compiling GRPC ClientInterceptorProtocol.swift
[1074/1077] Compiling GRPC ClientInterceptors.swift
[1075/1077] Compiling GRPC ClientTransport.swift
[1076/1077] Compiling GRPC ClientTransportFactory.swift
[1077/1077] Compiling GRPC MessageParts.swift
[1079/1080] Compiling NTypes ntypes.pb.swift
[1080/1080] Emitting module NTypes
Build complete! (209.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "ntypes",
  "name" : "ntypes",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NTypes",
      "targets" : [
        "NTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "NTypesTests",
      "path" : ".",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ntypes_test.pb.swift"
      ],
      "target_dependencies" : [
        "NTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTypes",
      "module_type" : "SwiftTarget",
      "name" : "NTypes",
      "path" : ".",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "NTypes"
      ],
      "sources" : [
        "ntypes.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.