The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of grpc-swift-extras, reference 2.0.0 (dd34da), with Swift 6.1 for Linux on 3 Jun 2025 08:40:45 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: 2.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grpc/grpc-swift-extras
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at dd34dae Move to grpc-swift-2 (#49)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
dd34dae247c0b49db0e81dca5da64033b02cb49c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grpc/grpc-swift-extras.git
https://github.com/grpc/grpc-swift-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "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" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-extras",
  "name" : "grpc-swift-extras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCHealthService",
      "targets" : [
        "GRPCHealthService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCReflectionService",
      "targets" : [
        "GRPCReflectionService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCOTelTracingInterceptors",
      "targets" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCServiceLifecycle",
      "targets" : [
        "GRPCServiceLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCInteropTests",
      "targets" : [
        "GRPCInteropTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InProcessInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "InProcessInteropTests",
      "path" : "Tests/InProcessInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "InProcessInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "GRPCInteropTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycleTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycleTests",
      "path" : "Tests/GRPCServiceLifecycleTests",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycleTestKit",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "ServiceLifecycleConformanceTests.swift"
      ],
      "target_dependencies" : [
        "GRPCServiceLifecycle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycle",
      "path" : "Sources/GRPCServiceLifecycle",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "GRPCServiceLifecycle"
      ],
      "sources" : [
        "GRPCClient+Service.swift",
        "GRPCServer+Service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCReflectionServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionServiceTests",
      "path" : "Tests/GRPCReflectionServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GRPCReflectionServiceTests/Generated/DescriptorSets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GRPCReflectionServiceTests.swift",
        "ReflectionClient.swift"
      ],
      "target_dependencies" : [
        "GRPCReflectionService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCReflectionService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionService",
      "path" : "Sources/GRPCReflectionService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCReflectionService"
      ],
      "sources" : [
        "Generated/reflection.grpc.swift",
        "Generated/reflection.pb.swift",
        "Service/ReflectionService+V1.swift",
        "Service/ReflectionService.swift",
        "Service/ReflectionServiceRegistry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptorsTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptorsTests",
      "path" : "Tests/GRPCOTelTracingInterceptorsTests",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "sources" : [
        "GRPCOTelTracingInterceptorsTests.swift",
        "PeerAddressTests.swift",
        "TracingTestsUtilities.swift"
      ],
      "target_dependencies" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptors",
      "path" : "Sources/GRPCOTelTracingInterceptors",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "product_memberships" : [
        "GRPCOTelTracingInterceptors"
      ],
      "sources" : [
        "HookedAsyncSequence.swift",
        "HookedWriter.swift",
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCInteropTests",
      "path" : "Sources/GRPCInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "GRPCInteropTests"
      ],
      "sources" : [
        "AssertionFailure.swift",
        "Generated/empty.grpc.swift",
        "Generated/empty.pb.swift",
        "Generated/empty_service.grpc.swift",
        "Generated/empty_service.pb.swift",
        "Generated/messages.grpc.swift",
        "Generated/messages.pb.swift",
        "Generated/test.grpc.swift",
        "Generated/test.pb.swift",
        "InteroperabilityTestCase.swift",
        "InteroperabilityTestCases.swift",
        "TestService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCHealthServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthServiceTests",
      "path" : "Tests/GRPCHealthServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "HealthTests.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCHealthService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCHealthService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthService",
      "path" : "Sources/GRPCHealthService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCHealthService"
      ],
      "sources" : [
        "Generated/health.grpc.swift",
        "Generated/health.pb.swift",
        "HealthService+Service.swift",
        "HealthService.swift",
        "ServingStatus.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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-protobuf.git
[1/29557] Fetching grpc-swift-2
[297/31983] Fetching grpc-swift-2, swift-service-lifecycle
[2053/34132] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf
[8521/39106] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.48s)
[17581/34132] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf
[31769/73454] Fetching grpc-swift-2, swift-service-lifecycle, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.46s)
[16372/43897] Fetching swift-service-lifecycle, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (5.06s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.06s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (5.66s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/4985] Fetching swift-async-algorithms
[4638/8821] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.0.0 (1.01s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.0.0 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.65s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.53s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Creating working copy for https://github.com/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 2.0.0
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin generate-grpc-code-from-protos
[3/3] Compiling plugin GRPCProtobufGenerator
Building for debugging...
[3/24] Write sources
[11/24] Copying PrivacyInfo.xcprivacy
[12/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/132] Emitting module ServiceContextModule
[26/132] Compiling ServiceContextModule ServiceContextKey.swift
[27/132] Compiling SwiftProtobuf BinaryDelimited.swift
[28/132] Compiling SwiftProtobuf BinaryEncoder.swift
[29/133] Compiling SwiftProtobuf AnyMessageStorage.swift
[30/133] Compiling SwiftProtobuf AnyUnpackError.swift
[31/133] Compiling SwiftProtobuf AsyncMessageSequence.swift
[32/133] Compiling SwiftProtobuf BinaryDecoder.swift
[33/133] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[34/133] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[35/133] Compiling SwiftProtobuf BinaryEncodingError.swift
[36/133] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[37/133] Compiling ServiceContextModule ServiceContext.swift
[38/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/134] Emitting module InternalCollectionsUtilities
[40/134] Compiling SwiftProtobuf BinaryDecodingError.swift
[41/134] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[43/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/173] Emitting module Instrumentation
[46/173] Compiling Instrumentation Instrument.swift
[47/211] Compiling Instrumentation MultiplexInstrument.swift
[48/211] Compiling Instrumentation NoOpInstrument.swift
[49/211] Compiling Instrumentation InstrumentationSystem.swift
[50/211] Compiling OrderedCollections _HashTable+Constants.swift
[51/211] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[52/213] Compiling Logging LogHandler.swift
[53/213] Compiling Logging Logging.swift
[54/213] Compiling Logging MetadataProvider.swift
[55/213] Compiling Instrumentation Locks.swift
[56/214] Compiling Logging Locks.swift
[57/214] Emitting module Logging
[58/214] Compiling ConcurrencyHelpers LockedValueBox.swift
[59/214] Emitting module ConcurrencyHelpers
[60/214] Compiling ConcurrencyHelpers Lock.swift
[61/216] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[62/216] Compiling OrderedCollections OrderedDictionary+Elements.swift
[66/216] Compiling OrderedCollections _HashTable+Testing.swift
[67/216] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[68/216] Compiling DequeModule _DequeSlot.swift
[69/216] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[80/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[81/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/224] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/224] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/234] Compiling OrderedCollections OrderedDictionary.swift
[85/234] Compiling OrderedCollections OrderedSet+Codable.swift
[86/234] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[87/234] Compiling OrderedCollections OrderedSet+Descriptions.swift
[88/234] Compiling OrderedCollections OrderedSet+Diffing.swift
[89/234] Compiling OrderedCollections OrderedSet+Equatable.swift
[90/234] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[91/234] Compiling OrderedCollections OrderedSet+Hashable.swift
[92/234] Compiling OrderedCollections _HashTable.swift
[93/234] Compiling OrderedCollections _Hashtable+Header.swift
[94/234] Compiling OrderedCollections OrderedDictionary+Codable.swift
[95/234] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/234] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[97/234] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[98/234] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/234] Emitting module Tracing
[100/234] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[101/234] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[102/234] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[103/234] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[104/234] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[105/234] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[106/234] Compiling OrderedCollections OrderedDictionary+Values.swift
[107/234] Compiling OrderedCollections OrderedSet+Initializers.swift
[108/234] Compiling OrderedCollections OrderedSet+Insertions.swift
[109/234] Compiling OrderedCollections OrderedSet+Invariants.swift
[110/234] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[111/234] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[112/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[113/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[114/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[115/234] Compiling OrderedCollections _HashTable+Bucket.swift
[116/234] Compiling OrderedCollections _HashTable+BucketIterator.swift
[117/234] Compiling Tracing TracingTime.swift
[126/234] Compiling Tracing TracerProtocol.swift
[127/234] Emitting module DequeModule
[129/235] Compiling Tracing Tracer.swift
[130/235] Compiling Tracing TracerProtocol+Legacy.swift
[131/235] Emitting module UnixSignals
[132/235] Compiling UnixSignals UnixSignal.swift
[133/235] Compiling UnixSignals UnixSignalsSequence.swift
[135/261] Compiling GRPCCore CallOptions.swift
[136/261] Compiling GRPCCore ClientContext.swift
[137/261] Compiling GRPCCore ClientInterceptor.swift
[138/261] Compiling GRPCCore ClientRequest.swift
[139/261] Compiling GRPCCore ClientResponse.swift
[140/261] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[141/261] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[142/261] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[143/291] Compiling Tracing NoOpTracer.swift
[144/291] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/291] Compiling Tracing SpanProtocol.swift
[147/292] Compiling GRPCCore ServiceDescriptor.swift
[148/292] Compiling GRPCCore Status.swift
[149/292] Compiling GRPCCore AsyncSequenceOfOne.swift
[150/292] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[151/292] Compiling GRPCCore BroadcastAsyncSequence.swift
[152/292] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[153/292] Compiling OrderedCollections OrderedSet+Sendable.swift
[154/292] Compiling OrderedCollections OrderedSet+SubSequence.swift
[155/292] Compiling OrderedCollections OrderedSet+Testing.swift
[156/292] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[157/292] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[158/292] Compiling OrderedCollections OrderedSet.swift
[159/292] Compiling GRPCCore RetryDelaySequence.swift
[160/292] Compiling GRPCCore ConditionalInterceptor.swift
[161/292] Compiling GRPCCore ServerCancellationManager.swift
[162/292] Compiling GRPCCore ServerRPCExecutor.swift
[163/292] Compiling GRPCCore RPCRouter.swift
[164/292] Compiling GRPCCore RegistrableRPCService.swift
[165/292] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[166/292] Compiling GRPCCore ServerContext.swift
[167/292] Compiling GRPCCore ServerInterceptor.swift
[168/292] Compiling GRPCCore ServerRequest.swift
[169/292] Compiling GRPCCore ServerResponse.swift
[170/292] Compiling GRPCCore Coding.swift
[177/303] Compiling OrderedCollections _UnsafeBitset.swift
[178/303] Compiling GRPCCore TaskGroup+CancellableTask.swift
[179/303] Compiling GRPCCore Metadata.swift
[180/303] Compiling GRPCCore MethodDescriptor.swift
[181/303] Compiling GRPCCore RPCError.swift
[182/303] Compiling GRPCCore RPCWriter+Map.swift
[183/303] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[184/303] Compiling GRPCCore RPCWriter+Serialize.swift
[185/303] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[186/303] Compiling GRPCCore RPCAsyncSequence.swift
[187/303] Compiling GRPCCore RPCWriter+Closable.swift
[188/303] Compiling GRPCCore RPCWriter.swift
[189/303] Compiling GRPCCore RuntimeError.swift
[190/303] Compiling GRPCCore CompressionAlgorithm.swift
[191/303] Compiling GRPCCore GRPCContiguousBytes.swift
[192/303] Compiling GRPCCore MethodConfig.swift
[193/303] Compiling GRPCCore ServiceConfig.swift
[194/303] Compiling GRPCCore GRPCClient.swift
[195/303] Compiling GRPCCore GRPCServer.swift
[196/303] Compiling GRPCCore Base64.swift
[197/303] Compiling GRPCCore UnsafeTransfer.swift
[198/303] Compiling GRPCCore Metadata+GRPC.swift
[199/303] Compiling GRPCCore MethodConfigs.swift
[200/303] Compiling GRPCCore Result+Catching.swift
[201/303] Compiling GRPCCore String+Extensions.swift
[202/303] Emitting module OrderedCollections
[204/349] Compiling SwiftProtobuf ProtobufMap.swift
[205/349] Compiling SwiftProtobuf SelectiveVisitor.swift
[206/349] Compiling SwiftProtobuf SimpleExtensionMap.swift
[207/349] Compiling SwiftProtobuf StringUtils.swift
[208/349] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[209/349] Compiling SwiftProtobuf SwiftProtobufError.swift
[210/349] Compiling SwiftProtobuf TextFormatDecoder.swift
[211/349] Compiling SwiftProtobuf TextFormatDecodingError.swift
[212/349] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[213/349] Compiling SwiftProtobuf TextFormatEncoder.swift
[214/349] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[216/349] Compiling SwiftProtobuf TextFormatScanner.swift
[217/349] Compiling SwiftProtobuf TimeUtils.swift
[218/349] Compiling SwiftProtobuf UnknownStorage.swift
[219/349] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[220/349] Compiling SwiftProtobuf Varint.swift
[221/349] Compiling SwiftProtobuf Version.swift
[222/349] Compiling SwiftProtobuf Visitor.swift
[223/349] Compiling SwiftProtobuf WireFormat.swift
[224/349] Compiling SwiftProtobuf ZigZag.swift
[225/349] Compiling SwiftProtobuf any.pb.swift
[226/349] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[227/349] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[228/349] Compiling AsyncAlgorithms MergeStateMachine.swift
[229/349] Compiling AsyncAlgorithms MergeStorage.swift
[230/349] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[231/349] Compiling AsyncAlgorithms Rethrow.swift
[232/349] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[233/349] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[240/362] Emitting module AsyncAlgorithms
[241/362] Emitting module SwiftProtobuf
[242/362] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[243/362] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[244/362] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[245/362] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[246/362] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[247/362] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[248/362] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[249/362] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[250/362] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[251/362] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[252/362] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[253/362] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[261/362] Emitting module GRPCCore
[262/362] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[263/362] Compiling AsyncAlgorithms DebounceStateMachine.swift
[264/362] Compiling AsyncAlgorithms DebounceStorage.swift
[265/362] Compiling AsyncAlgorithms Dictionary.swift
[266/362] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[267/362] Compiling AsyncAlgorithms Locking.swift
[270/362] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[271/362] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[272/362] Compiling AsyncAlgorithms AsyncChannel.swift
[273/362] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[279/362] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[280/362] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[281/362] Compiling AsyncAlgorithms ChannelStateMachine.swift
[282/362] Compiling AsyncAlgorithms ChannelStorage.swift
[283/362] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[284/362] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[285/362] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[286/362] Compiling AsyncAlgorithms CombineLatestStorage.swift
[287/362] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[288/362] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[289/362] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[290/362] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[291/362] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[292/362] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[293/362] Compiling AsyncAlgorithms SetAlgebra.swift
[294/362] Compiling AsyncAlgorithms UnsafeTransfer.swift
[295/362] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[296/362] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[297/362] Compiling AsyncAlgorithms ZipStateMachine.swift
[298/362] Compiling AsyncAlgorithms ZipStorage.swift
[300/371] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[301/371] Compiling ServiceLifecycle CancellationWaiter.swift
[309/372] Emitting module ServiceLifecycle
[310/372] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[311/372] Compiling GRPCCore RPCWriterProtocol.swift
[312/372] Compiling GRPCCore Timeout.swift
[313/372] Compiling GRPCCore ClientTransport.swift
[314/372] Compiling GRPCCore RPCParts.swift
[315/372] Compiling GRPCCore RPCStream.swift
[316/372] Compiling GRPCCore RetryThrottle.swift
[317/372] Compiling GRPCCore ServerTransport.swift
[318/372] Compiling ServiceLifecycle ServiceRunnerError.swift
[319/372] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[360/379] Compiling ServiceLifecycle Service.swift
[361/379] Compiling ServiceLifecycle GracefulShutdown.swift
[362/379] Compiling ServiceLifecycle ServiceGroup.swift
[364/380] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[365/380] Emitting module GRPCOTelTracingInterceptors
[366/380] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[367/383] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[368/383] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[369/383] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[370/384] Emitting module GRPCServiceLifecycle
[371/384] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[372/384] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[375/385] Compiling SwiftProtobuf api.pb.swift
[376/385] Compiling SwiftProtobuf descriptor.pb.swift
[377/385] Compiling SwiftProtobuf duration.pb.swift
[378/385] Compiling SwiftProtobuf empty.pb.swift
[379/385] Compiling SwiftProtobuf field_mask.pb.swift
[380/385] Compiling SwiftProtobuf source_context.pb.swift
[381/385] Compiling SwiftProtobuf struct.pb.swift
[382/385] Compiling SwiftProtobuf timestamp.pb.swift
[383/385] Compiling SwiftProtobuf type.pb.swift
[384/385] Compiling SwiftProtobuf wrappers.pb.swift
[385/385] Compiling SwiftProtobuf resource_bundle_accessor.swift
[387/397] Compiling GRPCProtobuf status.pb.swift
[388/398] Compiling GRPCProtobuf GoogleRPCStatus.swift
[389/398] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[390/398] Compiling GRPCProtobuf code.pb.swift
[391/398] Compiling GRPCProtobuf error_details.pb.swift
[392/398] Emitting module GRPCProtobuf
[393/398] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[394/398] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[395/398] Compiling GRPCProtobuf Coding.swift
[396/398] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[397/398] Compiling GRPCProtobuf ErrorDetails+Types.swift
[398/398] Compiling GRPCProtobuf ErrorDetails.swift
[400/423] Emitting module GRPCReflectionService
[401/423] Compiling GRPCHealthService HealthService+Service.swift
[402/423] Compiling GRPCHealthService HealthService.swift
[403/423] Compiling GRPCHealthService ServingStatus.swift
[404/423] Compiling GRPCInteropTests empty.pb.swift
[405/423] Compiling GRPCInteropTests empty_service.grpc.swift
[406/423] Compiling GRPCInteropTests AssertionFailure.swift
[407/423] Compiling GRPCInteropTests empty.grpc.swift
[408/424] Emitting module GRPCHealthService
[409/424] Compiling GRPCHealthService health.grpc.swift
[410/424] Compiling GRPCHealthService health.pb.swift
[412/425] Compiling GRPCReflectionService ReflectionService.swift
[413/425] Compiling GRPCReflectionService ReflectionService+V1.swift
[414/425] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[415/425] Emitting module GRPCInteropTests
[416/425] Compiling GRPCReflectionService reflection.grpc.swift
[417/425] Compiling GRPCReflectionService reflection.pb.swift
[418/426] Compiling GRPCInteropTests TestService.swift
[420/426] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[421/426] Compiling GRPCInteropTests test.pb.swift
[422/426] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[423/426] Compiling GRPCInteropTests empty_service.pb.swift
[424/426] Compiling GRPCInteropTests messages.grpc.swift
[425/426] Compiling GRPCInteropTests messages.pb.swift
[426/426] Compiling GRPCInteropTests test.grpc.swift
Build complete! (57.88s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-2.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "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" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "grpc-swift-extras",
  "name" : "grpc-swift-extras",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GRPCHealthService",
      "targets" : [
        "GRPCHealthService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCReflectionService",
      "targets" : [
        "GRPCReflectionService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCOTelTracingInterceptors",
      "targets" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCServiceLifecycle",
      "targets" : [
        "GRPCServiceLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCInteropTests",
      "targets" : [
        "GRPCInteropTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InProcessInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "InProcessInteropTests",
      "path" : "Tests/InProcessInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "InProcessInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "GRPCInteropTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycleTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycleTests",
      "path" : "Tests/GRPCServiceLifecycleTests",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycleTestKit",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "ServiceLifecycleConformanceTests.swift"
      ],
      "target_dependencies" : [
        "GRPCServiceLifecycle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycle",
      "path" : "Sources/GRPCServiceLifecycle",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "GRPCServiceLifecycle"
      ],
      "sources" : [
        "GRPCClient+Service.swift",
        "GRPCServer+Service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCReflectionServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionServiceTests",
      "path" : "Tests/GRPCReflectionServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GRPCReflectionServiceTests/Generated/DescriptorSets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GRPCReflectionServiceTests.swift",
        "ReflectionClient.swift"
      ],
      "target_dependencies" : [
        "GRPCReflectionService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCReflectionService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionService",
      "path" : "Sources/GRPCReflectionService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCReflectionService"
      ],
      "sources" : [
        "Generated/reflection.grpc.swift",
        "Generated/reflection.pb.swift",
        "Service/ReflectionService+V1.swift",
        "Service/ReflectionService.swift",
        "Service/ReflectionServiceRegistry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptorsTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptorsTests",
      "path" : "Tests/GRPCOTelTracingInterceptorsTests",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "sources" : [
        "GRPCOTelTracingInterceptorsTests.swift",
        "PeerAddressTests.swift",
        "TracingTestsUtilities.swift"
      ],
      "target_dependencies" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptors",
      "path" : "Sources/GRPCOTelTracingInterceptors",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "product_memberships" : [
        "GRPCOTelTracingInterceptors"
      ],
      "sources" : [
        "HookedAsyncSequence.swift",
        "HookedWriter.swift",
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCInteropTests",
      "path" : "Sources/GRPCInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "GRPCInteropTests"
      ],
      "sources" : [
        "AssertionFailure.swift",
        "Generated/empty.grpc.swift",
        "Generated/empty.pb.swift",
        "Generated/empty_service.grpc.swift",
        "Generated/empty_service.pb.swift",
        "Generated/messages.grpc.swift",
        "Generated/messages.pb.swift",
        "Generated/test.grpc.swift",
        "Generated/test.pb.swift",
        "InteroperabilityTestCase.swift",
        "InteroperabilityTestCases.swift",
        "TestService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCHealthServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthServiceTests",
      "path" : "Tests/GRPCHealthServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "HealthTests.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCHealthService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCHealthService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthService",
      "path" : "Sources/GRPCHealthService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCHealthService"
      ],
      "sources" : [
        "Generated/health.grpc.swift",
        "Generated/health.pb.swift",
        "HealthService+Service.swift",
        "HealthService.swift",
        "ServingStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.