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 master (8b11a7), with Swift 6.1 for Android on 29 May 2025 18:22:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-4606859-0":/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 (1.54s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/51057] Fetching grpc-swift
[9702/121509] Fetching grpc-swift, swift-syntax
[12837/160820] Fetching grpc-swift, swift-syntax, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (17.29s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (17.36s)
Fetched https://github.com/apple/swift-protobuf.git from cache (19.17s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (20.41s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.0 (4.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/5914] Fetching swift-nio-extras
[4260/7624] Fetching swift-nio-extras, swift-atomics
[5321/11460] Fetching swift-nio-extras, swift-atomics, swift-log
[6431/28051] Fetching swift-nio-extras, swift-atomics, swift-log, swift-collections
[8478/42894] Fetching swift-nio-extras, swift-atomics, swift-log, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (4.04s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-atomics.git from cache (5.52s)
Fetched https://github.com/apple/swift-log.git from cache (5.53s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.54s)
Fetching https://github.com/apple/swift-nio.git
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.61s)
[2653/14194] Fetching swift-nio-http2, swift-nio-transport-services
[6818/90291] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.02s)
[15102/87624] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.85s)
[31961/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (16.24s)
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 (1.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.56s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.26s)
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.23s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[59/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[1015/5157] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[3942/10142] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[5795/16297] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.81s)
[7599/13871] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
[6692/12281] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.18s)
Fetching https://github.com/apple/swift-algorithms.git
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.39s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.39s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.94s)
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 (1.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.16s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.22s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.06s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.02s)
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.97s)
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.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
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 (3.18s)
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/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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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/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/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/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.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-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-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-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-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-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-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-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/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/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-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-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/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[2/439] Copying PrivacyInfo.xcprivacy
[2/439] Write sources
[25/439] Compiling CGRPCZlib empty.c
[26/439] Compiling CNIOLinux liburing_shims.c
[27/439] Compiling _AtomicsShims.c
[28/439] Compiling CNIOWindows WSAStartup.c
[29/439] Compiling CNIOWindows shim.c
[30/439] Compiling CNIODarwin shim.c
[31/439] Compiling CNIOWASI CNIOWASI.c
[32/439] Compiling CNIOLLHTTP c_nio_http.c
[33/439] Compiling fiat_p256_adx_mul.S
[34/439] Compiling fiat_p256_adx_sqr.S
[35/439] Compiling CNIOLLHTTP c_nio_api.c
[35/439] Compiling CNIOLinux shim.c
[37/439] Compiling fiat_curve25519_adx_mul.S
[38/439] Compiling fiat_curve25519_adx_square.S
[39/439] Write swift-version-24593BA9C3E375BF.txt
[40/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/439] Compiling CNIOBoringSSLShims shims.c
[43/445] Emitting module _NIODataStructures
[43/445] Compiling tls_method.cc
[44/445] Compiling tls_record.cc
[45/445] Compiling tls13_server.cc
[46/445] Compiling tls13_client.cc
[47/547] Compiling tls13_enc.cc
[48/566] Compiling tls13_both.cc
[50/566] Emitting module Logging
[51/566] Emitting module InternalCollectionsUtilities
[52/566] Compiling Atomics OptionalRawRepresentable.swift
[53/566] Compiling Atomics RawRepresentable.swift
[53/567] Compiling t1_enc.cc
[55/567] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/567] Compiling Atomics AtomicBool.swift
[57/567] Compiling Atomics Primitives.shims.swift
[58/567] Emitting module _NIOBase64
[59/567] Compiling _NIOBase64 Base64.swift
[60/567] Compiling Atomics AtomicReference.swift
[61/567] Compiling Atomics AtomicStorage.swift
[62/567] Compiling Atomics AtomicValue.swift
[63/567] Compiling Atomics AtomicMemoryOrderings.swift
[64/568] Compiling Atomics AtomicInteger.swift
[65/568] Compiling Atomics AtomicOptionalWrappable.swift
[66/568] Compiling _NIODataStructures PriorityQueue.swift
[67/568] Compiling _NIODataStructures _TinyArray.swift
[72/568] Compiling Atomics DoubleWord.swift
[76/568] Compiling Atomics UnsafeAtomic.swift
[77/568] Compiling Atomics UnsafeAtomicLazyReference.swift
[78/568] Compiling Atomics ManagedAtomic.swift
[79/568] Compiling Atomics ManagedAtomicLazyReference.swift
[82/570] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/571] Compiling _NIODataStructures Heap.swift
[84/572] Compiling ssl_x509.cc
[88/572] Compiling Atomics IntegerOperations.swift
[89/572] Compiling Atomics Unmanaged extensions.swift
[90/587] Compiling DequeModule Deque+CustomReflectable.swift
[91/587] Compiling DequeModule Deque+Descriptions.swift
[92/587] Compiling DequeModule Deque+Equatable.swift
[93/587] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/589] Compiling DequeModule _DequeBuffer.swift
[95/589] Compiling DequeModule _DequeBufferHeader.swift
[96/589] Compiling DequeModule Deque+Extras.swift
[97/589] Compiling DequeModule Deque+Hashable.swift
[98/589] Emitting module Atomics
[99/589] Compiling DequeModule Deque+Codable.swift
[100/589] Compiling DequeModule Deque+Collection.swift
[103/589] Compiling DequeModule _DequeSlot.swift
[104/589] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/590] Compiling DequeModule Deque+Testing.swift
[109/590] Compiling DequeModule Deque._Storage.swift
[110/590] Compiling DequeModule Deque._UnsafeHandle.swift
[111/590] Compiling DequeModule Deque.swift
[114/590] Emitting module DequeModule
[114/591] Compiling ssl_versions.cc
[116/591] Compiling ssl_stat.cc
[118/591] Compiling Logging MetadataProvider.swift
[119/591] Compiling Logging Logging.swift
[120/591] Compiling Logging LogHandler.swift
[121/591] Compiling Logging Locks.swift
[121/592] Compiling ssl_transcript.cc
[123/592] Compiling ssl_session.cc
[124/592] Compiling ssl_privkey.cc
[125/592] Compiling ssl_file.cc
[126/592] Compiling ssl_key_share.cc
[127/592] Compiling ssl_lib.cc
[129/592] Emitting module SwiftProtobuf
[129/603] Compiling ssl_credential.cc
[130/603] Compiling ssl_cipher.cc
[131/603] Compiling ssl_cert.cc
[132/603] Compiling ssl_buffer.cc
[134/603] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[135/603] Compiling SwiftProtobuf TextFormatScanner.swift
[136/603] Compiling SwiftProtobuf TimeUtils.swift
[137/603] Compiling SwiftProtobuf UnknownStorage.swift
[138/603] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[139/603] Compiling SwiftProtobuf Varint.swift
[140/603] Compiling SwiftProtobuf Version.swift
[141/603] Compiling SwiftProtobuf Visitor.swift
[142/603] Compiling SwiftProtobuf WireFormat.swift
[143/603] Compiling SwiftProtobuf ZigZag.swift
[144/603] Compiling SwiftProtobuf any.pb.swift
[145/603] Compiling SwiftProtobuf ProtobufMap.swift
[146/603] Compiling SwiftProtobuf SelectiveVisitor.swift
[147/603] Compiling SwiftProtobuf SimpleExtensionMap.swift
[148/603] Compiling SwiftProtobuf StringUtils.swift
[149/603] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[150/603] Compiling SwiftProtobuf SwiftProtobufError.swift
[151/603] Compiling SwiftProtobuf TextFormatDecoder.swift
[152/603] Compiling SwiftProtobuf TextFormatDecodingError.swift
[153/603] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[154/603] Compiling SwiftProtobuf TextFormatEncoder.swift
[155/603] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[156/603] Compiling SwiftProtobuf Message+JSONAdditions.swift
[157/603] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[158/603] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[159/603] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[160/603] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[161/603] Compiling SwiftProtobuf Message.swift
[162/603] Compiling SwiftProtobuf MessageExtension.swift
[163/603] Compiling SwiftProtobuf NameMap.swift
[164/603] Compiling SwiftProtobuf PathDecoder.swift
[165/603] Compiling SwiftProtobuf PathVisitor.swift
[166/603] Compiling SwiftProtobuf ProtoNameProviding.swift
[167/603] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[167/603] Compiling ssl_aead_ctx.cc
[168/603] Compiling s3_pkt.cc
[169/603] Compiling ssl_asn1.cc
[170/603] Compiling s3_lib.cc
[171/603] Compiling s3_both.cc
[172/603] Compiling handshake_server.cc
[182/603] Compiling SwiftProtobuf Message+AnyAdditions.swift
[183/603] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[184/603] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[185/603] Compiling SwiftProtobuf Message+FieldMask.swift
[186/603] Compiling SwiftProtobuf AnyMessageStorage.swift
[187/603] Compiling SwiftProtobuf AnyUnpackError.swift
[188/603] Compiling SwiftProtobuf AsyncMessageSequence.swift
[189/603] Compiling SwiftProtobuf BinaryDecoder.swift
[190/603] Compiling SwiftProtobuf BinaryDecodingError.swift
[191/603] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[192/603] Compiling SwiftProtobuf BinaryDelimited.swift
[193/603] Compiling SwiftProtobuf BinaryEncoder.swift
[194/603] Compiling SwiftProtobuf BinaryEncodingError.swift
[195/603] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[196/603] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[197/603] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[210/603] Compiling SwiftProtobuf CustomJSONCodable.swift
[211/603] Compiling SwiftProtobuf Decoder.swift
[212/603] Compiling SwiftProtobuf DoubleParser.swift
[213/603] Compiling SwiftProtobuf Enum.swift
[214/603] Compiling SwiftProtobuf ExtensibleMessage.swift
[215/603] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[216/603] Compiling SwiftProtobuf ExtensionFields.swift
[217/603] Compiling SwiftProtobuf ExtensionMap.swift
[218/603] Compiling SwiftProtobuf FieldTag.swift
[219/603] Compiling SwiftProtobuf FieldTypes.swift
[220/603] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[221/603] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[221/603] Compiling handshake_client.cc
[222/603] Compiling handshake.cc
[223/603] Compiling handoff.cc
[224/603] Compiling dtls_record.cc
[225/603] Compiling encrypted_client_hello.cc
[226/603] Compiling extensions.cc
[227/603] Compiling md5-x86_64-linux.S
[228/603] Compiling dtls_method.cc
[228/603] Compiling md5-x86_64-apple.S
[230/603] Compiling md5-586-apple.S
[231/603] Compiling md5-586-linux.S
[232/603] Compiling chacha20_poly1305_x86_64-linux.S
[233/603] Compiling chacha20_poly1305_x86_64-apple.S
[234/603] Compiling chacha20_poly1305_armv8-win.S
[235/603] Compiling d1_srtp.cc
[236/603] Compiling chacha20_poly1305_armv8-apple.S
[237/603] Compiling chacha-x86_64-linux.S
[238/603] Compiling chacha-x86_64-apple.S
[239/603] Compiling d1_pkt.cc
[240/603] Compiling chacha20_poly1305_armv8-linux.S
[241/603] Compiling chacha-x86-linux.S
[242/603] Compiling chacha-x86-apple.S
[243/603] Compiling chacha-armv8-win.S
[244/603] Compiling err_data.cc
[245/603] Compiling chacha-armv8-apple.S
[246/603] Compiling chacha-armv4-linux.S
[247/603] Compiling aes128gcmsiv-x86_64-apple.S
[248/603] Compiling chacha-armv8-linux.S
[249/603] Compiling aes128gcmsiv-x86_64-linux.S
[250/603] Compiling x86_64-mont5-linux.S
[251/603] Compiling x86_64-mont5-apple.S
[252/603] Compiling x86_64-mont-linux.S
[253/603] Compiling x86-mont-linux.S
[254/603] Compiling x86_64-mont-apple.S
[255/603] Compiling x86-mont-apple.S
[256/603] Compiling vpaes-x86_64-linux.S
[257/603] Compiling vpaes-x86_64-apple.S
[258/603] Compiling vpaes-x86-apple.S
[259/603] Compiling vpaes-x86-linux.S
[260/603] Compiling vpaes-armv8-win.S
[261/603] Compiling vpaes-armv8-linux.S
[262/603] Compiling vpaes-armv8-apple.S
[263/603] Compiling sha512-armv8-win.S
[264/603] Compiling vpaes-armv7-linux.S
[265/603] Compiling sha512-x86_64-linux.S
[266/603] Compiling sha512-x86_64-apple.S
[267/603] Compiling sha512-armv8-apple.S
[268/603] Compiling sha512-armv8-linux.S
[269/603] Compiling sha512-armv4-linux.S
[270/603] Compiling sha512-586-linux.S
[271/603] Compiling sha512-586-apple.S
[272/603] Compiling sha256-x86_64-apple.S
[273/603] Compiling bio_ssl.cc
[274/603] Compiling sha256-x86_64-linux.S
[275/603] Compiling sha256-armv8-win.S
[276/603] Compiling sha256-armv8-apple.S
[277/603] Compiling sha256-armv8-linux.S
[278/603] Compiling sha256-armv4-linux.S
[279/603] Compiling sha256-586-linux.S
[280/603] Compiling sha256-586-apple.S
[281/603] Compiling sha1-x86_64-linux.S
[282/603] Compiling sha1-x86_64-apple.S
[283/603] Compiling sha1-armv8-win.S
[284/603] Compiling sha1-armv8-apple.S
[285/603] Compiling sha1-armv8-linux.S
[286/603] Compiling sha1-586-linux.S
[287/603] Compiling rsaz-avx2-linux.S
[288/603] Compiling sha1-armv4-large-linux.S
[289/603] Compiling sha1-586-apple.S
[290/603] Compiling d1_lib.cc
[291/603] Compiling p256_beeu-x86_64-asm-apple.S
[292/603] Compiling rsaz-avx2-apple.S
[293/603] Compiling p256_beeu-x86_64-asm-linux.S
[294/603] Compiling p256_beeu-armv8-asm-win.S
[295/603] Compiling rdrand-x86_64-apple.S
[296/603] Compiling rdrand-x86_64-linux.S
[297/603] Compiling p256_beeu-armv8-asm-apple.S
[298/603] Compiling p256_beeu-armv8-asm-linux.S
[299/603] Compiling p256-x86_64-asm-linux.S
[300/603] Compiling p256-x86_64-asm-apple.S
[301/603] Compiling p256-armv8-asm-win.S
[302/603] Compiling p256-armv8-asm-linux.S
[303/603] Compiling ghashv8-armv8-win.S
[304/603] Compiling p256-armv8-asm-apple.S
[305/603] Compiling ghashv8-armv8-linux.S
[306/603] Compiling ghashv8-armv7-linux.S
[307/603] Compiling ghashv8-armv8-apple.S
[308/603] Compiling ghash-x86_64-linux.S
[309/603] Compiling ghash-x86-apple.S
[310/603] Compiling ghash-ssse3-x86_64-linux.S
[311/603] Compiling ghash-x86-linux.S
[312/603] Compiling ghash-ssse3-x86_64-apple.S
[312/603] Compiling ghash-x86_64-apple.S
[314/603] Compiling ghash-ssse3-x86-linux.S
[315/603] Compiling ghash-ssse3-x86-apple.S
[316/603] Compiling ghash-armv4-linux.S
[317/603] Compiling co-586-linux.S
[318/603] Compiling ghash-neon-armv8-win.S
[319/603] Compiling ghash-neon-armv8-apple.S
[320/603] Compiling ghash-neon-armv8-linux.S
[321/603] Compiling co-586-apple.S
[322/603] Compiling bsaes-armv7-linux.S
[323/603] Compiling bn-armv8-linux.S
[324/603] Compiling bn-armv8-apple.S
[325/603] Compiling bn-586-apple.S
[326/603] Compiling bn-armv8-win.S
[327/603] Compiling bn-586-linux.S
[328/603] Compiling d1_both.cc
[329/603] Compiling armv8-mont-win.S
[330/603] Compiling armv8-mont-apple.S
[331/603] Compiling armv4-mont-linux.S
[332/603] Compiling aesv8-gcm-armv8-win.S
[333/603] Compiling armv8-mont-linux.S
[334/603] Compiling aesv8-gcm-armv8-apple.S
[335/603] Compiling aesv8-armv8-linux.S
[336/603] Compiling aesv8-gcm-armv8-linux.S
[337/603] Compiling aesv8-armv8-win.S
[338/603] Compiling aesv8-armv7-linux.S
[339/603] Compiling aesni-x86_64-apple.S
[340/603] Compiling aesv8-armv8-apple.S
[341/603] Compiling aesni-x86_64-linux.S
[342/603] Compiling aesni-x86-apple.S
[343/603] Compiling aesni-x86-linux.S
[344/603] Compiling aes-gcm-avx2-x86_64-linux.S
[345/603] Compiling aesni-gcm-x86_64-linux.S
[346/603] Compiling aes-gcm-avx10-x86_64-linux.S
[347/603] Compiling aes-gcm-avx2-x86_64-apple.S
[348/603] Compiling aesni-gcm-x86_64-apple.S
[349/603] Compiling aes-gcm-avx10-x86_64-apple.S
[350/603] Compiling x_sig.cc
[351/603] Compiling x_req.cc
[352/603] Compiling x_val.cc
[353/603] Compiling x_spki.cc
[354/603] Compiling x_x509.cc
[355/603] Compiling x_x509a.cc
[356/603] Compiling x_pubkey.cc
[357/603] Compiling x_exten.cc
[358/603] Compiling x_name.cc
[359/603] Compiling x509spki.cc
[360/603] Compiling x_algor.cc
[361/603] Compiling x_crl.cc
[362/603] Compiling x_attrib.cc
[363/603] Compiling x_all.cc
[364/603] Compiling x509name.cc
[365/603] Compiling x509rset.cc
[366/603] Compiling x509cset.cc
[367/603] Compiling x509_vpm.cc
[368/603] Compiling x509_vfy.cc
[369/603] Compiling x509_v3.cc
[370/603] Compiling x509_txt.cc
[371/603] Compiling x509_trs.cc
[372/603] Compiling x509_set.cc
[373/603] Compiling x509_req.cc
[374/603] Compiling x509_obj.cc
[375/603] Compiling x509_def.cc
[376/603] Compiling x509_ext.cc
[377/603] Compiling x509_lu.cc
[378/603] Compiling x509_d2.cc
[379/603] Compiling x509_cmp.cc
[380/603] Compiling x509.cc
[381/603] Compiling x509_att.cc
[382/603] Compiling v3_purp.cc
[383/603] Compiling v3_skey.cc
[384/603] Compiling v3_utl.cc
[386/603] Compiling SwiftProtobuf api.pb.swift
[387/603] Compiling SwiftProtobuf descriptor.pb.swift
[388/603] Compiling SwiftProtobuf duration.pb.swift
[389/603] Compiling SwiftProtobuf empty.pb.swift
[390/603] Compiling SwiftProtobuf field_mask.pb.swift
[391/603] Compiling SwiftProtobuf source_context.pb.swift
[392/603] Compiling SwiftProtobuf struct.pb.swift
[393/603] Compiling SwiftProtobuf timestamp.pb.swift
[394/603] Compiling SwiftProtobuf type.pb.swift
[395/603] Compiling SwiftProtobuf wrappers.pb.swift
[396/603] Compiling SwiftProtobuf resource_bundle_accessor.swift
[396/604] Compiling v3_prn.cc
[398/604] Compiling v3_pmaps.cc
[399/604] Compiling v3_ocsp.cc
[400/604] Compiling v3_pcons.cc
[401/604] Compiling v3_ncons.cc
[402/604] Compiling v3_lib.cc
[403/604] Compiling v3_int.cc
[404/604] Compiling v3_info.cc
[405/604] Compiling v3_genn.cc
[406/604] Compiling v3_ia5.cc
[407/604] Compiling v3_extku.cc
[408/604] Compiling v3_enum.cc
[409/604] Compiling v3_cpols.cc
[410/604] Compiling v3_conf.cc
[411/604] Compiling v3_crld.cc
[412/604] Compiling v3_bcons.cc
[413/604] Compiling v3_bitst.cc
[414/604] Compiling v3_akeya.cc
[415/604] Compiling v3_akey.cc
[416/604] Compiling v3_alt.cc
[417/604] Compiling t_x509a.cc
[418/604] Compiling t_req.cc
[419/604] Compiling t_x509.cc
[420/604] Compiling t_crl.cc
[421/604] Compiling i2d_pr.cc
[422/604] Compiling rsa_pss.cc
[423/604] Compiling name_print.cc
[424/604] Compiling policy.cc
[425/604] Compiling by_file.cc
[426/604] Compiling by_dir.cc
[426/604] Compiling algorithm.cc
[428/604] Compiling asn1_gen.cc
[429/604] Compiling a_verify.cc
[430/604] Compiling a_sign.cc
[431/604] Compiling voprf.cc
[432/604] Compiling a_digest.cc
[433/604] Compiling thread_win.cc
[434/604] Compiling thread_pthread.cc
[435/604] Compiling thread_none.cc
[436/604] Compiling thread.cc
[437/604] Compiling stack.cc
[438/604] Compiling trust_token.cc
[439/604] Compiling pmbtoken.cc
[440/604] Compiling siphash.cc
[441/604] Compiling spake2plus.cc
[442/604] Compiling sha1.cc
[443/604] Compiling sha256.cc
[444/604] Compiling sha512.cc
[445/604] Compiling slhdsa.cc
[446/604] Compiling rsa_print.cc
[447/604] Compiling rsa_extra.cc
[448/604] Compiling urandom.cc
[449/604] Compiling rsa_crypt.cc
[450/604] Compiling refcount.cc
[451/604] Compiling rc4.cc
[452/604] Compiling windows.cc
[453/604] Compiling rand.cc
[454/604] Compiling trusty.cc
[455/604] Compiling rsa_asn1.cc
[456/604] Compiling ios.cc
[457/604] Compiling passive.cc
[458/604] Compiling poly1305_arm_asm.S
[459/604] Compiling getentropy.cc
[460/604] Compiling forkunsafe.cc
[461/604] Compiling deterministic.cc
[462/604] Compiling fork_detect.cc
[463/604] Compiling poly1305_vec.cc
[464/604] Compiling poly1305_arm.cc
[465/604] Compiling poly1305.cc
[466/604] Compiling pool.cc
[467/604] Compiling pkcs8_x509.cc
[468/604] Compiling p5_pbev2.cc
[469/604] Compiling pkcs7_x509.cc
[470/604] Compiling pkcs7.cc
[471/604] Compiling pem_pkey.cc
[472/604] Compiling pkcs8.cc
[473/604] Compiling pem_x509.cc
[474/604] Compiling pem_xaux.cc
[475/604] Compiling pem_pk8.cc
[476/604] Compiling pem_oth.cc
[477/604] Compiling mlkem.cc
[478/604] Compiling mldsa.cc
[479/604] Compiling obj_xref.cc
[480/604] Compiling pem_all.cc
[481/604] Compiling pem_lib.cc
[482/604] Compiling pem_info.cc
[483/604] Compiling obj.cc
[483/604] Compiling mem.cc
[485/604] Compiling poly_rq_mul.S
[486/604] Compiling fips_shared_support.cc
[487/604] Compiling md5.cc
[488/604] Compiling lhash.cc
[489/604] Compiling md4.cc
[490/604] Compiling ex_data.cc
[491/604] Compiling kyber.cc
[492/604] Compiling scrypt.cc
[493/604] Compiling sign.cc
[494/604] Compiling hpke.cc
[495/604] Compiling print.cc
[496/604] Compiling hrss.cc
[497/604] Compiling pbkdf.cc
[498/604] Compiling p_x25519.cc
[499/604] Compiling p_x25519_asn1.cc
[500/604] Compiling p_ed25519.cc
[501/604] Compiling p_rsa_asn1.cc
[502/604] Compiling p_ed25519_asn1.cc
[503/604] Compiling p_hkdf.cc
[504/604] Compiling p_rsa.cc
[505/604] Compiling p_ec_asn1.cc
[506/604] Compiling p_ec.cc
[507/604] Compiling evp_ctx.cc
[508/604] Compiling p_dsa_asn1.cc
[509/604] Compiling p_dh.cc
[510/604] Compiling p_dh_asn1.cc
[511/604] Compiling evp.cc
[512/604] Compiling evp_asn1.cc
[513/604] Compiling err.cc
[514/604] Compiling ec_derive.cc
[515/604] Compiling ecdh.cc
[516/604] Compiling hash_to_curve.cc
[517/604] Compiling engine.cc
[518/604] Compiling ecdsa_asn1.cc
[519/604] Compiling bcm.cc
[520/604] Compiling dsa.cc
[521/604] Compiling dsa_asn1.cc
[522/604] Compiling ec_asn1.cc
[523/604] Compiling params.cc
[524/604] Compiling des.cc
[525/604] Compiling x25519-asm-arm.S
[526/604] Compiling spake25519.cc
[526/604] Compiling dh_asn1.cc
[528/604] Compiling digest_extra.cc
[529/604] Compiling curve25519_64_adx.cc
[530/604] Compiling crypto.cc
[531/604] Compiling curve25519.cc
[532/604] Compiling cpu_intel.cc
[533/604] Compiling cpu_aarch64_win.cc
[533/604] Compiling cpu_arm_freebsd.cc
[535/604] Compiling cpu_arm_linux.cc
[536/604] Compiling cpu_aarch64_sysreg.cc
[537/604] Compiling cpu_aarch64_openbsd.cc
[538/604] Compiling cpu_aarch64_linux.cc
[539/604] Compiling cpu_aarch64_fuchsia.cc
[540/604] Compiling cpu_aarch64_apple.cc
[541/604] Compiling get_cipher.cc
[542/604] Compiling tls_cbc.cc
[543/604] Compiling e_tls.cc
[544/604] Compiling conf.cc
[545/604] Compiling e_rc4.cc
[546/604] Compiling e_des.cc
[547/604] Compiling e_null.cc
[548/604] Compiling e_chacha20poly1305.cc
[549/604] Compiling e_aesctrhmac.cc
[550/604] Compiling e_rc2.cc
[551/604] Compiling e_aesgcmsiv.cc
[552/604] Compiling derive_key.cc
[553/604] Compiling chacha.cc
[554/604] Compiling cbb.cc
[555/604] Compiling unicode.cc
[556/604] Compiling ber.cc
[557/604] Compiling buf.cc
[558/604] Compiling asn1_compat.cc
[559/604] Compiling convert.cc
[560/604] Compiling cbs.cc
[561/604] Compiling blake2.cc
[562/604] Compiling bn_asn1.cc
[563/604] Compiling socket_helper.cc
[564/604] Compiling file.cc
[565/604] Compiling socket.cc
[566/604] Compiling printf.cc
[567/604] Compiling pair.cc
[568/604] Compiling hexdump.cc
[569/604] Compiling bio.cc
[570/604] Compiling fd.cc
[571/604] Compiling errno.cc
[572/604] Compiling connect.cc
[573/604] Compiling bio_mem.cc
[574/604] Compiling tasn_utl.cc
[575/604] Compiling tasn_typ.cc
[576/604] Compiling base64.cc
[577/604] Compiling tasn_enc.cc
[578/604] Compiling tasn_new.cc
[579/604] Compiling tasn_fre.cc
[580/604] Compiling f_string.cc
[581/604] Compiling posix_time.cc
[582/604] Compiling asn_pack.cc
[583/604] Compiling asn1_par.cc
[584/604] Compiling f_int.cc
[585/604] Compiling tasn_dec.cc
[586/604] Compiling asn1_lib.cc
[587/604] Compiling a_utctm.cc
[588/604] Compiling a_type.cc
[588/604] Compiling a_octet.cc
[590/604] Compiling a_strnid.cc
[591/604] Compiling a_time.cc
[592/604] Compiling a_strex.cc
[593/604] Compiling a_object.cc
[594/604] Compiling a_mbstr.cc
[595/604] Compiling a_i2d_fp.cc
[596/604] Compiling a_dup.cc
[597/604] Compiling a_d2i_fp.cc
[598/604] Compiling a_bitstr.cc
[599/604] Compiling a_bool.cc
[600/604] Compiling a_gentm.cc
[601/604] Compiling a_int.cc
[602/604] Compiling c-nioatomics.c
[603/604] Compiling c-atomics.c
[605/610] Compiling NIOConcurrencyHelpers lock.swift
[606/610] Compiling NIOConcurrencyHelpers atomics.swift
[607/610] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[608/610] Compiling NIOConcurrencyHelpers NIOLock.swift
[609/610] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[610/610] Emitting module NIOConcurrencyHelpers
[612/671] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[613/671] Compiling NIOCore EventLoopFuture+Deprecated.swift
[614/671] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[615/671] Compiling NIOCore EventLoopFuture.swift
[616/671] Compiling NIOCore FileDescriptor.swift
[617/671] Compiling NIOCore FileHandle.swift
[618/671] Compiling NIOCore FileRegion.swift
[619/671] Compiling NIOCore GlobalSingletons.swift
[620/679] Compiling NIOCore MulticastChannel.swift
[621/679] Compiling NIOCore NIOAny.swift
[622/679] Compiling NIOCore NIOCloseOnErrorHandler.swift
[623/679] Compiling NIOCore NIOLoopBound.swift
[624/679] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[625/679] Compiling NIOCore NIOScheduledCallback.swift
[626/679] Compiling NIOCore NIOSendable.swift
[627/679] Compiling NIOCore RecvByteBufferAllocator.swift
[628/679] Compiling NIOCore CircularBuffer.swift
[629/679] Compiling NIOCore Codec.swift
[630/679] Compiling NIOCore ConvenienceOptionSupport.swift
[631/679] Compiling NIOCore DeadChannel.swift
[632/679] Compiling NIOCore DispatchQueue+WithFuture.swift
[633/679] Compiling NIOCore EventLoop+Deprecated.swift
[634/679] Compiling NIOCore EventLoop+SerialExecutor.swift
[635/679] Compiling NIOCore EventLoop.swift
[636/679] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[637/679] Compiling NIOCore BSDSocketAPI.swift
[638/679] Compiling NIOCore ByteBuffer-aux.swift
[639/679] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[640/679] Compiling NIOCore ByteBuffer-conversions.swift
[641/679] Compiling NIOCore ByteBuffer-core.swift
[642/679] Compiling NIOCore ByteBuffer-hex.swift
[643/679] Compiling NIOCore ByteBuffer-int.swift
[644/679] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[645/679] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[646/679] Compiling NIOCore SocketAddresses.swift
[647/679] Compiling NIOCore SocketOptionProvider.swift
[648/679] Compiling NIOCore SystemCallHelpers.swift
[649/679] Compiling NIOCore TimeAmount+Duration.swift
[650/679] Compiling NIOCore TypeAssistedChannelHandler.swift
[651/679] Compiling NIOCore UniversalBootstrapSupport.swift
[652/679] Compiling NIOCore Utilities.swift
[653/679] Emitting module NIOCore
[654/679] Compiling NIOCore AddressedEnvelope.swift
[655/679] Compiling NIOCore AsyncAwaitSupport.swift
[656/679] Compiling NIOCore AsyncChannel.swift
[657/679] Compiling NIOCore AsyncChannelHandler.swift
[658/679] Compiling NIOCore AsyncChannelInboundStream.swift
[659/679] Compiling NIOCore AsyncChannelOutboundWriter.swift
[660/679] Compiling NIOCore NIOAsyncSequenceProducer.swift
[661/679] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[662/679] Compiling NIOCore NIOAsyncWriter.swift
[663/679] Compiling NIOCore IO.swift
[664/679] Compiling NIOCore IOData.swift
[665/679] Compiling NIOCore IPProtocol.swift
[666/679] Compiling NIOCore IntegerBitPacking.swift
[667/679] Compiling NIOCore IntegerTypes.swift
[668/679] Compiling NIOCore Interfaces.swift
[669/679] Compiling NIOCore Linux.swift
[670/679] Compiling NIOCore MarkedCircularBuffer.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 Embedded.swift
[683/730] Emitting module NIOEmbedded
[684/730] Compiling NIOEmbedded AsyncTestingChannel.swift
[686/731] Compiling NIOPosix Pool.swift
[687/731] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[688/731] Compiling NIOPosix PosixSingletons.swift
[689/731] Compiling NIOPosix RawSocketBootstrap.swift
[690/731] Compiling NIOPosix Resolver.swift
[691/731] Compiling NIOPosix Selectable.swift
[692/737] Compiling NIOPosix IO.swift
[693/737] Compiling NIOPosix IntegerBitPacking.swift
[694/737] Compiling NIOPosix IntegerTypes.swift
[695/737] Compiling NIOPosix Linux.swift
[696/737] Compiling NIOPosix LinuxCPUSet.swift
[697/737] Compiling NIOPosix LinuxUring.swift
[698/737] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[699/737] Compiling NIOPosix ServerSocket.swift
[700/737] Compiling NIOPosix Socket.swift
[701/737] Compiling NIOPosix SocketChannel.swift
[702/737] Compiling NIOPosix SocketProtocols.swift
[703/737] Compiling NIOPosix System.swift
[704/737] Compiling NIOPosix Thread.swift
[705/737] Compiling NIOPosix SelectableChannel.swift
[706/737] Compiling NIOPosix SelectableEventLoop.swift
[707/737] Compiling NIOPosix SelectorEpoll.swift
[708/737] Compiling NIOPosix SelectorGeneric.swift
[709/737] Compiling NIOPosix SelectorKqueue.swift
[710/737] Compiling NIOPosix SelectorUring.swift
[711/737] Emitting module NIOPosix
[712/737] Compiling NIOPosix BSDSocketAPICommon.swift
[713/737] Compiling NIOPosix BSDSocketAPIPosix.swift
[714/737] Compiling NIOPosix BSDSocketAPIWindows.swift
[715/737] Compiling NIOPosix BaseSocket.swift
[716/737] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[717/737] Compiling NIOPosix BaseSocketChannel.swift
[718/737] Compiling NIOPosix BaseStreamSocketChannel.swift
[719/737] Compiling NIOPosix ThreadPosix.swift
[720/737] Compiling NIOPosix ThreadWindows.swift
[721/737] Compiling NIOPosix UnsafeTransfer.swift
[722/737] Compiling NIOPosix Utilities.swift
[723/737] Compiling NIOPosix VsockAddress.swift
[724/737] Compiling NIOPosix VsockChannelEvents.swift
[725/737] Compiling NIOPosix NIOThreadPool.swift
[726/737] Compiling NIOPosix NonBlockingFileIO.swift
[727/737] Compiling NIOPosix PendingDatagramWritesManager.swift
[728/737] Compiling NIOPosix PendingWritesManager.swift
[729/737] Compiling NIOPosix PipeChannel.swift
[730/737] Compiling NIOPosix PipePair.swift
[731/737] Compiling NIOPosix Bootstrap.swift
[732/737] Compiling NIOPosix ControlMessage.swift
[733/737] Compiling NIOPosix DatagramVectorReadManager.swift
[734/737] Compiling NIOPosix Errors+Any.swift
[735/737] Compiling NIOPosix FileDescriptor.swift
[736/737] Compiling NIOPosix GetaddrinfoResolver.swift
[737/737] Compiling NIOPosix HappyEyeballs.swift
[739/740] Compiling NIO Exports.swift
[740/740] Emitting module NIO
[742/768] Compiling NIOTLS TLSEvents.swift
[743/768] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[744/768] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[745/768] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[746/768] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[747/768] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[748/770] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[749/770] Emitting module NIOTLS
[750/770] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[751/770] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[752/770] Compiling NIOTLS SNIHandler.swift
[754/771] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[755/771] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[756/771] Emitting module NIOHTTP1
[757/771] Emitting module NIOFoundationCompat
[758/771] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[759/772] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[760/772] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[762/772] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[763/772] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[764/772] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[765/772] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[766/772] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[767/772] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[768/823] Compiling NIOTransportServices AcceptHandler.swift
[769/823] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[770/823] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[771/823] Emitting module NIOTransportServices
[772/823] Compiling NIOTransportServices StateManagedChannel.swift
[773/823] Compiling NIOTransportServices StateManagedListenerChannel.swift
[774/823] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[775/825] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[776/825] Compiling NIOTransportServices NIOTSSingletons.swift
[777/825] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[778/825] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[779/825] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[780/825] Compiling NIOTransportServices NIOTSListenerChannel.swift
[781/825] Compiling NIOTransportServices NIOTSBootstraps.swift
[782/825] Compiling NIOTransportServices NIOTSChannelOptions.swift
[783/825] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[784/825] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[785/825] Compiling NIOTransportServices NIOTSErrors.swift
[786/825] Compiling NIOTransportServices NIOTSEventLoop.swift
[789/825] Compiling NIOTransportServices NIOTSDatagramListener.swift
[790/825] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[791/825] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[795/826] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[796/826] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[799/856] Compiling NIOHPACK HuffmanTables.swift
[800/857] Compiling NIOExtras RequestResponseHandler.swift
[801/857] Compiling NIOExtras RequestResponseWithIDHandler.swift
[802/859] Compiling NIOHPACK IndexedHeaderTable.swift
[803/859] Compiling NIOHPACK IntegerCoding.swift
[804/859] Compiling NIOHPACK StaticHeaderTable.swift
[805/859] Compiling NIOExtras NIOLengthFieldBitLength.swift
[806/859] Compiling NIOExtras NIORequestIdentifiable.swift
[807/859] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[808/859] Compiling NIOExtras NIOExtrasError.swift
[809/859] Compiling NIOExtras PCAPRingBuffer.swift
[810/859] Compiling NIOExtras QuiescingHelper.swift
[811/859] Compiling NIOExtras DebugInboundEventsHandler.swift
[812/859] Compiling NIOExtras DebugOutboundEventsHandler.swift
[813/859] Emitting module NIOHPACK
[814/859] Compiling NIOHPACK HuffmanCoding.swift
[815/859] Compiling NIOExtras FixedLengthFrameDecoder.swift
[816/859] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[817/859] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[818/859] Compiling NIOExtras JSONRPCFraming.swift
[819/860] Emitting module NIOSSL
[820/864] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[821/864] Compiling NIOExtras LengthFieldPrepender.swift
[822/864] Compiling NIOExtras LineBasedFrameDecoder.swift
[826/864] Emitting module NIOExtras
[835/864] Compiling NIOSSL SubjectAlternativeName.swift
[836/864] Compiling NIOSSL NIOSSLSecureBytes.swift
[837/864] Compiling NIOSSL RNG.swift
[838/864] Compiling NIOSSL SafeCompare.swift
[839/922] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[840/922] Compiling NIOHTTP2 ReceivingHeadersState.swift
[841/922] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[842/922] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[843/922] Compiling NIOHTTP2 ConnectionStateMachine.swift
[844/922] Compiling NIOHTTP2 ConnectionStreamsState.swift
[845/922] Compiling NIOHTTP2 MayReceiveFrames.swift
[846/922] Compiling NIOHTTP2 ReceivingDataState.swift
[847/922] Compiling NIOHTTP2 HTTP2SettingsState.swift
[848/922] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[849/922] Compiling NIOHTTP2 HasFlowControlWindows.swift
[850/922] Compiling NIOHTTP2 HasLocalSettings.swift
[851/922] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[852/922] Compiling NIOHTTP2 MaySendFrames.swift
[853/922] Compiling NIOHTTP2 SendingDataState.swift
[854/922] Compiling NIOHTTP2 SendingGoawayState.swift
[855/922] Compiling NIOHTTP2 HasRemoteSettings.swift
[856/922] Compiling NIOHTTP2 LocallyQuiescingState.swift
[857/922] Compiling NIOHTTP2 QuiescingState.swift
[858/922] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[862/923] Compiling NIOHTTP2 Error+Any.swift
[863/923] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[864/923] Compiling NIOHTTP2 ControlFrameBuffer.swift
[865/923] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[874/924] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[878/924] Compiling NIOHTTP2 SendingHeadersState.swift
[879/924] Compiling NIOHTTP2 SendingPushPromiseState.swift
[880/924] Compiling NIOHTTP2 SendingRstStreamState.swift
[881/924] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[883/932] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[884/932] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[885/932] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[886/932] Compiling NIOHTTP2 HTTP2StreamID.swift
[887/932] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[888/932] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[889/932] Compiling NIOHTTP2 HTTP2UserEvents.swift
[890/932] Compiling NIOHTTP2 InboundEventBuffer.swift
[891/932] Emitting module NIOHTTP2
[901/932] Compiling NIOHTTP2 InboundWindowManager.swift
[902/932] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[903/932] Compiling NIOHTTP2 StreamChannelFlowController.swift
[904/932] Compiling NIOHTTP2 StreamChannelList.swift
[905/932] Compiling NIOHTTP2 StreamMap.swift
[906/932] Compiling NIOHTTP2 StreamStateMachine.swift
[907/932] Compiling NIOHTTP2 UnsafeTransfer.swift
[908/932] Compiling NIOHTTP2 WatermarkedFlowController.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 StateMachineResult.swift
[918/932] Compiling NIOHTTP2 ContentLengthVerifier.swift
[919/932] Compiling NIOHTTP2 DOSHeuristics.swift
[924/932] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[925/932] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[926/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[927/932] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[928/932] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[929/932] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[930/932] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[931/932] Compiling NIOHTTP2 HTTP2Error.swift
[932/932] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[934/1060] Compiling GRPC ServerInterceptorContext.swift
[935/1060] Compiling GRPC ServerInterceptorPipeline.swift
[936/1060] Compiling GRPC ServerInterceptors.swift
[937/1060] Compiling GRPC InterceptorContextList.swift
[938/1060] Compiling GRPC LengthPrefixedMessageReader.swift
[939/1060] Compiling GRPC Logger.swift
[940/1060] Compiling GRPC LoggingServerErrorDelegate.swift
[941/1060] Compiling GRPC MessageEncodingHeaderValidator.swift
[942/1060] Compiling GRPC PlatformSupport.swift
[943/1060] Compiling GRPC ReadWriteStates.swift
[944/1060] Compiling GRPC Ref.swift
[945/1060] Compiling GRPC Serialization.swift
[946/1060] Compiling GRPC Server+NIOSSL.swift
[947/1060] Compiling GRPC Server.swift
[948/1060] Compiling GRPC ServerBuilder+NIOSSL.swift
[949/1060] Compiling GRPC ServerBuilder.swift
[950/1060] Compiling GRPC ServerCallContext.swift
[951/1060] Compiling GRPC StreamingResponseCallContext.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] Compiling GRPC Array+BoundsCheck.swift
[989/1077] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[990/1077] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[991/1077] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[992/1077] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[993/1077] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[994/1077] Compiling GRPC ServerHandlerStateMachine.swift
[995/1077] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[996/1077] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[997/1077] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[998/1077] Compiling GRPC ServerInterceptorStateMachine.swift
[999/1077] Compiling GRPC StreamState.swift
[1000/1077] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1001/1077] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1002/1077] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1003/1077] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1004/1077] Compiling GRPC GRPCAsyncRequestStream.swift
[1005/1077] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1006/1077] Compiling GRPC ConnectionBackoff.swift
[1007/1077] Compiling GRPC ConnectionKeepalive.swift
[1008/1077] Compiling GRPC ConnectionManager+Delegates.swift
[1009/1077] Compiling GRPC ConnectionManager.swift
[1010/1077] Compiling GRPC ConnectionManagerChannelProvider.swift
[1011/1077] Compiling GRPC ConnectionManagerID.swift
[1012/1077] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1013/1077] Compiling GRPC ConnectionPool+Waiter.swift
[1014/1077] Compiling GRPC ConnectionPool.swift
[1015/1077] Compiling GRPC ConnectionPoolIDs.swift
[1016/1077] Compiling GRPC GRPCChannelPool.swift
[1017/1077] Compiling GRPC PoolManager.swift
[1018/1077] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1019/1077] Compiling GRPC PoolManagerStateMachine.swift
[1020/1077] Compiling GRPC PooledChannel.swift
[1021/1077] Compiling GRPC StreamLender.swift
[1022/1077] Compiling GRPC ConnectivityState.swift
[1023/1077] Compiling GRPC DebugOnly.swift
[1024/1077] Compiling GRPC UnaryResponseCallContext.swift
[1025/1077] Compiling GRPC ServerChannelErrorHandler.swift
[1026/1077] Compiling GRPC ServerErrorDelegate.swift
[1027/1077] Compiling GRPC ServerErrorProcessor.swift
[1028/1077] Compiling GRPC Stopwatch.swift
[1029/1077] Compiling GRPC StreamEvent.swift
[1030/1077] Compiling GRPC TLSVerificationHandler.swift
[1031/1077] Compiling GRPC TLSVersion.swift
[1032/1077] Compiling GRPC TimeLimit.swift
[1033/1077] Compiling GRPC UserInfo.swift
[1034/1077] Compiling GRPC Version.swift
[1035/1077] Compiling GRPC WebCORSHandler.swift
[1036/1077] Compiling GRPC WriteCapturingHandler.swift
[1037/1077] Compiling GRPC _EmbeddedThroughput.swift
[1038/1077] Compiling GRPC _FakeResponseStream.swift
[1039/1077] Compiling GRPC _GRPCClientCodecHandler.swift
[1040/1077] Compiling GRPC _MessageContext.swift
[1041/1077] Emitting module GRPC
[1042/1077] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1043/1077] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1044/1077] Compiling GRPC GRPCServiceDescription.swift
[1045/1077] Compiling GRPC GRPCStatus.swift
[1046/1077] Compiling GRPC GRPCStatusAndMetadata.swift
[1047/1077] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1048/1077] Compiling GRPC GRPCTLSConfiguration.swift
[1049/1077] Compiling GRPC GRPCTimeout.swift
[1050/1077] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1051/1077] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1052/1077] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1053/1077] Compiling GRPC ClientInterceptorContext.swift
[1054/1077] Compiling GRPC ClientInterceptorPipeline.swift
[1055/1077] Compiling GRPC ClientInterceptorProtocol.swift
[1056/1077] Compiling GRPC ClientInterceptors.swift
[1057/1077] Compiling GRPC ClientTransport.swift
[1058/1077] Compiling GRPC ClientTransportFactory.swift
[1059/1077] Compiling GRPC MessageParts.swift
[1060/1077] Compiling GRPC DelegatingErrorHandler.swift
[1061/1077] Compiling GRPC Error+NIOSSL.swift
[1062/1077] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1063/1077] Compiling GRPC FakeChannel.swift
[1064/1077] Compiling GRPC ClientConnection+NIOSSL.swift
[1065/1077] Compiling GRPC ClientConnection+NWTLS.swift
[1066/1077] Compiling GRPC GRPCChannel.swift
[1067/1077] Compiling GRPC GRPCChannelBuilder.swift
[1068/1077] Compiling GRPC GRPCClient.swift
[1069/1077] Compiling GRPC GRPCClientChannelHandler.swift
[1070/1077] Compiling GRPC GRPCClientStateMachine.swift
[1071/1077] Compiling GRPC GRPCContentType.swift
[1072/1077] Compiling GRPC GRPCError.swift
[1073/1077] Compiling GRPC GRPCHeaderName.swift
[1074/1077] Compiling GRPC GRPCIdleHandler.swift
[1075/1077] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1076/1077] Compiling GRPC GRPCKeepaliveHandlers.swift
[1077/1077] Compiling GRPC GRPCPayload.swift
[1079/1080] Emitting module NTypes
[1080/1080] Compiling NTypes ntypes.pb.swift
Build complete! (388.74s)
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.