The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ntypes, reference master (8b11a7), with Swift 6.1 for Linux on 29 Apr 2025 16:11:03 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/22225] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.31s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/grpc/grpc-swift.git
[1/50696] Fetching grpc-swift
[9127/89200] Fetching grpc-swift, swift-protobuf
[11175/159445] Fetching grpc-swift, swift-protobuf, swift-syntax
Fetched https://github.com/grpc/grpc-swift.git from cache (7.85s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.02s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.03s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (8.73s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.25.0 (3.06s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2619] Fetching swift-nio-transport-services
[185/6455] Fetching swift-nio-transport-services, swift-log
[393/8160] Fetching swift-nio-transport-services, swift-log, swift-atomics
[3037/13822] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras
[13823/28615] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-nio-ssl
[14119/44884] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.46s)
[13186/42265] Fetching swift-log, swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio.git
[9957/38429] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections
[17368/49933] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections, swift-nio-http2
[27739/125483] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
[83759/113979] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.82s)
Fetched https://github.com/apple/swift-collections.git from cache (2.83s)
[49863/75550] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.92s)
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.63s)
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.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.42s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.21s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.66s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.10s)
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.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.82s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0-prerelease-2025-04-16 (0.78s)
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.2.2
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at main (6023a5f)
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-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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.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-04-16
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.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.1.4
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.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-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-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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.25.0
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/439] Write sources
[10/439] Copying PrivacyInfo.xcprivacy
[10/439] Write sources
[24/439] Compiling CNIOWindows WSAStartup.c
[25/439] Compiling CGRPCZlib empty.c
[26/439] Compiling CNIOWASI CNIOWASI.c
[27/439] Compiling CNIOLinux liburing_shims.c
[28/439] Compiling _AtomicsShims.c
[29/439] Compiling CNIOWindows shim.c
[30/439] Compiling CNIODarwin shim.c
[31/439] Compiling CNIOLLHTTP c_nio_http.c
[32/439] Compiling CNIOLinux shim.c
[33/439] Compiling fiat_p256_adx_sqr.S
[34/439] Compiling CNIOLLHTTP c_nio_api.c
[35/439] Compiling fiat_curve25519_adx_square.S
[36/439] Compiling fiat_p256_adx_mul.S
[37/439] Compiling fiat_curve25519_adx_mul.S
[38/439] Write swift-version-24593BA9C3E375BF.txt
[39/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/439] Compiling CNIOBoringSSLShims shims.c
[41/445] Compiling tls_method.cc
[41/445] Compiling tls_record.cc
[43/445] Compiling tls13_enc.cc
[44/456] Compiling tls13_client.cc
[45/478] Compiling tls13_server.cc
[46/523] Compiling tls13_both.cc
[48/550] Emitting module InternalCollectionsUtilities
[48/552] Compiling t1_enc.cc
[49/552] Compiling ssl_versions.cc
[50/552] Compiling ssl_x509.cc
[52/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/552] Compiling InternalCollectionsUtilities Specialize.swift
[54/552] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/552] Compiling _NIOBase64 Base64.swift
[57/552] Emitting module _NIOBase64
[58/552] Compiling InternalCollectionsUtilities Debugging.swift
[59/552] Compiling InternalCollectionsUtilities Descriptions.swift
[60/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/552] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/553] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[63/553] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[64/553] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[65/553] Compiling _NIODataStructures _TinyArray.swift
[66/553] Compiling _NIODataStructures PriorityQueue.swift
[67/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/553] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/553] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/553] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/553] Compiling InternalCollectionsUtilities Integer rank.swift
[73/553] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/554] Compiling Logging MetadataProvider.swift
[77/554] Emitting module Logging
[78/554] Compiling _NIODataStructures Heap.swift
[79/554] Emitting module _NIODataStructures
[80/555] Compiling Logging LogHandler.swift
[81/555] Compiling Logging Locks.swift
[82/555] Compiling Logging Logging.swift
[84/556] Compiling ssl_transcript.cc
[85/556] Compiling ssl_stat.cc
[87/571] Compiling DequeModule Deque+CustomReflectable.swift
[88/571] Compiling DequeModule Deque+Descriptions.swift
[89/573] Compiling DequeModule _DequeBuffer.swift
[90/573] Compiling DequeModule _DequeBufferHeader.swift
[91/573] Compiling DequeModule Deque+Equatable.swift
[92/573] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/573] Compiling DequeModule Deque+Extras.swift
[94/573] Compiling DequeModule Deque+Hashable.swift
[94/573] Compiling ssl_session.cc
[96/573] Compiling DequeModule _DequeSlot.swift
[97/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/573] Compiling ssl_privkey.cc
[99/573] Compiling DequeModule Deque+Testing.swift
[100/573] Compiling DequeModule Deque._Storage.swift
[101/573] Compiling DequeModule Deque._UnsafeHandle.swift
[102/573] Compiling DequeModule Deque.swift
[103/573] Compiling DequeModule Deque+Codable.swift
[104/573] Compiling DequeModule Deque+Collection.swift
[105/573] Emitting module DequeModule
[106/574] Compiling ssl_lib.cc
[108/574] Compiling SwiftProtobuf Message+JSONAdditions.swift
[109/574] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[110/574] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[111/574] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[112/574] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[113/574] Compiling SwiftProtobuf Message.swift
[114/574] Compiling SwiftProtobuf MessageExtension.swift
[115/574] Compiling SwiftProtobuf NameMap.swift
[116/574] Compiling SwiftProtobuf PathDecoder.swift
[117/574] Compiling SwiftProtobuf PathVisitor.swift
[118/574] Compiling SwiftProtobuf ProtoNameProviding.swift
[119/574] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[120/585] Emitting module SwiftProtobuf
[120/585] Compiling ssl_key_share.cc
[121/585] Compiling ssl_credential.cc
[122/585] Compiling ssl_file.cc
[130/585] Compiling SwiftProtobuf JSONScanner.swift
[131/585] Compiling SwiftProtobuf MathUtils.swift
[132/585] Compiling SwiftProtobuf Message+AnyAdditions.swift
[133/585] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[134/585] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[135/585] Compiling SwiftProtobuf Message+FieldMask.swift
[135/585] Compiling ssl_cipher.cc
[136/585] Compiling ssl_cert.cc
[138/585] Compiling SwiftProtobuf ProtobufMap.swift
[139/585] Compiling SwiftProtobuf SelectiveVisitor.swift
[140/585] Compiling SwiftProtobuf SimpleExtensionMap.swift
[141/585] Compiling SwiftProtobuf StringUtils.swift
[142/585] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[143/585] Compiling SwiftProtobuf SwiftProtobufError.swift
[144/585] Compiling SwiftProtobuf TextFormatDecoder.swift
[145/585] Compiling SwiftProtobuf TextFormatDecodingError.swift
[146/585] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[147/585] Compiling SwiftProtobuf TextFormatEncoder.swift
[148/585] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[149/585] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[150/585] Compiling SwiftProtobuf TextFormatScanner.swift
[151/585] Compiling SwiftProtobuf TimeUtils.swift
[152/585] Compiling SwiftProtobuf UnknownStorage.swift
[153/585] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[154/585] Compiling SwiftProtobuf Varint.swift
[155/585] Compiling SwiftProtobuf Version.swift
[156/585] Compiling SwiftProtobuf Visitor.swift
[157/585] Compiling SwiftProtobuf WireFormat.swift
[158/585] Compiling SwiftProtobuf ZigZag.swift
[159/585] Compiling SwiftProtobuf any.pb.swift
[159/585] Compiling ssl_buffer.cc
[160/585] Compiling ssl_asn1.cc
[161/585] Compiling ssl_aead_ctx.cc
[162/585] Compiling s3_pkt.cc
[163/585] Compiling s3_lib.cc
[177/585] Compiling SwiftProtobuf AnyMessageStorage.swift
[178/585] Compiling SwiftProtobuf AnyUnpackError.swift
[179/585] Compiling SwiftProtobuf AsyncMessageSequence.swift
[180/585] Compiling SwiftProtobuf BinaryDecoder.swift
[181/585] Compiling SwiftProtobuf BinaryDecodingError.swift
[182/585] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[183/585] Compiling SwiftProtobuf BinaryDelimited.swift
[184/585] Compiling SwiftProtobuf BinaryEncoder.swift
[185/585] Compiling SwiftProtobuf BinaryEncodingError.swift
[186/585] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[187/585] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[188/585] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[189/585] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[190/585] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[191/585] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[192/585] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[193/585] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[194/585] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[195/585] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[196/585] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[197/585] Compiling SwiftProtobuf HashVisitor.swift
[198/585] Compiling SwiftProtobuf Internal.swift
[199/585] Compiling SwiftProtobuf JSONDecoder.swift
[200/585] Compiling SwiftProtobuf JSONDecodingError.swift
[200/585] Compiling s3_both.cc
[201/585] Compiling handshake_server.cc
[202/585] Compiling handshake_client.cc
[203/585] Compiling handoff.cc
[204/585] Compiling handshake.cc
[205/585] Compiling encrypted_client_hello.cc
[206/585] Compiling dtls_record.cc
[207/585] Compiling extensions.cc
[208/585] Compiling md5-x86_64-linux.S
[209/585] Compiling md5-x86_64-apple.S
[210/585] Compiling md5-586-linux.S
[211/585] Compiling md5-586-apple.S
[212/585] Compiling dtls_method.cc
[213/585] Compiling err_data.cc
[214/585] Compiling chacha20_poly1305_x86_64-linux.S
[215/585] Compiling chacha20_poly1305_x86_64-apple.S
[216/585] Compiling chacha20_poly1305_armv8-win.S
[217/585] Compiling chacha20_poly1305_armv8-linux.S
[218/585] Compiling d1_srtp.cc
[219/585] Compiling chacha20_poly1305_armv8-apple.S
[220/585] Compiling chacha-x86_64-linux.S
[221/585] Compiling chacha-x86_64-apple.S
[222/585] Compiling chacha-x86-linux.S
[223/585] Compiling chacha-x86-apple.S
[224/585] Compiling chacha-armv8-linux.S
[225/585] Compiling chacha-armv8-win.S
[226/585] Compiling d1_lib.cc
[227/585] Compiling chacha-armv8-apple.S
[227/585] Compiling bio_ssl.cc
[229/585] Compiling aes128gcmsiv-x86_64-apple.S
[230/585] Compiling chacha-armv4-linux.S
[231/585] Compiling x86_64-mont5-apple.S
[232/585] Compiling aes128gcmsiv-x86_64-linux.S
[233/585] Compiling x86_64-mont-linux.S
[234/585] Compiling x86_64-mont-apple.S
[235/585] Compiling x86_64-mont5-linux.S
[236/585] Compiling x86-mont-linux.S
[237/585] Compiling x86-mont-apple.S
[238/585] Compiling vpaes-x86_64-linux.S
[239/585] Compiling vpaes-x86-apple.S
[240/585] Compiling vpaes-x86_64-apple.S
[241/585] Compiling vpaes-x86-linux.S
[242/585] Compiling vpaes-armv8-win.S
[243/585] Compiling vpaes-armv7-linux.S
[244/585] Compiling sha512-x86_64-apple.S
[245/585] Compiling vpaes-armv8-apple.S
[246/585] Compiling sha512-x86_64-linux.S
[247/585] Compiling d1_pkt.cc
[248/585] Compiling vpaes-armv8-linux.S
[249/585] Compiling sha512-armv8-linux.S
[250/585] Compiling sha512-armv8-apple.S
[251/585] Compiling sha512-armv4-linux.S
[252/585] Compiling sha512-armv8-win.S
[253/585] Compiling sha512-586-linux.S
[254/585] Compiling sha512-586-apple.S
[255/585] Compiling d1_both.cc
[256/585] Compiling sha256-armv8-win.S
[257/585] Compiling sha256-x86_64-linux.S
[258/585] Compiling sha256-x86_64-apple.S
[259/585] Compiling sha256-armv8-linux.S
[260/585] Compiling sha256-armv4-linux.S
[261/585] Compiling sha256-armv8-apple.S
[262/585] Compiling sha256-586-apple.S
[263/585] Compiling sha256-586-linux.S
[264/585] Compiling sha1-armv8-win.S
[265/585] Compiling sha1-x86_64-apple.S
[266/585] Compiling sha1-x86_64-linux.S
[267/585] Compiling sha1-armv8-linux.S
[268/585] Compiling sha1-586-linux.S
[269/585] Compiling sha1-armv8-apple.S
[270/585] Compiling sha1-586-apple.S
[271/585] Compiling sha1-armv4-large-linux.S
[272/585] Compiling rsaz-avx2-linux.S
[273/585] Compiling rdrand-x86_64-apple.S
[274/585] Compiling rdrand-x86_64-linux.S
[275/585] Compiling p256_beeu-x86_64-asm-linux.S
[276/585] Compiling rsaz-avx2-apple.S
[277/585] Compiling p256_beeu-x86_64-asm-apple.S
[278/585] Compiling p256_beeu-armv8-asm-linux.S
[279/585] Compiling p256_beeu-armv8-asm-apple.S
[280/585] Compiling p256-x86_64-asm-apple.S
[281/585] Compiling p256_beeu-armv8-asm-win.S
[282/585] Compiling p256-armv8-asm-win.S
[283/585] Compiling p256-armv8-asm-linux.S
[284/585] Compiling ghashv8-armv8-win.S
[285/585] Compiling p256-x86_64-asm-linux.S
[285/585] Compiling p256-armv8-asm-apple.S
[287/585] Compiling ghashv8-armv8-apple.S
[288/585] Compiling ghashv8-armv7-linux.S
[289/585] Compiling ghashv8-armv8-linux.S
[290/585] Compiling ghash-ssse3-x86_64-apple.S
[291/585] Compiling ghash-x86_64-linux.S
[292/585] Compiling ghash-x86-apple.S
[293/585] Compiling ghash-ssse3-x86_64-linux.S
[294/585] Compiling ghash-x86_64-apple.S
[295/585] Compiling ghash-x86-linux.S
[296/585] Compiling ghash-ssse3-x86-linux.S
[297/585] Compiling ghash-ssse3-x86-apple.S
[298/585] Compiling ghash-neon-armv8-linux.S
[299/585] Compiling ghash-neon-armv8-win.S
[300/585] Compiling ghash-armv4-linux.S
[300/585] Compiling ghash-neon-armv8-apple.S
[302/585] Compiling co-586-apple.S
[303/585] Compiling co-586-linux.S
[304/585] Compiling bsaes-armv7-linux.S
[305/585] Compiling bn-armv8-linux.S
[306/585] Compiling bn-armv8-win.S
[306/585] Compiling bn-armv8-apple.S
[308/585] Compiling bn-586-linux.S
[309/585] Compiling bn-586-apple.S
[310/585] Compiling armv8-mont-linux.S
[311/585] Compiling armv8-mont-win.S
[312/585] Compiling armv4-mont-linux.S
[313/585] Compiling aesv8-gcm-armv8-win.S
[314/585] Compiling armv8-mont-apple.S
[315/585] Compiling aesv8-gcm-armv8-linux.S
[316/585] Compiling aesv8-gcm-armv8-apple.S
[317/585] Compiling aesv8-armv8-linux.S
[318/585] Compiling aesv8-armv7-linux.S
[319/585] Compiling aesv8-armv8-win.S
[319/585] Compiling aesv8-armv8-apple.S
[321/585] Compiling aesni-x86_64-linux.S
[322/585] Compiling aesni-x86_64-apple.S
[323/585] Compiling aesni-x86-linux.S
[324/585] Compiling aesni-x86-apple.S
[325/585] Compiling aesni-gcm-x86_64-linux.S
[326/585] Compiling aesni-gcm-x86_64-apple.S
[327/585] Compiling aes-gcm-avx2-x86_64-apple.S
[328/585] Compiling aes-gcm-avx10-x86_64-linux.S
[329/585] Compiling aes-gcm-avx10-x86_64-apple.S
[330/585] Compiling aes-gcm-avx2-x86_64-linux.S
[331/585] Compiling x_x509a.cc
[332/585] Compiling x_val.cc
[333/585] Compiling x_sig.cc
[334/585] Compiling x_x509.cc
[335/585] Compiling x_req.cc
[336/585] Compiling x_spki.cc
[337/585] Compiling x_pubkey.cc
[338/585] Compiling x_name.cc
[339/585] Compiling x_algor.cc
[340/585] Compiling x_crl.cc
[341/585] Compiling x_all.cc
[342/585] Compiling x_exten.cc
[343/585] Compiling x_attrib.cc
[344/585] Compiling x509spki.cc
[345/585] Compiling x509rset.cc
[346/585] Compiling x509name.cc
[347/585] Compiling x509_vpm.cc
[348/585] Compiling x509cset.cc
[350/585] Compiling SwiftProtobuf api.pb.swift
[351/585] Compiling SwiftProtobuf descriptor.pb.swift
[352/585] Compiling SwiftProtobuf duration.pb.swift
[353/585] Compiling SwiftProtobuf empty.pb.swift
[354/585] Compiling SwiftProtobuf field_mask.pb.swift
[355/585] Compiling SwiftProtobuf source_context.pb.swift
[356/585] Compiling SwiftProtobuf struct.pb.swift
[357/585] Compiling SwiftProtobuf timestamp.pb.swift
[358/585] Compiling SwiftProtobuf type.pb.swift
[359/585] Compiling SwiftProtobuf wrappers.pb.swift
[360/585] Compiling SwiftProtobuf resource_bundle_accessor.swift
[360/585] Compiling x509_txt.cc
[362/586] Compiling x509_vfy.cc
[363/586] Compiling x509_v3.cc
[364/586] Compiling x509_trs.cc
[365/586] Compiling x509_set.cc
[366/586] Compiling x509_req.cc
[367/586] Compiling x509_lu.cc
[368/586] Compiling x509_obj.cc
[369/586] Compiling x509_ext.cc
[370/586] Compiling x509_def.cc
[371/586] Compiling x509_cmp.cc
[372/586] Compiling x509_d2.cc
[373/586] Compiling x509.cc
[374/586] Compiling x509_att.cc
[375/586] Compiling v3_prn.cc
[376/586] Compiling v3_skey.cc
[377/586] Compiling v3_utl.cc
[378/586] Compiling v3_purp.cc
[379/586] Compiling v3_pmaps.cc
[380/586] Compiling v3_ocsp.cc
[381/586] Compiling v3_pcons.cc
[382/586] Compiling v3_lib.cc
[383/586] Compiling v3_ia5.cc
[384/586] Compiling v3_info.cc
[385/586] Compiling v3_ncons.cc
[386/586] Compiling v3_int.cc
[387/586] Compiling v3_cpols.cc
[388/586] Compiling v3_extku.cc
[389/586] Compiling v3_crld.cc
[390/586] Compiling v3_genn.cc
[391/586] Compiling v3_enum.cc
[392/586] Compiling v3_conf.cc
[393/586] Compiling v3_bitst.cc
[394/586] Compiling v3_bcons.cc
[395/586] Compiling v3_alt.cc
[396/586] Compiling v3_akeya.cc
[397/586] Compiling v3_akey.cc
[398/586] Compiling t_x509a.cc
[399/586] Compiling t_x509.cc
[400/586] Compiling rsa_pss.cc
[401/586] Compiling t_crl.cc
[402/586] Compiling t_req.cc
[403/586] Compiling i2d_pr.cc
[404/586] Compiling policy.cc
[405/586] Compiling name_print.cc
[406/586] Compiling by_file.cc
[407/586] Compiling by_dir.cc
[408/586] Compiling a_verify.cc
[409/586] Compiling algorithm.cc
[410/586] Compiling asn1_gen.cc
[411/586] Compiling thread_win.cc
[412/586] Compiling a_sign.cc
[413/586] Compiling thread_pthread.cc
[414/586] Compiling a_digest.cc
[415/586] Compiling thread_none.cc
[416/586] Compiling voprf.cc
[417/586] Compiling trust_token.cc
[418/586] Compiling thread.cc
[419/586] Compiling stack.cc
[420/586] Compiling pmbtoken.cc
[421/586] Compiling siphash.cc
[422/586] Compiling sha512.cc
[423/586] Compiling sha256.cc
[424/586] Compiling sha1.cc
[425/586] Compiling slhdsa.cc
[426/586] Compiling rsa_extra.cc
[427/586] Compiling rsa_print.cc
[428/586] Compiling spake2plus.cc
[429/586] Compiling rc4.cc
[430/586] Compiling refcount.cc
[431/586] Compiling rsa_crypt.cc
[432/586] Compiling windows.cc
[433/586] Compiling trusty.cc
[434/586] Compiling rand.cc
[435/586] Compiling urandom.cc
[436/586] Compiling rsa_asn1.cc
[437/586] Compiling passive.cc
[438/586] Compiling getentropy.cc
[439/586] Compiling poly1305_arm_asm.S
[440/586] Compiling deterministic.cc
[441/586] Compiling ios.cc
[442/586] Compiling forkunsafe.cc
[443/586] Compiling fork_detect.cc
[444/586] Compiling poly1305.cc
[445/586] Compiling poly1305_vec.cc
[446/586] Compiling poly1305_arm.cc
[447/586] Compiling pool.cc
[448/586] Compiling pkcs8_x509.cc
[449/586] Compiling pkcs7.cc
[450/586] Compiling p5_pbev2.cc
[451/586] Compiling pkcs8.cc
[452/586] Compiling pkcs7_x509.cc
[453/586] Compiling pem_xaux.cc
[454/586] Compiling pem_x509.cc
[455/586] Compiling pem_pk8.cc
[456/586] Compiling pem_pkey.cc
[457/586] Compiling mlkem.cc
[458/586] Compiling pem_oth.cc
[459/586] Compiling mldsa.cc
[460/586] Compiling pem_lib.cc
[461/586] Compiling obj_xref.cc
[462/586] Compiling pem_info.cc
[463/586] Compiling mem.cc
[464/586] Compiling pem_all.cc
[465/586] Compiling md4.cc
[466/586] Compiling fips_shared_support.cc
[467/586] Compiling md5.cc
[468/586] Compiling obj.cc
[469/586] Compiling poly_rq_mul.S
[470/586] Compiling lhash.cc
[471/586] Compiling scrypt.cc
[472/586] Compiling ex_data.cc
[473/586] Compiling sign.cc
[474/586] Compiling kyber.cc
[475/586] Compiling print.cc
[476/586] Compiling hrss.cc
[477/586] Compiling pbkdf.cc
[478/586] Compiling hpke.cc
[479/586] Compiling p_x25519.cc
[480/586] Compiling p_x25519_asn1.cc
[481/586] Compiling p_ed25519.cc
[482/586] Compiling p_rsa_asn1.cc
[483/586] Compiling p_rsa.cc
[484/586] Compiling p_hkdf.cc
[485/586] Compiling p_ed25519_asn1.cc
[486/586] Compiling p_ec.cc
[487/586] Compiling p_dh_asn1.cc
[488/586] Compiling p_ec_asn1.cc
[489/586] Compiling evp_ctx.cc
[490/586] Compiling p_dh.cc
[491/586] Compiling p_dsa_asn1.cc
[492/586] Compiling evp.cc
[493/586] Compiling evp_asn1.cc
[494/586] Compiling err.cc
[495/586] Compiling ecdh.cc
[496/586] Compiling engine.cc
[497/586] Compiling hash_to_curve.cc
[498/586] Compiling ec_derive.cc
[499/586] Compiling ecdsa_asn1.cc
[500/586] Compiling dsa.cc
[501/586] Compiling params.cc
[502/586] Compiling ec_asn1.cc
[503/586] Compiling dsa_asn1.cc
[504/586] Compiling x25519-asm-arm.S
[505/586] Compiling des.cc
[506/586] Compiling digest_extra.cc
[507/586] Compiling dh_asn1.cc
[508/586] Compiling spake25519.cc
[509/586] Compiling crypto.cc
[510/586] Compiling cpu_arm_linux.cc
[511/586] Compiling cpu_intel.cc
[512/586] Compiling cpu_arm_freebsd.cc
[513/586] Compiling curve25519.cc
[514/586] Compiling cpu_aarch64_sysreg.cc
[515/586] Compiling cpu_aarch64_win.cc
[516/586] Compiling cpu_aarch64_openbsd.cc
[517/586] Compiling curve25519_64_adx.cc
[518/586] Compiling cpu_aarch64_linux.cc
[519/586] Compiling cpu_aarch64_fuchsia.cc
[520/586] Compiling bcm.cc
[521/586] Compiling conf.cc
[522/586] Compiling e_tls.cc
[523/586] Compiling get_cipher.cc
[524/586] Compiling cpu_aarch64_apple.cc
[525/586] Compiling tls_cbc.cc
[526/586] Compiling e_rc4.cc
[527/586] Compiling e_null.cc
[528/586] Compiling e_des.cc
[529/586] Compiling e_chacha20poly1305.cc
[530/586] Compiling e_rc2.cc
[531/586] Compiling e_aesgcmsiv.cc
[532/586] Compiling e_aesctrhmac.cc
[533/586] Compiling derive_key.cc
[534/586] Compiling chacha.cc
[535/586] Compiling unicode.cc
[536/586] Compiling cbb.cc
[537/586] Compiling ber.cc
[538/586] Compiling asn1_compat.cc
[539/586] Compiling cbs.cc
[540/586] Compiling buf.cc
[541/586] Compiling blake2.cc
[542/586] Compiling convert.cc
[543/586] Compiling printf.cc
[544/586] Compiling bn_asn1.cc
[545/586] Compiling socket_helper.cc
[546/586] Compiling pair.cc
[547/586] Compiling socket.cc
[548/586] Compiling file.cc
[549/586] Compiling hexdump.cc
[550/586] Compiling fd.cc
[551/586] Compiling errno.cc
[552/586] Compiling bio_mem.cc
[553/586] Compiling connect.cc
[554/586] Compiling bio.cc
[555/586] Compiling base64.cc
[556/586] Compiling tasn_enc.cc
[557/586] Compiling tasn_utl.cc
[558/586] Compiling tasn_fre.cc
[559/586] Compiling tasn_typ.cc
[560/586] Compiling posix_time.cc
[561/586] Compiling f_string.cc
[562/586] Compiling f_int.cc
[563/586] Compiling tasn_dec.cc
[564/586] Compiling asn1_par.cc
[565/586] Compiling asn_pack.cc
[566/586] Compiling tasn_new.cc
[567/586] Compiling asn1_lib.cc
[568/586] Compiling a_type.cc
[569/586] Compiling a_utctm.cc
[570/586] Compiling a_octet.cc
[571/586] Compiling a_time.cc
[572/586] Compiling a_i2d_fp.cc
[573/586] Compiling a_mbstr.cc
[574/586] Compiling a_strnid.cc
[575/586] Compiling a_object.cc
[576/586] Compiling a_strex.cc
[577/586] Compiling a_int.cc
[577/586] Write sources
[579/586] Compiling a_gentm.cc
[580/586] Compiling a_dup.cc
[580/586] Compiling a_d2i_fp.cc
[582/605] Compiling a_bitstr.cc
[583/605] Compiling a_bool.cc
[585/605] Compiling Atomics UnsafeAtomic.swift
[586/605] Compiling Atomics UnsafeAtomicLazyReference.swift
[587/605] Compiling Atomics ManagedAtomic.swift
[588/605] Compiling Atomics ManagedAtomicLazyReference.swift
[589/607] Compiling Atomics AtomicMemoryOrderings.swift
[590/607] Compiling Atomics DoubleWord.swift
[591/607] Compiling Atomics OptionalRawRepresentable.swift
[592/607] Compiling Atomics RawRepresentable.swift
[593/607] Compiling Atomics AtomicBool.swift
[594/607] Compiling Atomics Primitives.shims.swift
[595/607] Compiling Atomics AtomicInteger.swift
[596/607] Compiling Atomics AtomicOptionalWrappable.swift
[597/607] Compiling Atomics AtomicReference.swift
[598/607] Compiling Atomics AtomicStorage.swift
[599/607] Compiling Atomics AtomicValue.swift
[600/607] Compiling Atomics IntegerOperations.swift
[601/607] Compiling Atomics Unmanaged extensions.swift
[601/607] Compiling c-nioatomics.c
[603/607] Emitting module Atomics
[603/607] Compiling c-atomics.c
[605/613] Compiling Atomics IntegerConformances.swift
[606/613] Compiling Atomics PointerConformances.swift
[607/613] Compiling Atomics Primitives.native.swift
[609/614] Compiling NIOConcurrencyHelpers lock.swift
[610/614] Emitting module NIOConcurrencyHelpers
[611/614] Compiling NIOConcurrencyHelpers NIOLock.swift
[612/614] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[613/614] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[614/614] Compiling NIOConcurrencyHelpers atomics.swift
[616/674] Compiling NIOCore MarkedCircularBuffer.swift
[617/674] Compiling NIOCore MulticastChannel.swift
[618/674] Compiling NIOCore NIOAny.swift
[619/674] Compiling NIOCore NIOCloseOnErrorHandler.swift
[620/674] Compiling NIOCore NIOLoopBound.swift
[621/674] Compiling NIOCore NIOScheduledCallback.swift
[622/674] Compiling NIOCore NIOSendable.swift
[623/674] Compiling NIOCore RecvByteBufferAllocator.swift
[624/674] Compiling NIOCore EventLoop.swift
[625/674] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[626/674] Compiling NIOCore EventLoopFuture+Deprecated.swift
[627/674] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[628/674] Compiling NIOCore EventLoopFuture.swift
[629/674] Compiling NIOCore FileDescriptor.swift
[630/674] Compiling NIOCore FileHandle.swift
[631/674] Compiling NIOCore FileRegion.swift
[632/682] Compiling NIOCore AddressedEnvelope.swift
[633/682] Compiling NIOCore AsyncAwaitSupport.swift
[634/682] Compiling NIOCore AsyncChannel.swift
[635/682] Compiling NIOCore AsyncChannelHandler.swift
[636/682] Compiling NIOCore AsyncChannelInboundStream.swift
[637/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[638/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[639/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[640/682] Compiling NIOCore NIOAsyncWriter.swift
[641/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[642/682] Compiling NIOCore BSDSocketAPI.swift
[643/682] Compiling NIOCore ByteBuffer-aux.swift
[644/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[645/682] Compiling NIOCore ByteBuffer-conversions.swift
[646/682] Compiling NIOCore ByteBuffer-core.swift
[647/682] Compiling NIOCore ByteBuffer-hex.swift
[648/682] Compiling NIOCore ByteBuffer-int.swift
[649/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[650/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[651/682] Compiling NIOCore SocketAddresses.swift
[652/682] Compiling NIOCore SocketOptionProvider.swift
[653/682] Compiling NIOCore SystemCallHelpers.swift
[654/682] Compiling NIOCore TimeAmount+Duration.swift
[655/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[656/682] Compiling NIOCore UniversalBootstrapSupport.swift
[657/682] Compiling NIOCore Utilities.swift
[658/682] Compiling NIOCore ByteBuffer-multi-int.swift
[659/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[660/682] Compiling NIOCore ByteBuffer-views.swift
[661/682] Compiling NIOCore Channel.swift
[662/682] Compiling NIOCore ChannelHandler.swift
[663/682] Compiling NIOCore ChannelHandlers.swift
[664/682] Compiling NIOCore ChannelInvoker.swift
[665/682] Compiling NIOCore ChannelOption.swift
[666/682] Compiling NIOCore ChannelPipeline.swift
[667/682] Compiling NIOCore CircularBuffer.swift
[668/682] Compiling NIOCore Codec.swift
[669/682] Compiling NIOCore ConvenienceOptionSupport.swift
[670/682] Compiling NIOCore DeadChannel.swift
[671/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[672/682] Compiling NIOCore EventLoop+Deprecated.swift
[673/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[674/682] Compiling NIOCore GlobalSingletons.swift
[675/682] Compiling NIOCore IO.swift
[676/682] Compiling NIOCore IOData.swift
[677/682] Compiling NIOCore IPProtocol.swift
[678/682] Compiling NIOCore IntegerBitPacking.swift
[679/682] Compiling NIOCore IntegerTypes.swift
[680/682] Compiling NIOCore Interfaces.swift
[681/682] Compiling NIOCore Linux.swift
[682/682] Emitting module NIOCore
[684/734] Emitting module NIOEmbedded
[685/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[686/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[687/734] Compiling NIOEmbedded Embedded.swift
[689/735] Compiling NIOPosix PooledRecvBufferAllocator.swift
[690/735] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[691/735] Compiling NIOPosix PosixSingletons.swift
[692/735] Compiling NIOPosix RawSocketBootstrap.swift
[693/735] Compiling NIOPosix Resolver.swift
[694/735] Compiling NIOPosix Selectable.swift
[695/741] Emitting module NIOPosix
[696/741] Compiling NIOPosix SelectableChannel.swift
[697/741] Compiling NIOPosix SelectableEventLoop.swift
[698/741] Compiling NIOPosix SelectorEpoll.swift
[699/741] Compiling NIOPosix SelectorGeneric.swift
[700/741] Compiling NIOPosix SelectorKqueue.swift
[701/741] Compiling NIOPosix SelectorUring.swift
[702/741] Compiling NIOPosix ServerSocket.swift
[703/741] Compiling NIOPosix Socket.swift
[704/741] Compiling NIOPosix SocketChannel.swift
[705/741] Compiling NIOPosix SocketProtocols.swift
[706/741] Compiling NIOPosix System.swift
[707/741] Compiling NIOPosix Thread.swift
[708/741] Compiling NIOPosix ThreadPosix.swift
[709/741] Compiling NIOPosix ThreadWindows.swift
[710/741] Compiling NIOPosix UnsafeTransfer.swift
[711/741] Compiling NIOPosix Utilities.swift
[712/741] Compiling NIOPosix VsockAddress.swift
[713/741] Compiling NIOPosix VsockChannelEvents.swift
[714/741] Compiling NIOPosix IO.swift
[715/741] Compiling NIOPosix IntegerBitPacking.swift
[716/741] Compiling NIOPosix IntegerTypes.swift
[717/741] Compiling NIOPosix Linux.swift
[718/741] Compiling NIOPosix LinuxCPUSet.swift
[719/741] Compiling NIOPosix LinuxUring.swift
[720/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[721/741] Compiling NIOPosix NIOThreadPool.swift
[722/741] Compiling NIOPosix NonBlockingFileIO.swift
[723/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[724/741] Compiling NIOPosix PendingWritesManager.swift
[725/741] Compiling NIOPosix PipeChannel.swift
[726/741] Compiling NIOPosix PipePair.swift
[727/741] Compiling NIOPosix Pool.swift
[728/741] Compiling NIOPosix BSDSocketAPICommon.swift
[729/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[730/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[731/741] Compiling NIOPosix BaseSocket.swift
[732/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[733/741] Compiling NIOPosix BaseSocketChannel.swift
[734/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[735/741] Compiling NIOPosix Bootstrap.swift
[736/741] Compiling NIOPosix ControlMessage.swift
[737/741] Compiling NIOPosix DatagramVectorReadManager.swift
[738/741] Compiling NIOPosix Errors+Any.swift
[739/741] Compiling NIOPosix FileDescriptor.swift
[740/741] Compiling NIOPosix GetaddrinfoResolver.swift
[741/741] Compiling NIOPosix HappyEyeballs.swift
[743/744] Compiling NIO Exports.swift
[744/744] Emitting module NIO
[746/772] Compiling NIOTLS TLSEvents.swift
[747/772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[748/772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[749/772] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[750/772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[751/772] Emitting module NIOFoundationCompat
[752/772] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[753/772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[754/772] Compiling NIOTLS SNIHandler.swift
[755/772] Emitting module NIOTLS
[756/773] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[757/774] Emitting module NIOHTTP1
[760/776] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[761/776] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[762/776] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[763/776] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[764/827] Compiling NIOSSL SSLCertificate.swift
[765/827] Compiling NIOSSL SSLCertificateExtensions.swift
[766/827] Compiling NIOSSL SSLConnection.swift
[767/829] Compiling NIOSSL NIOSSLHandler.swift
[768/829] Compiling NIOSSL AndroidCABundle.swift
[769/829] Compiling NIOSSL ByteBufferBIO.swift
[770/829] Compiling NIOSSL LinuxCABundle.swift
[771/829] Compiling NIOSSL NIOSSLClientHandler.swift
[772/829] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[773/829] Compiling NIOSSL ObjectIdentifier.swift
[774/829] Compiling NIOSSL PosixPort.swift
[775/829] Compiling NIOSSL SSLCallbacks.swift
[776/829] Compiling NIOSSL SSLPKCS12Bundle.swift
[777/829] Compiling NIOSSL SSLPrivateKey.swift
[778/829] Compiling NIOSSL SSLPublicKey.swift
[779/829] Compiling NIOSSL SSLContext.swift
[780/829] Compiling NIOSSL SSLErrors.swift
[781/829] Compiling NIOSSL SSLInit.swift
[782/829] Emitting module NIOTransportServices
[783/829] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[784/829] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[785/829] Compiling NIOSSL CustomPrivateKey.swift
[786/829] Compiling NIOSSL IdentityVerification.swift
[787/829] Compiling NIOSSL NIOSSLServerHandler.swift
[806/860] Compiling NIOSSL SubjectAlternativeName.swift
[807/860] Compiling NIOSSL NIOSSLSecureBytes.swift
[808/860] Compiling NIOSSL RNG.swift
[809/860] Compiling NIOSSL SafeCompare.swift
[810/860] Compiling NIOSSL Zeroization.swift
[811/863] Compiling NIOHPACK IndexedHeaderTable.swift
[812/863] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[813/863] Compiling NIOExtras NIOExtrasError.swift
[814/866] Compiling NIOHPACK IntegerCoding.swift
[815/866] Compiling NIOExtras RequestResponseWithIDHandler.swift
[816/866] Compiling NIOExtras UnsafeTransfer.swift
[817/866] Compiling NIOExtras WritePCAPHandler.swift
[819/866] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[820/866] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[821/866] Compiling NIOExtras JSONRPCFraming.swift
[822/866] Compiling NIOExtras NIOLengthFieldBitLength.swift
[823/866] Compiling NIOExtras RequestResponseHandler.swift
[826/866] Compiling NIOExtras NIORequestIdentifiable.swift
[827/866] Compiling NIOExtras PCAPRingBuffer.swift
[828/866] Compiling NIOExtras QuiescingHelper.swift
[829/866] Compiling NIOHPACK StaticHeaderTable.swift
[830/866] Compiling NIOHPACK HuffmanTables.swift
[831/866] Compiling NIOHPACK HPACKHeader.swift
[832/866] Compiling NIOHPACK HeaderTables.swift
[835/866] Emitting module NIOSSL
[836/866] Compiling NIOHPACK DynamicHeaderTable.swift
[837/866] Compiling NIOHPACK HPACKDecoder.swift
[838/866] Compiling NIOHPACK HPACKEncoder.swift
[839/866] Compiling NIOHPACK HPACKErrors.swift
[844/866] Compiling NIOHPACK HuffmanCoding.swift
[845/866] Emitting module NIOHPACK
[846/866] Emitting module NIOExtras
[859/913] Compiling NIOHTTP2 LocallyQuiescingState.swift
[860/913] Compiling NIOHTTP2 QuiescingState.swift
[861/913] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[862/913] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[863/925] Compiling NIOHTTP2 ConnectionStreamsState.swift
[864/925] Compiling NIOHTTP2 MayReceiveFrames.swift
[865/926] Compiling NIOHTTP2 Error+Any.swift
[866/926] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[867/926] Compiling NIOHTTP2 ControlFrameBuffer.swift
[870/927] Compiling NIOHTTP2 MaySendFrames.swift
[871/927] Compiling NIOHTTP2 SendingDataState.swift
[872/927] Compiling NIOHTTP2 SendingGoawayState.swift
[873/927] Compiling NIOHTTP2 SendingHeadersState.swift
[874/927] Compiling NIOHTTP2 SendingPushPromiseState.swift
[875/927] Compiling NIOHTTP2 SendingRstStreamState.swift
[876/927] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[877/927] Compiling NIOHTTP2 HTTP2SettingsState.swift
[878/935] Emitting module NIOHTTP2
[879/935] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[880/935] Compiling NIOHTTP2 HasFlowControlWindows.swift
[881/935] Compiling NIOHTTP2 HasLocalSettings.swift
[882/935] Compiling NIOHTTP2 HasRemoteSettings.swift
[887/935] Compiling NIOHTTP2 InboundWindowManager.swift
[888/935] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[889/935] Compiling NIOHTTP2 StreamChannelFlowController.swift
[890/935] Compiling NIOHTTP2 StreamChannelList.swift
[891/935] Compiling NIOHTTP2 StreamMap.swift
[892/935] Compiling NIOHTTP2 StreamStateMachine.swift
[893/935] Compiling NIOHTTP2 UnsafeTransfer.swift
[894/935] Compiling NIOHTTP2 WatermarkedFlowController.swift
[895/935] Compiling NIOHTTP2 ConnectionStateMachine.swift
[898/935] Compiling NIOHTTP2 ReceivingDataState.swift
[899/935] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[900/935] Compiling NIOHTTP2 ReceivingHeadersState.swift
[901/935] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[902/935] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[903/935] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[904/935] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[905/935] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[906/935] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[907/935] Compiling NIOHTTP2 HTTP2StreamID.swift
[908/935] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[909/935] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[910/935] Compiling NIOHTTP2 HTTP2UserEvents.swift
[911/935] Compiling NIOHTTP2 InboundEventBuffer.swift
[912/935] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[913/935] Compiling NIOHTTP2 HTTP2Frame.swift
[914/935] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[915/935] Compiling NIOHTTP2 HTTP2FrameParser.swift
[916/935] Compiling NIOHTTP2 HTTP2PingData.swift
[917/935] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[918/935] Compiling NIOHTTP2 HTTP2Settings.swift
[919/935] Compiling NIOHTTP2 HTTP2Stream.swift
[920/935] Compiling NIOHTTP2 StateMachineResult.swift
[921/935] Compiling NIOHTTP2 ContentLengthVerifier.swift
[922/935] Compiling NIOHTTP2 DOSHeuristics.swift
[926/935] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[927/935] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[928/935] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[929/935] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[930/935] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[931/935] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[932/935] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[933/935] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[934/935] Compiling NIOHTTP2 HTTP2Error.swift
[935/935] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[937/1063] Compiling GRPC Array+BoundsCheck.swift
[938/1063] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[939/1063] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[940/1063] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[941/1063] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[942/1063] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[943/1063] Compiling GRPC ServerHandlerStateMachine.swift
[944/1063] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[945/1063] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[946/1063] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[947/1063] Compiling GRPC ServerInterceptorStateMachine.swift
[948/1063] Compiling GRPC StreamState.swift
[949/1063] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[950/1063] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[951/1063] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[952/1063] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[953/1063] Compiling GRPC GRPCAsyncRequestStream.swift
[954/1063] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[955/1080] Emitting module GRPC
[956/1080] Compiling GRPC ServerInterceptorContext.swift
[957/1080] Compiling GRPC ServerInterceptorPipeline.swift
[958/1080] Compiling GRPC ServerInterceptors.swift
[959/1080] Compiling GRPC InterceptorContextList.swift
[960/1080] Compiling GRPC LengthPrefixedMessageReader.swift
[961/1080] Compiling GRPC Logger.swift
[962/1080] Compiling GRPC LoggingServerErrorDelegate.swift
[963/1080] Compiling GRPC MessageEncodingHeaderValidator.swift
[964/1080] Compiling GRPC PlatformSupport.swift
[965/1080] Compiling GRPC ReadWriteStates.swift
[966/1080] Compiling GRPC Ref.swift
[967/1080] Compiling GRPC Serialization.swift
[968/1080] Compiling GRPC Server+NIOSSL.swift
[969/1080] Compiling GRPC Server.swift
[970/1080] Compiling GRPC ServerBuilder+NIOSSL.swift
[971/1080] Compiling GRPC ServerBuilder.swift
[972/1080] Compiling GRPC ServerCallContext.swift
[973/1080] Compiling GRPC StreamingResponseCallContext.swift
[974/1080] Compiling GRPC GRPCAsyncResponseStream.swift
[975/1080] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[976/1080] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[977/1080] Compiling GRPC GRPCAsyncServerCallContext.swift
[978/1080] Compiling GRPC GRPCAsyncServerHandler.swift
[979/1080] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[980/1080] Compiling GRPC GRPCAsyncUnaryCall.swift
[981/1080] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[982/1080] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[983/1080] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[984/1080] Compiling GRPC GRPCSendable.swift
[985/1080] Compiling GRPC NIOAsyncWrappers.swift
[986/1080] Compiling GRPC BidirectionalStreamingServerHandler.swift
[987/1080] Compiling GRPC ClientStreamingServerHandler.swift
[988/1080] Compiling GRPC ServerHandlerProtocol.swift
[989/1080] Compiling GRPC ServerStreamingServerHandler.swift
[990/1080] Compiling GRPC UnaryServerHandler.swift
[991/1080] Compiling GRPC CallOptions.swift
[992/1080] Compiling GRPC BidirectionalStreamingCall.swift
[993/1080] Compiling GRPC Call.swift
[994/1080] Compiling GRPC CallDetails.swift
[995/1080] Compiling GRPC ClientCall.swift
[996/1080] Compiling GRPC ClientStreamingCall.swift
[997/1080] Compiling GRPC LazyEventLoopPromise.swift
[998/1080] Compiling GRPC ResponseContainers.swift
[999/1080] Compiling GRPC ResponsePartContainer.swift
[1000/1080] Compiling GRPC ServerStreamingCall.swift
[1001/1080] Compiling GRPC UnaryCall.swift
[1002/1080] Compiling GRPC ClientConnection.swift
[1003/1080] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1004/1080] Compiling GRPC ClientErrorDelegate.swift
[1005/1080] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1006/1080] Compiling GRPC CompressionAlgorithm.swift
[1007/1080] Compiling GRPC DecompressionLimit.swift
[1008/1080] Compiling GRPC MessageEncoding.swift
[1009/1080] Compiling GRPC Zlib.swift
[1010/1080] Compiling GRPC UnaryResponseCallContext.swift
[1011/1080] Compiling GRPC ServerChannelErrorHandler.swift
[1012/1080] Compiling GRPC ServerErrorDelegate.swift
[1013/1080] Compiling GRPC ServerErrorProcessor.swift
[1014/1080] Compiling GRPC Stopwatch.swift
[1015/1080] Compiling GRPC StreamEvent.swift
[1016/1080] Compiling GRPC TLSVerificationHandler.swift
[1017/1080] Compiling GRPC TLSVersion.swift
[1018/1080] Compiling GRPC TimeLimit.swift
[1019/1080] Compiling GRPC UserInfo.swift
[1020/1080] Compiling GRPC Version.swift
[1021/1080] Compiling GRPC WebCORSHandler.swift
[1022/1080] Compiling GRPC WriteCapturingHandler.swift
[1023/1080] Compiling GRPC _EmbeddedThroughput.swift
[1024/1080] Compiling GRPC _FakeResponseStream.swift
[1025/1080] Compiling GRPC _GRPCClientCodecHandler.swift
[1026/1080] Compiling GRPC _MessageContext.swift
[1027/1080] Compiling GRPC ConnectionBackoff.swift
[1028/1080] Compiling GRPC ConnectionKeepalive.swift
[1029/1080] Compiling GRPC ConnectionManager+Delegates.swift
[1030/1080] Compiling GRPC ConnectionManager.swift
[1031/1080] Compiling GRPC ConnectionManagerChannelProvider.swift
[1032/1080] Compiling GRPC ConnectionManagerID.swift
[1033/1080] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1034/1080] Compiling GRPC ConnectionPool+Waiter.swift
[1035/1080] Compiling GRPC ConnectionPool.swift
[1036/1080] Compiling GRPC ConnectionPoolIDs.swift
[1037/1080] Compiling GRPC GRPCChannelPool.swift
[1038/1080] Compiling GRPC PoolManager.swift
[1039/1080] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1040/1080] Compiling GRPC PoolManagerStateMachine.swift
[1041/1080] Compiling GRPC PooledChannel.swift
[1042/1080] Compiling GRPC StreamLender.swift
[1043/1080] Compiling GRPC ConnectivityState.swift
[1044/1080] Compiling GRPC DebugOnly.swift
[1045/1080] Compiling GRPC DelegatingErrorHandler.swift
[1046/1080] Compiling GRPC Error+NIOSSL.swift
[1047/1080] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1048/1080] Compiling GRPC FakeChannel.swift
[1049/1080] Compiling GRPC ClientConnection+NIOSSL.swift
[1050/1080] Compiling GRPC ClientConnection+NWTLS.swift
[1051/1080] Compiling GRPC GRPCChannel.swift
[1052/1080] Compiling GRPC GRPCChannelBuilder.swift
[1053/1080] Compiling GRPC GRPCClient.swift
[1054/1080] Compiling GRPC GRPCClientChannelHandler.swift
[1055/1080] Compiling GRPC GRPCClientStateMachine.swift
[1056/1080] Compiling GRPC GRPCContentType.swift
[1057/1080] Compiling GRPC GRPCError.swift
[1058/1080] Compiling GRPC GRPCHeaderName.swift
[1059/1080] Compiling GRPC GRPCIdleHandler.swift
[1060/1080] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1061/1080] Compiling GRPC GRPCKeepaliveHandlers.swift
[1062/1080] Compiling GRPC GRPCPayload.swift
[1063/1080] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1064/1080] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1065/1080] Compiling GRPC GRPCServiceDescription.swift
[1066/1080] Compiling GRPC GRPCStatus.swift
[1067/1080] Compiling GRPC GRPCStatusAndMetadata.swift
[1068/1080] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1069/1080] Compiling GRPC GRPCTLSConfiguration.swift
[1070/1080] Compiling GRPC GRPCTimeout.swift
[1071/1080] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1072/1080] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1073/1080] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1074/1080] Compiling GRPC ClientInterceptorContext.swift
[1075/1080] Compiling GRPC ClientInterceptorPipeline.swift
[1076/1080] Compiling GRPC ClientInterceptorProtocol.swift
[1077/1080] Compiling GRPC ClientInterceptors.swift
[1078/1080] Compiling GRPC ClientTransport.swift
[1079/1080] Compiling GRPC ClientTransportFactory.swift
[1080/1080] Compiling GRPC MessageParts.swift
[1082/1083] Emitting module NTypes
[1083/1083] Compiling NTypes ntypes.pb.swift
Build complete! (257.61s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.