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 v1.4.3 (8b11a7), with Swift 6.1 for Linux on 29 Apr 2025 16:10:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: v1.4.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/piotrkowalczuk/ntypes
 * tag               v1.4.3     -> FETCH_HEAD
HEAD is now at 8b11a7b swift support (testing) (#22)
Cloned https://github.com/piotrkowalczuk/ntypes.git
Revision (git rev-parse @):
8b11a7bd38d657f773e14095a8b41b08b5ce497e
SUCCESS checkout https://github.com/piotrkowalczuk/ntypes.git at v1.4.3
========================================
Build
========================================
Selected platform:         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-1":/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.51s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
[1/50696] Fetching grpc-swift
[10141/89200] Fetching grpc-swift, swift-protobuf
[10649/159445] Fetching grpc-swift, swift-protobuf, swift-syntax
Fetched https://github.com/grpc/grpc-swift.git from cache (2.42s)
[100732/108749] Fetching swift-protobuf, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.11s)
Fetched https://github.com/apple/swift-protobuf.git from cache (8.13s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (8.78s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.25.0 (3.75s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5662] Fetching swift-nio-extras
[1474/8281] Fetching swift-nio-extras, swift-nio-transport-services
[2245/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[4252/13822] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log
[13823/28615] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.75s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.86s)
[7169/20334] Fetching swift-atomics, swift-log, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
[1924/14793] Fetching swift-nio-ssl
[4144/26297] Fetching swift-nio-ssl, swift-nio-http2
[9337/101847] Fetching swift-nio-ssl, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.15s)
[52568/90343] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.44s)
[48631/75550] Fetching swift-nio
[50620/91819] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio.git from cache (6.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.18s)
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.90s)
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.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.48s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.16s)
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.87s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
[1/5903] Fetching swift-algorithms
[946/6807] Fetching swift-algorithms, swift-http-types
[1593/7934] Fetching swift-algorithms, swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.85s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.90s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.89s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.56s)
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 (2.14s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.86s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.60s)
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.73s)
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.85s)
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-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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.25.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-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/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-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.29.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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
[24/439] Compiling CNIOWindows shim.c
[25/439] Compiling CNIOWindows WSAStartup.c
[26/439] Compiling CNIOWASI CNIOWASI.c
[27/439] Compiling CNIOLinux liburing_shims.c
[28/439] Compiling _AtomicsShims.c
[29/439] Compiling CNIODarwin shim.c
[30/439] Compiling CNIOLLHTTP c_nio_http.c
[31/439] Compiling fiat_p256_adx_sqr.S
[32/439] Compiling fiat_p256_adx_mul.S
[33/439] Compiling CNIOLinux shim.c
[34/439] Compiling fiat_curve25519_adx_square.S
[35/439] Compiling CNIOLLHTTP c_nio_api.c
[36/439] Compiling fiat_curve25519_adx_mul.S
[37/439] Write swift-version-24593BA9C3E375BF.txt
[38/439] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/439] Compiling CNIOBoringSSLShims shims.c
[40/445] Compiling tls13_client.cc
[42/445] Emitting module _NIODataStructures
[42/445] Compiling tls_record.cc
[43/445] Compiling tls13_enc.cc
[44/445] Compiling tls_method.cc
[45/507] Compiling tls13_server.cc
[46/513] Compiling tls13_both.cc
[48/550] Emitting module Logging
[48/550] Compiling ssl_versions.cc
[49/550] Compiling t1_enc.cc
[51/550] Compiling _NIODataStructures _TinyArray.swift
[52/550] Emitting module _NIOBase64
[53/550] Compiling _NIOBase64 Base64.swift
[54/551] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/551] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/551] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[57/551] Emitting module InternalCollectionsUtilities
[58/553] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/553] Compiling InternalCollectionsUtilities Specialize.swift
[60/553] Compiling InternalCollectionsUtilities Debugging.swift
[61/553] Compiling InternalCollectionsUtilities Descriptions.swift
[62/553] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/553] Compiling InternalCollectionsUtilities Integer rank.swift
[64/553] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/553] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/553] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/553] Compiling _NIODataStructures PriorityQueue.swift
[69/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/553] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/553] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/553] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/553] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/553] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/554] Compiling ssl_x509.cc
[77/554] Compiling _NIODataStructures Heap.swift
[78/554] Compiling Logging MetadataProvider.swift
[79/554] Compiling Logging LogHandler.swift
[80/554] Compiling Logging Locks.swift
[81/555] Compiling Logging Logging.swift
[81/556] Compiling ssl_transcript.cc
[85/571] Compiling DequeModule Deque+CustomReflectable.swift
[86/571] Compiling DequeModule Deque+Descriptions.swift
[86/573] Compiling ssl_stat.cc
[88/573] Compiling DequeModule _DequeBuffer.swift
[89/573] Compiling DequeModule _DequeBufferHeader.swift
[90/573] Compiling DequeModule Deque+Equatable.swift
[91/573] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/573] Compiling DequeModule _DequeSlot.swift
[93/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/573] Compiling ssl_session.cc
[95/573] Compiling DequeModule Deque+Extras.swift
[96/573] Compiling DequeModule Deque+Hashable.swift
[97/573] Compiling DequeModule Deque._UnsafeHandle.swift
[98/573] Compiling DequeModule Deque.swift
[99/573] Compiling DequeModule Deque+Testing.swift
[100/573] Compiling DequeModule Deque._Storage.swift
[100/573] Compiling ssl_privkey.cc
[102/573] Compiling DequeModule Deque+Codable.swift
[103/573] Compiling DequeModule Deque+Collection.swift
[104/573] Emitting module DequeModule
[105/574] Compiling ssl_file.cc
[107/574] Compiling SwiftProtobuf Message+JSONAdditions.swift
[108/574] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[109/574] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[110/574] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[111/574] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[112/574] Compiling SwiftProtobuf Message.swift
[113/574] Compiling SwiftProtobuf MessageExtension.swift
[114/574] Compiling SwiftProtobuf NameMap.swift
[115/574] Compiling SwiftProtobuf PathDecoder.swift
[116/574] Compiling SwiftProtobuf PathVisitor.swift
[117/574] Compiling SwiftProtobuf ProtoNameProviding.swift
[118/574] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[118/585] Compiling ssl_lib.cc
[126/585] Compiling SwiftProtobuf ExtensionFields.swift
[127/585] Compiling SwiftProtobuf ExtensionMap.swift
[128/585] Compiling SwiftProtobuf FieldTag.swift
[129/585] Compiling SwiftProtobuf FieldTypes.swift
[130/585] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[131/585] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[132/585] Emitting module SwiftProtobuf
[132/585] Compiling ssl_key_share.cc
[134/585] Compiling SwiftProtobuf JSONDecodingOptions.swift
[135/585] Compiling SwiftProtobuf JSONEncoder.swift
[136/585] Compiling SwiftProtobuf JSONEncodingError.swift
[137/585] Compiling SwiftProtobuf JSONEncodingOptions.swift
[138/585] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[139/585] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[140/585] Compiling SwiftProtobuf JSONScanner.swift
[141/585] Compiling SwiftProtobuf MathUtils.swift
[142/585] Compiling SwiftProtobuf Message+AnyAdditions.swift
[143/585] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[144/585] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[145/585] Compiling SwiftProtobuf Message+FieldMask.swift
[145/585] Compiling ssl_credential.cc
[146/585] Compiling ssl_cipher.cc
[147/585] Compiling ssl_cert.cc
[149/585] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[150/585] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[151/585] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[152/585] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[153/585] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[154/585] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[155/585] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[156/585] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[157/585] Compiling SwiftProtobuf HashVisitor.swift
[158/585] Compiling SwiftProtobuf Internal.swift
[159/585] Compiling SwiftProtobuf JSONDecoder.swift
[160/585] Compiling SwiftProtobuf JSONDecodingError.swift
[161/585] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[162/585] Compiling SwiftProtobuf TextFormatScanner.swift
[163/585] Compiling SwiftProtobuf TimeUtils.swift
[164/585] Compiling SwiftProtobuf UnknownStorage.swift
[165/585] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[166/585] Compiling SwiftProtobuf Varint.swift
[167/585] Compiling SwiftProtobuf Version.swift
[168/585] Compiling SwiftProtobuf Visitor.swift
[169/585] Compiling SwiftProtobuf WireFormat.swift
[170/585] Compiling SwiftProtobuf ZigZag.swift
[171/585] Compiling SwiftProtobuf any.pb.swift
[172/585] Compiling SwiftProtobuf ProtobufMap.swift
[173/585] Compiling SwiftProtobuf SelectiveVisitor.swift
[174/585] Compiling SwiftProtobuf SimpleExtensionMap.swift
[175/585] Compiling SwiftProtobuf StringUtils.swift
[176/585] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[177/585] Compiling SwiftProtobuf SwiftProtobufError.swift
[178/585] Compiling SwiftProtobuf TextFormatDecoder.swift
[179/585] Compiling SwiftProtobuf TextFormatDecodingError.swift
[180/585] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[181/585] Compiling SwiftProtobuf TextFormatEncoder.swift
[182/585] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[182/585] Compiling ssl_buffer.cc
[183/585] Compiling ssl_aead_ctx.cc
[184/585] Compiling ssl_asn1.cc
[185/585] Compiling s3_pkt.cc
[198/585] Compiling s3_lib.cc
[199/585] Compiling s3_both.cc
[200/585] Compiling handshake_server.cc
[201/585] Compiling handshake_client.cc
[202/585] Compiling handshake.cc
[203/585] Compiling handoff.cc
[204/585] Compiling extensions.cc
[205/585] Compiling encrypted_client_hello.cc
[206/585] Compiling dtls_record.cc
[207/585] Compiling md5-x86_64-linux.S
[208/585] Compiling md5-x86_64-apple.S
[209/585] Compiling md5-586-linux.S
[210/585] Compiling md5-586-apple.S
[211/585] Compiling err_data.cc
[212/585] Compiling dtls_method.cc
[213/585] Compiling chacha20_poly1305_x86_64-apple.S
[214/585] Compiling chacha20_poly1305_x86_64-linux.S
[215/585] Compiling chacha20_poly1305_armv8-win.S
[216/585] Compiling chacha20_poly1305_armv8-linux.S
[217/585] Compiling d1_srtp.cc
[218/585] Compiling chacha20_poly1305_armv8-apple.S
[219/585] Compiling chacha-x86_64-linux.S
[220/585] Compiling chacha-x86_64-apple.S
[221/585] Compiling d1_pkt.cc
[222/585] Compiling chacha-x86-linux.S
[223/585] Compiling bio_ssl.cc
[224/585] Compiling chacha-x86-apple.S
[225/585] Compiling chacha-armv8-win.S
[226/585] Compiling chacha-armv8-linux.S
[227/585] Compiling chacha-armv4-linux.S
[228/585] Compiling chacha-armv8-apple.S
[229/585] Compiling aes128gcmsiv-x86_64-linux.S
[230/585] Compiling aes128gcmsiv-x86_64-apple.S
[231/585] Compiling x86-mont-linux.S
[232/585] Compiling x86_64-mont-apple.S
[233/585] Compiling x86_64-mont5-apple.S
[234/585] Compiling x86_64-mont5-linux.S
[235/585] Compiling x86_64-mont-linux.S
[236/585] Compiling vpaes-x86_64-linux.S
[237/585] Compiling vpaes-x86_64-apple.S
[237/585] Compiling x86-mont-apple.S
[239/585] Compiling vpaes-x86-linux.S
[240/585] Compiling vpaes-x86-apple.S
[241/585] Compiling vpaes-armv8-win.S
[242/585] Compiling vpaes-armv8-linux.S
[243/585] Compiling vpaes-armv8-apple.S
[244/585] Compiling vpaes-armv7-linux.S
[245/585] Compiling sha512-armv8-win.S
[246/585] Compiling sha512-x86_64-linux.S
[247/585] Compiling sha512-x86_64-apple.S
[248/585] Compiling sha512-armv8-linux.S
[249/585] Compiling sha512-armv8-apple.S
[250/585] Compiling d1_lib.cc
[251/585] Compiling sha512-586-linux.S
[252/585] Compiling sha512-armv4-linux.S
[253/585] Compiling sha512-586-apple.S
[254/585] Compiling sha256-armv8-win.S
[255/585] Compiling sha256-x86_64-apple.S
[256/585] Compiling sha256-x86_64-linux.S
[256/585] Compiling sha256-armv8-linux.S
[258/585] Compiling sha256-586-linux.S
[259/585] Compiling sha256-armv8-apple.S
[260/585] Compiling sha256-armv4-linux.S
[261/585] Compiling sha256-586-apple.S
[262/585] Compiling sha1-x86_64-apple.S
[263/585] Compiling sha1-x86_64-linux.S
[264/585] Compiling sha1-armv8-win.S
[265/585] Compiling sha1-armv8-linux.S
[266/585] Compiling sha1-armv8-apple.S
[267/585] Compiling sha1-armv4-large-linux.S
[268/585] Compiling sha1-586-apple.S
[269/585] Compiling sha1-586-linux.S
[270/585] Compiling rsaz-avx2-apple.S
[271/585] Compiling rdrand-x86_64-linux.S
[272/585] Compiling rsaz-avx2-linux.S
[273/585] Compiling rdrand-x86_64-apple.S
[274/585] Compiling p256_beeu-x86_64-asm-apple.S
[275/585] Compiling p256_beeu-x86_64-asm-linux.S
[276/585] Compiling p256_beeu-armv8-asm-win.S
[277/585] Compiling p256_beeu-armv8-asm-apple.S
[278/585] Compiling p256-x86_64-asm-apple.S
[278/585] Compiling p256_beeu-armv8-asm-linux.S
[280/585] Compiling p256-armv8-asm-win.S
[281/585] Compiling p256-x86_64-asm-linux.S
[282/585] Compiling p256-armv8-asm-linux.S
[283/585] Compiling ghashv8-armv8-win.S
[284/585] Compiling p256-armv8-asm-apple.S
[285/585] Compiling ghashv8-armv8-linux.S
[286/585] Compiling ghashv8-armv7-linux.S
[287/585] Compiling ghashv8-armv8-apple.S
[288/585] Compiling ghash-x86_64-linux.S
[289/585] Compiling ghash-x86_64-apple.S
[290/585] Compiling ghash-x86-apple.S
[291/585] Compiling ghash-x86-linux.S
[292/585] Compiling ghash-ssse3-x86_64-apple.S
[293/585] Compiling ghash-ssse3-x86-linux.S
[294/585] Compiling ghash-ssse3-x86_64-linux.S
[295/585] Compiling ghash-ssse3-x86-apple.S
[296/585] Compiling ghash-neon-armv8-win.S
[297/585] Compiling ghash-neon-armv8-apple.S
[298/585] Compiling co-586-linux.S
[299/585] Compiling ghash-neon-armv8-linux.S
[300/585] Compiling co-586-apple.S
[301/585] Compiling ghash-armv4-linux.S
[302/585] Compiling bsaes-armv7-linux.S
[303/585] Compiling bn-armv8-win.S
[304/585] Compiling bn-armv8-apple.S
[304/585] Compiling bn-armv8-linux.S
[306/585] Compiling bn-586-apple.S
[307/585] Compiling bn-586-linux.S
[308/585] Compiling armv8-mont-linux.S
[309/585] Compiling armv8-mont-win.S
[310/585] Compiling armv8-mont-apple.S
[311/585] Compiling d1_both.cc
[312/585] Compiling armv4-mont-linux.S
[313/585] Compiling aesv8-gcm-armv8-linux.S
[314/585] Compiling aesv8-gcm-armv8-win.S
[315/585] Compiling aesv8-gcm-armv8-apple.S
[316/585] Compiling aesv8-armv8-win.S
[317/585] Compiling aesv8-armv8-linux.S
[318/585] Compiling aesv8-armv8-apple.S
[319/585] Compiling aesv8-armv7-linux.S
[320/585] Compiling aesni-x86_64-apple.S
[321/585] Compiling aesni-x86_64-linux.S
[322/585] Compiling aesni-x86-apple.S
[323/585] Compiling aesni-x86-linux.S
[324/585] Compiling aesni-gcm-x86_64-apple.S
[325/585] Compiling aesni-gcm-x86_64-linux.S
[326/585] Compiling aes-gcm-avx2-x86_64-apple.S
[327/585] Compiling aes-gcm-avx2-x86_64-linux.S
[328/585] Compiling aes-gcm-avx10-x86_64-apple.S
[329/585] Compiling aes-gcm-avx10-x86_64-linux.S
[330/585] Compiling x_sig.cc
[331/585] Compiling x_x509a.cc
[332/585] Compiling x_val.cc
[333/585] Compiling x_spki.cc
[334/585] Compiling x_req.cc
[335/585] Compiling x_x509.cc
[336/585] Compiling x_pubkey.cc
[337/585] Compiling x_name.cc
[338/585] Compiling x_exten.cc
[339/585] Compiling x_attrib.cc
[340/585] Compiling x509spki.cc
[341/585] Compiling x_algor.cc
[342/585] Compiling x_all.cc
[343/585] Compiling x_crl.cc
[344/585] Compiling x509rset.cc
[345/585] Compiling x509name.cc
[346/585] Compiling x509_txt.cc
[347/585] Compiling x509_vpm.cc
[348/585] Compiling x509_v3.cc
[349/585] Compiling x509cset.cc
[350/585] Compiling x509_vfy.cc
[351/585] Compiling x509_set.cc
[352/585] Compiling x509_obj.cc
[353/585] Compiling x509_trs.cc
[354/585] Compiling x509_lu.cc
[355/585] Compiling x509_req.cc
[356/585] Compiling x509_def.cc
[357/585] Compiling x509_ext.cc
[358/585] Compiling x509_d2.cc
[359/585] Compiling x509_att.cc
[360/585] Compiling x509_cmp.cc
[361/585] Compiling x509.cc
[362/585] Compiling v3_utl.cc
[364/585] Compiling SwiftProtobuf api.pb.swift
[365/585] Compiling SwiftProtobuf descriptor.pb.swift
[366/585] Compiling SwiftProtobuf duration.pb.swift
[367/585] Compiling SwiftProtobuf empty.pb.swift
[368/585] Compiling SwiftProtobuf field_mask.pb.swift
[369/585] Compiling SwiftProtobuf source_context.pb.swift
[370/585] Compiling SwiftProtobuf struct.pb.swift
[371/585] Compiling SwiftProtobuf timestamp.pb.swift
[372/585] Compiling SwiftProtobuf type.pb.swift
[373/585] Compiling SwiftProtobuf wrappers.pb.swift
[374/585] Compiling SwiftProtobuf resource_bundle_accessor.swift
[374/586] Compiling v3_purp.cc
[376/586] Compiling v3_skey.cc
[377/586] Compiling v3_prn.cc
[378/586] Compiling v3_pcons.cc
[379/586] Compiling v3_ncons.cc
[380/586] Compiling v3_pmaps.cc
[381/586] Compiling v3_ocsp.cc
[382/586] Compiling v3_lib.cc
[383/586] Compiling v3_info.cc
[384/586] Compiling v3_int.cc
[385/586] Compiling v3_ia5.cc
[386/586] Compiling v3_enum.cc
[387/586] Compiling v3_genn.cc
[388/586] Compiling v3_crld.cc
[389/586] Compiling v3_extku.cc
[390/586] Compiling v3_conf.cc
[391/586] Compiling v3_cpols.cc
[392/586] Compiling v3_bitst.cc
[393/586] Compiling t_crl.cc
[394/586] Compiling v3_bcons.cc
[395/586] Compiling v3_akeya.cc
[396/586] Compiling t_x509.cc
[397/586] Compiling t_x509a.cc
[398/586] Compiling t_req.cc
[399/586] Compiling v3_akey.cc
[400/586] Compiling v3_alt.cc
[401/586] Compiling i2d_pr.cc
[402/586] Compiling name_print.cc
[403/586] Compiling rsa_pss.cc
[404/586] Compiling by_file.cc
[405/586] Compiling policy.cc
[406/586] Compiling asn1_gen.cc
[407/586] Compiling algorithm.cc
[408/586] Compiling a_verify.cc
[409/586] Compiling voprf.cc
[410/586] Compiling by_dir.cc
[411/586] Compiling thread_win.cc
[412/586] Compiling trust_token.cc
[413/586] Compiling a_digest.cc
[414/586] Compiling a_sign.cc
[415/586] Compiling thread.cc
[416/586] Compiling thread_pthread.cc
[417/586] Compiling thread_none.cc
[418/586] Compiling siphash.cc
[419/586] Compiling stack.cc
[420/586] Compiling sha512.cc
[421/586] Compiling sha256.cc
[422/586] Compiling rsa_print.cc
[423/586] Compiling pmbtoken.cc
[424/586] Compiling sha1.cc
[425/586] Compiling rsa_extra.cc
[426/586] Compiling rsa_crypt.cc
[427/586] Compiling slhdsa.cc
[428/586] Compiling rc4.cc
[429/586] Compiling refcount.cc
[430/586] Compiling spake2plus.cc
[431/586] Compiling rand.cc
[432/586] Compiling trusty.cc
[433/586] Compiling rsa_asn1.cc
[434/586] Compiling windows.cc
[435/586] Compiling ios.cc
[436/586] Compiling urandom.cc
[437/586] Compiling poly1305_arm_asm.S
[438/586] Compiling getentropy.cc
[439/586] Compiling passive.cc
[440/586] Compiling forkunsafe.cc
[441/586] Compiling fork_detect.cc
[442/586] Compiling deterministic.cc
[443/586] Compiling poly1305_arm.cc
[444/586] Compiling poly1305.cc
[445/586] Compiling poly1305_vec.cc
[446/586] Compiling pool.cc
[447/586] Compiling pem_xaux.cc
[448/586] Compiling pkcs8_x509.cc
[449/586] Compiling pkcs8.cc
[450/586] Compiling pkcs7.cc
[451/586] Compiling pkcs7_x509.cc
[452/586] Compiling p5_pbev2.cc
[453/586] Compiling pem_pkey.cc
[454/586] Compiling pem_x509.cc
[455/586] Compiling mlkem.cc
[456/586] Compiling obj_xref.cc
[457/586] Compiling pem_pk8.cc
[458/586] Compiling pem_oth.cc
[459/586] Compiling pem_lib.cc
[460/586] Compiling mldsa.cc
[461/586] Compiling pem_info.cc
[462/586] Compiling pem_all.cc
[463/586] Compiling obj.cc
[464/586] Compiling mem.cc
[465/586] Compiling poly_rq_mul.S
[466/586] Compiling fips_shared_support.cc
[467/586] Compiling md5.cc
[468/586] Compiling lhash.cc
[469/586] Compiling md4.cc
[470/586] Compiling ex_data.cc
[471/586] Compiling hrss.cc
[472/586] Compiling sign.cc
[473/586] Compiling kyber.cc
[474/586] Compiling scrypt.cc
[475/586] Compiling hpke.cc
[476/586] Compiling print.cc
[477/586] Compiling pbkdf.cc
[478/586] Compiling p_x25519.cc
[479/586] Compiling p_rsa_asn1.cc
[480/586] Compiling p_x25519_asn1.cc
[481/586] Compiling p_ed25519.cc
[482/586] Compiling p_rsa.cc
[483/586] Compiling p_ed25519_asn1.cc
[484/586] Compiling p_hkdf.cc
[485/586] Compiling p_ec_asn1.cc
[486/586] Compiling p_ec.cc
[487/586] Compiling p_dh_asn1.cc
[488/586] Compiling p_dh.cc
[489/586] Compiling evp_ctx.cc
[490/586] Compiling err.cc
[491/586] Compiling ecdh.cc
[492/586] Compiling evp.cc
[493/586] Compiling engine.cc
[494/586] Compiling p_dsa_asn1.cc
[495/586] Compiling evp_asn1.cc
[496/586] Compiling ec_derive.cc
[496/586] Compiling ecdsa_asn1.cc
[498/586] Compiling hash_to_curve.cc
[499/586] Compiling dsa_asn1.cc
[500/586] Compiling dsa.cc
[501/586] Compiling ec_asn1.cc
[502/586] Compiling digest_extra.cc
[503/586] Compiling params.cc
[504/586] Compiling x25519-asm-arm.S
[505/586] Compiling des.cc
[506/586] Compiling dh_asn1.cc
[507/586] Compiling crypto.cc
[508/586] Compiling spake25519.cc
[509/586] Compiling cpu_intel.cc
[510/586] Compiling cpu_arm_freebsd.cc
[511/586] Compiling cpu_arm_linux.cc
[512/586] Compiling curve25519.cc
[513/586] Compiling cpu_aarch64_linux.cc
[513/586] Compiling curve25519_64_adx.cc
[515/586] Compiling cpu_aarch64_openbsd.cc
[516/586] Compiling cpu_aarch64_win.cc
[517/586] Compiling cpu_aarch64_sysreg.cc
[518/586] Compiling cpu_aarch64_fuchsia.cc
[519/586] Compiling cpu_aarch64_apple.cc
[520/586] Compiling conf.cc
[521/586] Compiling bcm.cc
[522/586] Compiling tls_cbc.cc
[523/586] Compiling get_cipher.cc
[524/586] Compiling e_rc4.cc
[525/586] Compiling e_tls.cc
[526/586] Compiling e_null.cc
[527/586] Compiling e_rc2.cc
[528/586] Compiling e_des.cc
[529/586] Compiling derive_key.cc
[530/586] Compiling e_chacha20poly1305.cc
[531/586] Compiling e_aesgcmsiv.cc
[532/586] Compiling chacha.cc
[533/586] Compiling e_aesctrhmac.cc
[534/586] Compiling unicode.cc
[535/586] Compiling ber.cc
[536/586] Compiling cbs.cc
[537/586] Compiling buf.cc
[538/586] Compiling asn1_compat.cc
[539/586] Compiling cbb.cc
[540/586] Compiling blake2.cc
[541/586] Compiling bn_asn1.cc
[542/586] Compiling convert.cc
[543/586] Compiling printf.cc
[544/586] Compiling socket.cc
[545/586] Compiling socket_helper.cc
[546/586] Compiling hexdump.cc
[547/586] Compiling pair.cc
[548/586] Compiling file.cc
[549/586] Compiling errno.cc
[550/586] Compiling connect.cc
[551/586] Compiling fd.cc
[552/586] Compiling bio_mem.cc
[553/586] Compiling bio.cc
[554/586] Compiling tasn_typ.cc
[555/586] Compiling base64.cc
[556/586] Compiling tasn_fre.cc
[557/586] Compiling tasn_enc.cc
[558/586] Compiling tasn_utl.cc
[559/586] Compiling f_string.cc
[560/586] Compiling tasn_new.cc
[561/586] Compiling tasn_dec.cc
[562/586] Compiling posix_time.cc
[563/586] Compiling asn1_par.cc
[564/586] Compiling f_int.cc
[565/586] Compiling asn_pack.cc
[566/586] Compiling a_octet.cc
[567/586] Compiling asn1_lib.cc
[567/586] Compiling a_time.cc
[569/586] Compiling a_type.cc
[570/586] Compiling a_object.cc
[571/586] Compiling a_utctm.cc
[572/586] Compiling a_strex.cc
[573/586] Compiling a_strnid.cc
[574/586] Compiling a_i2d_fp.cc
[575/586] Compiling a_mbstr.cc
[576/586] Compiling a_dup.cc
[577/586] Compiling a_d2i_fp.cc
[577/586] Write sources
[579/586] Compiling CGRPCZlib empty.c
[580/586] Compiling a_bitstr.cc
[581/586] Compiling a_int.cc
[582/586] Compiling a_gentm.cc
[583/605] Compiling a_bool.cc
[585/605] Compiling Atomics UnsafeAtomic.swift
[586/605] Compiling Atomics UnsafeAtomicLazyReference.swift
[587/607] Compiling Atomics ManagedAtomic.swift
[588/607] Compiling Atomics ManagedAtomicLazyReference.swift
[589/607] Compiling Atomics AtomicMemoryOrderings.swift
[590/607] Compiling Atomics DoubleWord.swift
[591/607] Compiling Atomics IntegerOperations.swift
[592/607] Compiling Atomics Unmanaged extensions.swift
[593/607] Compiling Atomics Primitives.shims.swift
[594/607] Compiling Atomics AtomicInteger.swift
[595/607] Compiling Atomics AtomicOptionalWrappable.swift
[596/607] Compiling Atomics AtomicReference.swift
[597/607] Compiling Atomics AtomicStorage.swift
[598/607] Compiling Atomics AtomicValue.swift
[599/607] Emitting module Atomics
[599/607] Compiling c-nioatomics.c
[601/607] Compiling Atomics OptionalRawRepresentable.swift
[602/607] Compiling Atomics RawRepresentable.swift
[603/607] Compiling Atomics AtomicBool.swift
[604/607] Compiling Atomics IntegerConformances.swift
[605/607] Compiling Atomics PointerConformances.swift
[606/607] Compiling Atomics Primitives.native.swift
[607/608] Compiling c-atomics.c
[609/614] Compiling NIOConcurrencyHelpers lock.swift
[610/614] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[611/614] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[612/614] Compiling NIOConcurrencyHelpers NIOLock.swift
[613/614] Compiling NIOConcurrencyHelpers atomics.swift
[614/614] Emitting module NIOConcurrencyHelpers
[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/682] Compiling NIOCore GlobalSingletons.swift
[625/682] Compiling NIOCore IO.swift
[626/682] Compiling NIOCore IOData.swift
[627/682] Compiling NIOCore IPProtocol.swift
[628/682] Compiling NIOCore IntegerBitPacking.swift
[629/682] Compiling NIOCore IntegerTypes.swift
[630/682] Compiling NIOCore Interfaces.swift
[631/682] Compiling NIOCore Linux.swift
[632/682] Compiling NIOCore EventLoop.swift
[633/682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[634/682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[635/682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[636/682] Compiling NIOCore EventLoopFuture.swift
[637/682] Compiling NIOCore FileDescriptor.swift
[638/682] Compiling NIOCore FileHandle.swift
[639/682] Compiling NIOCore FileRegion.swift
[640/682] Compiling NIOCore ChannelPipeline.swift
[641/682] Compiling NIOCore CircularBuffer.swift
[642/682] Compiling NIOCore Codec.swift
[643/682] Compiling NIOCore ConvenienceOptionSupport.swift
[644/682] Compiling NIOCore DeadChannel.swift
[645/682] Compiling NIOCore DispatchQueue+WithFuture.swift
[646/682] Compiling NIOCore EventLoop+Deprecated.swift
[647/682] Compiling NIOCore EventLoop+SerialExecutor.swift
[648/682] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[649/682] Compiling NIOCore SocketAddresses.swift
[650/682] Compiling NIOCore SocketOptionProvider.swift
[651/682] Compiling NIOCore SystemCallHelpers.swift
[652/682] Compiling NIOCore TimeAmount+Duration.swift
[653/682] Compiling NIOCore TypeAssistedChannelHandler.swift
[654/682] Compiling NIOCore UniversalBootstrapSupport.swift
[655/682] Compiling NIOCore Utilities.swift
[656/682] Compiling NIOCore AddressedEnvelope.swift
[657/682] Compiling NIOCore AsyncAwaitSupport.swift
[658/682] Compiling NIOCore AsyncChannel.swift
[659/682] Compiling NIOCore AsyncChannelHandler.swift
[660/682] Compiling NIOCore AsyncChannelInboundStream.swift
[661/682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[662/682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[663/682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[664/682] Compiling NIOCore NIOAsyncWriter.swift
[665/682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[666/682] Compiling NIOCore BSDSocketAPI.swift
[667/682] Compiling NIOCore ByteBuffer-aux.swift
[668/682] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[669/682] Compiling NIOCore ByteBuffer-conversions.swift
[670/682] Compiling NIOCore ByteBuffer-core.swift
[671/682] Compiling NIOCore ByteBuffer-hex.swift
[672/682] Compiling NIOCore ByteBuffer-int.swift
[673/682] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[674/682] Compiling NIOCore ByteBuffer-multi-int.swift
[675/682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[676/682] Compiling NIOCore ByteBuffer-views.swift
[677/682] Compiling NIOCore Channel.swift
[678/682] Compiling NIOCore ChannelHandler.swift
[679/682] Compiling NIOCore ChannelHandlers.swift
[680/682] Compiling NIOCore ChannelInvoker.swift
[681/682] Compiling NIOCore ChannelOption.swift
[682/682] Emitting module NIOCore
[684/734] Emitting module NIOEmbedded
[685/734] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[686/734] Compiling NIOEmbedded AsyncTestingChannel.swift
[687/734] Compiling NIOEmbedded Embedded.swift
[689/735] Emitting module NIOPosix
[690/741] Compiling NIOPosix SelectableChannel.swift
[691/741] Compiling NIOPosix SelectableEventLoop.swift
[692/741] Compiling NIOPosix SelectorEpoll.swift
[693/741] Compiling NIOPosix SelectorGeneric.swift
[694/741] Compiling NIOPosix SelectorKqueue.swift
[695/741] Compiling NIOPosix SelectorUring.swift
[696/741] Compiling NIOPosix ServerSocket.swift
[697/741] Compiling NIOPosix Socket.swift
[698/741] Compiling NIOPosix SocketChannel.swift
[699/741] Compiling NIOPosix SocketProtocols.swift
[700/741] Compiling NIOPosix System.swift
[701/741] Compiling NIOPosix Thread.swift
[702/741] Compiling NIOPosix BSDSocketAPICommon.swift
[703/741] Compiling NIOPosix BSDSocketAPIPosix.swift
[704/741] Compiling NIOPosix BSDSocketAPIWindows.swift
[705/741] Compiling NIOPosix BaseSocket.swift
[706/741] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[707/741] Compiling NIOPosix BaseSocketChannel.swift
[708/741] Compiling NIOPosix BaseStreamSocketChannel.swift
[709/741] Compiling NIOPosix Bootstrap.swift
[710/741] Compiling NIOPosix ControlMessage.swift
[711/741] Compiling NIOPosix DatagramVectorReadManager.swift
[712/741] Compiling NIOPosix Errors+Any.swift
[713/741] Compiling NIOPosix FileDescriptor.swift
[714/741] Compiling NIOPosix GetaddrinfoResolver.swift
[715/741] Compiling NIOPosix HappyEyeballs.swift
[716/741] Compiling NIOPosix ThreadPosix.swift
[717/741] Compiling NIOPosix ThreadWindows.swift
[718/741] Compiling NIOPosix UnsafeTransfer.swift
[719/741] Compiling NIOPosix Utilities.swift
[720/741] Compiling NIOPosix VsockAddress.swift
[721/741] Compiling NIOPosix VsockChannelEvents.swift
[722/741] Compiling NIOPosix IO.swift
[723/741] Compiling NIOPosix IntegerBitPacking.swift
[724/741] Compiling NIOPosix IntegerTypes.swift
[725/741] Compiling NIOPosix Linux.swift
[726/741] Compiling NIOPosix LinuxCPUSet.swift
[727/741] Compiling NIOPosix LinuxUring.swift
[728/741] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[729/741] Compiling NIOPosix PooledRecvBufferAllocator.swift
[730/741] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[731/741] Compiling NIOPosix PosixSingletons.swift
[732/741] Compiling NIOPosix RawSocketBootstrap.swift
[733/741] Compiling NIOPosix Resolver.swift
[734/741] Compiling NIOPosix Selectable.swift
[735/741] Compiling NIOPosix NIOThreadPool.swift
[736/741] Compiling NIOPosix NonBlockingFileIO.swift
[737/741] Compiling NIOPosix PendingDatagramWritesManager.swift
[738/741] Compiling NIOPosix PendingWritesManager.swift
[739/741] Compiling NIOPosix PipeChannel.swift
[740/741] Compiling NIOPosix PipePair.swift
[741/741] Compiling NIOPosix Pool.swift
[743/744] Emitting module NIO
[744/744] Compiling NIO Exports.swift
[746/772] Compiling NIOTLS TLSEvents.swift
[747/772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[748/772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[749/772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[750/772] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[751/772] Emitting module NIOTLS
[752/772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[753/772] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[754/772] Compiling NIOTLS SNIHandler.swift
[756/773] Emitting module NIOFoundationCompat
[757/773] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[758/774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[759/774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[761/776] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[762/776] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[763/827] Emitting module NIOTransportServices
[764/829] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[765/829] Compiling NIOTransportServices NIOTSListenerChannel.swift
[766/829] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[767/829] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[768/829] Compiling NIOTransportServices NIOTSDatagramListener.swift
[769/829] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[770/829] Compiling NIOTransportServices StateManagedChannel.swift
[771/829] Compiling NIOTransportServices StateManagedListenerChannel.swift
[772/829] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[773/829] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[774/829] Compiling NIOTransportServices NIOTSSingletons.swift
[775/829] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[779/829] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[780/829] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[781/829] Compiling NIOTransportServices NIOTSBootstraps.swift
[782/829] Compiling NIOTransportServices NIOTSChannelOptions.swift
[784/829] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[785/829] Compiling NIOTransportServices NIOTSErrors.swift
[786/829] Compiling NIOTransportServices NIOTSEventLoop.swift
[787/829] Compiling NIOTransportServices AcceptHandler.swift
[788/829] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[789/829] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[792/829] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[798/830] Emitting module NIOHTTP1
[803/860] Compiling NIOHPACK IndexedHeaderTable.swift
[804/861] Compiling NIOHPACK StaticHeaderTable.swift
[805/861] Compiling NIOHPACK HPACKErrors.swift
[806/861] Compiling NIOHPACK HPACKHeader.swift
[807/861] Compiling NIOHPACK HeaderTables.swift
[808/861] Compiling NIOExtras NIORequestIdentifiable.swift
[809/863] Compiling NIOExtras RequestResponseHandler.swift
[810/863] Compiling NIOExtras RequestResponseWithIDHandler.swift
[811/863] Compiling NIOHPACK IntegerCoding.swift
[812/863] Compiling NIOExtras PCAPRingBuffer.swift
[813/863] Compiling NIOExtras QuiescingHelper.swift
[814/863] Compiling NIOHPACK HuffmanTables.swift
[815/863] Emitting module NIOExtras
[816/863] Compiling NIOHPACK HuffmanCoding.swift
[817/863] Emitting module NIOHPACK
[818/863] Compiling NIOSSL NIOSSLSecureBytes.swift
[819/863] Compiling NIOSSL RNG.swift
[820/863] Compiling NIOSSL SafeCompare.swift
[821/863] Compiling NIOSSL Zeroization.swift
[825/866] Compiling NIOSSL SubjectAlternativeName.swift
[827/866] Compiling NIOExtras UnsafeTransfer.swift
[828/866] Compiling NIOExtras WritePCAPHandler.swift
[830/866] Compiling NIOExtras DebugInboundEventsHandler.swift
[831/866] Compiling NIOExtras DebugOutboundEventsHandler.swift
[832/866] Compiling NIOExtras FixedLengthFrameDecoder.swift
[833/866] Compiling NIOHPACK DynamicHeaderTable.swift
[834/866] Compiling NIOHPACK HPACKDecoder.swift
[835/866] Compiling NIOHPACK HPACKEncoder.swift
[836/866] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[837/866] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[838/866] Compiling NIOExtras JSONRPCFraming.swift
[846/925] Compiling NIOHTTP2 StateMachineResult.swift
[847/925] Compiling NIOHTTP2 ContentLengthVerifier.swift
[849/926] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[850/926] Compiling NIOHTTP2 ReceivingHeadersState.swift
[851/926] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[852/926] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[853/926] Compiling NIOHTTP2 SendingPushPromiseState.swift
[854/926] Compiling NIOHTTP2 SendingRstStreamState.swift
[855/926] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[856/926] Compiling NIOHTTP2 HTTP2SettingsState.swift
[857/926] Compiling NIOHTTP2 ConnectionStateMachine.swift
[858/926] Compiling NIOHTTP2 ConnectionStreamsState.swift
[859/926] Compiling NIOHTTP2 MayReceiveFrames.swift
[860/926] Compiling NIOHTTP2 ReceivingDataState.swift
[861/926] Emitting module NIOSSL
[862/926] Compiling NIOHTTP2 MaySendFrames.swift
[863/926] Compiling NIOHTTP2 SendingDataState.swift
[864/926] Compiling NIOHTTP2 SendingGoawayState.swift
[865/926] Compiling NIOHTTP2 SendingHeadersState.swift
[866/926] Compiling NIOHTTP2 HasRemoteSettings.swift
[867/926] Compiling NIOHTTP2 LocallyQuiescingState.swift
[868/926] Compiling NIOHTTP2 QuiescingState.swift
[870/927] Emitting module NIOHTTP2
[871/935] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[872/935] Compiling NIOHTTP2 HasFlowControlWindows.swift
[873/935] Compiling NIOHTTP2 HasLocalSettings.swift
[877/935] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[878/935] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[881/935] Compiling NIOHTTP2 DOSHeuristics.swift
[882/935] Compiling NIOHTTP2 Error+Any.swift
[883/935] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[884/935] Compiling NIOHTTP2 ControlFrameBuffer.swift
[885/935] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[886/935] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[895/935] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[896/935] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[897/935] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[898/935] Compiling NIOHTTP2 HTTP2StreamID.swift
[899/935] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[900/935] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[901/935] Compiling NIOHTTP2 HTTP2UserEvents.swift
[902/935] Compiling NIOHTTP2 InboundEventBuffer.swift
[911/935] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[912/935] Compiling NIOHTTP2 InboundWindowManager.swift
[913/935] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[914/935] Compiling NIOHTTP2 StreamChannelFlowController.swift
[915/935] Compiling NIOHTTP2 StreamChannelList.swift
[916/935] Compiling NIOHTTP2 StreamMap.swift
[917/935] Compiling NIOHTTP2 StreamStateMachine.swift
[918/935] Compiling NIOHTTP2 UnsafeTransfer.swift
[919/935] Compiling NIOHTTP2 WatermarkedFlowController.swift
[920/935] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[921/935] Compiling NIOHTTP2 HTTP2Frame.swift
[922/935] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[923/935] Compiling NIOHTTP2 HTTP2FrameParser.swift
[924/935] Compiling NIOHTTP2 HTTP2PingData.swift
[925/935] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[926/935] Compiling NIOHTTP2 HTTP2Settings.swift
[927/935] Compiling NIOHTTP2 HTTP2Stream.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] Compiling GRPC ServerInterceptorContext.swift
[956/1080] Compiling GRPC ServerInterceptorPipeline.swift
[957/1080] Compiling GRPC ServerInterceptors.swift
[958/1080] Compiling GRPC InterceptorContextList.swift
[959/1080] Compiling GRPC LengthPrefixedMessageReader.swift
[960/1080] Compiling GRPC Logger.swift
[961/1080] Compiling GRPC LoggingServerErrorDelegate.swift
[962/1080] Compiling GRPC MessageEncodingHeaderValidator.swift
[963/1080] Compiling GRPC PlatformSupport.swift
[964/1080] Compiling GRPC ReadWriteStates.swift
[965/1080] Compiling GRPC Ref.swift
[966/1080] Compiling GRPC Serialization.swift
[967/1080] Compiling GRPC Server+NIOSSL.swift
[968/1080] Compiling GRPC Server.swift
[969/1080] Compiling GRPC ServerBuilder+NIOSSL.swift
[970/1080] Compiling GRPC ServerBuilder.swift
[971/1080] Compiling GRPC ServerCallContext.swift
[972/1080] Compiling GRPC StreamingResponseCallContext.swift
[973/1080] Emitting module GRPC
[974/1080] Compiling GRPC BidirectionalStreamingCall.swift
[975/1080] Compiling GRPC Call.swift
[976/1080] Compiling GRPC CallDetails.swift
[977/1080] Compiling GRPC ClientCall.swift
[978/1080] Compiling GRPC ClientStreamingCall.swift
[979/1080] Compiling GRPC LazyEventLoopPromise.swift
[980/1080] Compiling GRPC ResponseContainers.swift
[981/1080] Compiling GRPC ResponsePartContainer.swift
[982/1080] Compiling GRPC ServerStreamingCall.swift
[983/1080] Compiling GRPC UnaryCall.swift
[984/1080] Compiling GRPC ClientConnection.swift
[985/1080] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[986/1080] Compiling GRPC ClientErrorDelegate.swift
[987/1080] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[988/1080] Compiling GRPC CompressionAlgorithm.swift
[989/1080] Compiling GRPC DecompressionLimit.swift
[990/1080] Compiling GRPC MessageEncoding.swift
[991/1080] Compiling GRPC Zlib.swift
[992/1080] Compiling GRPC UnaryResponseCallContext.swift
[993/1080] Compiling GRPC ServerChannelErrorHandler.swift
[994/1080] Compiling GRPC ServerErrorDelegate.swift
[995/1080] Compiling GRPC ServerErrorProcessor.swift
[996/1080] Compiling GRPC Stopwatch.swift
[997/1080] Compiling GRPC StreamEvent.swift
[998/1080] Compiling GRPC TLSVerificationHandler.swift
[999/1080] Compiling GRPC TLSVersion.swift
[1000/1080] Compiling GRPC TimeLimit.swift
[1001/1080] Compiling GRPC UserInfo.swift
[1002/1080] Compiling GRPC Version.swift
[1003/1080] Compiling GRPC WebCORSHandler.swift
[1004/1080] Compiling GRPC WriteCapturingHandler.swift
[1005/1080] Compiling GRPC _EmbeddedThroughput.swift
[1006/1080] Compiling GRPC _FakeResponseStream.swift
[1007/1080] Compiling GRPC _GRPCClientCodecHandler.swift
[1008/1080] Compiling GRPC _MessageContext.swift
[1009/1080] Compiling GRPC GRPCAsyncResponseStream.swift
[1010/1080] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1011/1080] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1012/1080] Compiling GRPC GRPCAsyncServerCallContext.swift
[1013/1080] Compiling GRPC GRPCAsyncServerHandler.swift
[1014/1080] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1015/1080] Compiling GRPC GRPCAsyncUnaryCall.swift
[1016/1080] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1017/1080] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1018/1080] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1019/1080] Compiling GRPC GRPCSendable.swift
[1020/1080] Compiling GRPC NIOAsyncWrappers.swift
[1021/1080] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1022/1080] Compiling GRPC ClientStreamingServerHandler.swift
[1023/1080] Compiling GRPC ServerHandlerProtocol.swift
[1024/1080] Compiling GRPC ServerStreamingServerHandler.swift
[1025/1080] Compiling GRPC UnaryServerHandler.swift
[1026/1080] Compiling GRPC CallOptions.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! (258.53s)
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.