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 main (76a788), with Swift 6.1 for Linux on 3 Dec 2025 19:18:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 76a788f Bump grpc-swift-2 version and regenerate code
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
76a788f3fa747466752573afbfc08c893089bf56
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at main
========================================
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.2.1",
            "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.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "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",
        "GRPCInProcessTransport",
        "GRPCProtobuf",
        "Tracing",
        "InMemoryTracing"
      ],
      "sources" : [
        "Echo/EchoService.swift",
        "Echo/Generated/echo.grpc.swift",
        "Echo/Generated/echo.pb.swift",
        "GRPCOTelTracingInterceptorsTests.swift",
        "OTelTracingIntegrationTests.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" : [
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift",
        "Tracing/Tracing+RPC.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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
Fetching https://github.com/grpc/grpc-swift-protobuf.git
[1/29959] Fetching grpc-swift-2
[2/32336] Fetching grpc-swift-2, grpc-swift-protobuf
[2279/34904] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.46s)
[11856/32527] Fetching grpc-swift-2, swift-service-lifecycle
warning: 'swift-protobuf': skipping cache due to an error: Failed to clone repository https://github.com/apple/swift-protobuf.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-protobuf-88c150a7'...
    error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
    fatal: error reading section header 'shallow-info'
warning: 'swift-distributed-tracing': skipping cache due to an error: Failed to clone repository https://github.com/apple/swift-distributed-tracing.git:
    Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/swift-distributed-tracing-85e5637e'...
    error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
    fatal: error reading section header 'shallow-info'
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.65s)
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.68s)
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.11s)
Fetching https://github.com/apple/swift-protobuf.git
[1/41489] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (6.91s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.1 (14.68s)
Fetching https://github.com/apple/swift-collections.git
[1/18325] Fetching swift-collections
Updating https://github.com/apple/swift-protobuf.git
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.80s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.78s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5789] Fetching swift-async-algorithms
[986/11465] 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.1.1 (1.04s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.86s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.0 (0.64s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
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.3.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.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.9.1
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.2.1
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.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.1
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.1.1
[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
[4/24] Copying PrivacyInfo.xcprivacy
[4/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/136] Emitting module ServiceContextModule
[26/136] Compiling ServiceContextModule ServiceContext.swift
[27/136] Compiling SwiftProtobuf BytecodeReader.swift
[28/136] Compiling SwiftProtobuf CustomJSONCodable.swift
[29/138] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[30/138] Compiling SwiftProtobuf BytecodeInterpreter.swift
[31/138] Compiling ConcurrencyHelpers LockedValueBox.swift
[32/138] Compiling SwiftProtobuf BinaryDecodingError.swift
[33/138] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[34/138] Compiling SwiftProtobuf AsyncMessageSequence.swift
[35/138] Compiling SwiftProtobuf BinaryDecoder.swift
[36/138] Compiling ServiceContextModule ServiceContextKey.swift
[37/139] Compiling SwiftProtobuf BinaryDelimited.swift
[38/139] Compiling SwiftProtobuf BinaryEncoder.swift
[39/139] Compiling SwiftProtobuf BinaryEncodingError.swift
[40/139] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[41/139] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[42/139] Compiling SwiftProtobuf AnyMessageStorage.swift
[43/139] Compiling SwiftProtobuf AnyUnpackError.swift
[44/139] Emitting module InternalCollectionsUtilities
[46/139] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[47/139] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[49/213] Compiling Instrumentation NoOpInstrument.swift
[50/215] Emitting module Instrumentation
[51/216] Compiling Instrumentation MultiplexInstrument.swift
[52/216] Compiling Instrumentation Instrument.swift
[53/216] Compiling OrderedCollections _HashTable+Constants.swift
[54/216] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[55/218] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/218] Compiling OrderedCollections OrderedDictionary+Elements.swift
[57/218] Compiling Instrumentation InstrumentationSystem.swift
[58/218] Compiling Instrumentation Locks.swift
[59/219] Emitting module ConcurrencyHelpers
[60/219] Compiling ConcurrencyHelpers Lock.swift
[61/219] Emitting module Logging
[62/219] Compiling Logging MetadataProvider.swift
[63/220] Compiling Logging Locks.swift
[64/220] Compiling Logging LogHandler.swift
[65/220] Compiling Logging Logging.swift
[69/221] Compiling OrderedCollections _HashTable+Testing.swift
[70/221] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[71/221] Compiling OrderedCollections _HashTable.swift
[72/221] Compiling OrderedCollections _Hashtable+Header.swift
[73/225] Compiling DequeModule _DequeSlot.swift
[74/225] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/232] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[76/232] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[77/232] Compiling OrderedCollections OrderedDictionary+Codable.swift
[78/232] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[79/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[80/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[81/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[82/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[83/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[84/232] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[85/232] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[86/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[87/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[88/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[89/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[90/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[91/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[92/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[93/239] Compiling Tracing InstrumentationSystem+Tracing.swift
[94/239] Compiling Tracing TracerProtocol.swift
[95/239] Compiling Tracing TracingTime.swift
[96/239] Compiling UnixSignals UnixSignalsSequence.swift
[97/239] Emitting module SwiftProtobuf
[98/250] Emitting module UnixSignals
[99/250] Compiling UnixSignals UnixSignal.swift
[108/251] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[109/251] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[110/251] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[111/251] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[112/251] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[113/251] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[114/251] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[115/251] Compiling OrderedCollections OrderedDictionary+Values.swift
[117/251] Compiling OrderedCollections _HashTable+Bucket.swift
[118/251] Compiling OrderedCollections _HashTable+BucketIterator.swift
[119/251] Compiling OrderedCollections OrderedDictionary.swift
[120/251] Compiling OrderedCollections OrderedSet+Codable.swift
[121/251] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/251] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/251] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/251] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/251] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/251] Compiling OrderedCollections OrderedSet+Hashable.swift
[127/251] Compiling OrderedCollections OrderedSet+Initializers.swift
[128/251] Compiling OrderedCollections OrderedSet+Insertions.swift
[129/251] Compiling OrderedCollections OrderedSet+Invariants.swift
[130/251] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[131/251] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[132/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[133/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[134/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[135/251] Compiling Tracing Tracer.swift
[136/251] Compiling Tracing TracerProtocol+Legacy.swift
[137/251] Emitting module DequeModule
[144/252] Compiling OrderedCollections OrderedSet+Sendable.swift
[145/252] Compiling OrderedCollections OrderedSet+SubSequence.swift
[146/252] Compiling OrderedCollections OrderedSet+Testing.swift
[147/252] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[148/252] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[149/252] Compiling OrderedCollections OrderedSet.swift
[151/252] Emitting module Tracing
[152/252] Compiling Tracing SpanProtocol.swift
[153/252] Compiling Tracing NoOpTracer.swift
[205/308] Compiling OrderedCollections _UnsafeBitset.swift
[207/308] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[208/308] Compiling SwiftProtobuf ProtobufMap.swift
[209/308] Compiling SwiftProtobuf SelectiveVisitor.swift
[210/308] Compiling SwiftProtobuf SimpleExtensionMap.swift
[211/308] Compiling SwiftProtobuf StringUtils.swift
[212/308] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[213/308] Compiling SwiftProtobuf SwiftProtobufError.swift
[214/308] Compiling SwiftProtobuf TextFormatDecoder.swift
[215/308] Compiling SwiftProtobuf TextFormatDecodingError.swift
[216/308] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[217/308] Compiling SwiftProtobuf TextFormatEncoder.swift
[218/308] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[219/308] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[220/308] Compiling SwiftProtobuf TextFormatScanner.swift
[221/308] Compiling SwiftProtobuf TimeUtils.swift
[222/308] Compiling SwiftProtobuf UnknownStorage.swift
[223/308] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[224/308] Compiling SwiftProtobuf Varint.swift
[225/308] Compiling SwiftProtobuf Version.swift
[226/308] Compiling SwiftProtobuf Visitor.swift
[227/308] Compiling SwiftProtobuf WireFormat.swift
[228/308] Compiling SwiftProtobuf ZigZag.swift
[229/308] Compiling SwiftProtobuf any.pb.swift
[230/308] Emitting module OrderedCollections
[232/358] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[233/358] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[234/358] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[235/358] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[236/358] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[237/358] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[238/358] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[239/358] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[240/358] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[241/358] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[242/358] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[243/358] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[244/358] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[245/358] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[246/358] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[247/358] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[248/358] Compiling AsyncAlgorithms ChannelStorage.swift
[249/358] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[250/358] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[251/358] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[252/365] Emitting module GRPCCore
[253/365] Compiling AsyncAlgorithms AsyncShareSequence.swift
[254/365] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[255/365] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[272/371] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[273/371] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[274/371] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[275/371] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[276/371] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[277/371] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[278/371] Compiling AsyncAlgorithms AsyncChannel.swift
[279/371] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[280/371] Compiling AsyncAlgorithms ChannelStateMachine.swift
[281/371] Emitting module AsyncAlgorithms
[286/371] Compiling AsyncAlgorithms CombineLatestStorage.swift
[287/371] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[288/371] Compiling AsyncAlgorithms DebounceStateMachine.swift
[300/371] Compiling AsyncAlgorithms DebounceStorage.swift
[301/371] Compiling AsyncAlgorithms Dictionary.swift
[302/371] Compiling AsyncAlgorithms _TinyArray.swift
[303/371] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[304/371] Compiling AsyncAlgorithms Locking.swift
[305/371] Compiling AsyncAlgorithms Rethrow.swift
[306/371] Compiling AsyncAlgorithms SetAlgebra.swift
[307/371] Compiling AsyncAlgorithms UnsafeTransfer.swift
[308/371] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[309/371] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[310/371] Compiling AsyncAlgorithms ZipStateMachine.swift
[311/371] Compiling AsyncAlgorithms ZipStorage.swift
[318/371] Compiling GRPCCore RPCWriterProtocol.swift
[319/371] Compiling GRPCCore Timeout.swift
[320/371] Compiling GRPCCore ClientTransport.swift
[321/371] Compiling GRPCCore RPCParts.swift
[322/371] Compiling GRPCCore RPCStream.swift
[323/371] Compiling GRPCCore RetryThrottle.swift
[324/371] Compiling GRPCCore ServerTransport.swift
[325/371] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[326/371] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[327/371] Compiling AsyncAlgorithms MergeStateMachine.swift
[328/371] Compiling AsyncAlgorithms MergeStorage.swift
[329/371] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[330/371] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[331/371] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[363/386] Compiling GRPCOTelTracingInterceptors Tracing+RPC.swift
[364/386] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[365/387] Emitting module ServiceLifecycle
[366/387] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[367/387] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[368/387] Emitting module GRPCOTelTracingInterceptors
[369/387] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[370/388] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[371/388] Compiling ServiceLifecycle GracefulShutdown.swift
[372/388] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[374/388] Compiling ServiceLifecycle ServiceRunnerError.swift
[375/388] Compiling ServiceLifecycle ServiceGroup.swift
[376/388] Compiling ServiceLifecycle Service.swift
[377/388] Compiling ServiceLifecycle CancellationWaiter.swift
[379/392] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[380/392] Emitting module GRPCServiceLifecycle
[381/392] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[383/393] Compiling SwiftProtobuf api.pb.swift
[384/393] Compiling SwiftProtobuf descriptor.pb.swift
[385/393] Compiling SwiftProtobuf duration.pb.swift
[386/393] Compiling SwiftProtobuf empty.pb.swift
[387/393] Compiling SwiftProtobuf field_mask.pb.swift
[388/393] Compiling SwiftProtobuf source_context.pb.swift
[389/393] Compiling SwiftProtobuf struct.pb.swift
[390/393] Compiling SwiftProtobuf timestamp.pb.swift
[391/393] Compiling SwiftProtobuf type.pb.swift
[392/393] Compiling SwiftProtobuf wrappers.pb.swift
[393/393] Compiling SwiftProtobuf resource_bundle_accessor.swift
[395/405] Compiling GRPCProtobuf GoogleRPCStatus.swift
[396/406] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[397/406] Compiling GRPCProtobuf error_details.pb.swift
[398/406] Compiling GRPCProtobuf status.pb.swift
[399/406] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[400/406] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[401/406] Compiling GRPCProtobuf Coding.swift
[402/406] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[403/406] Compiling GRPCProtobuf code.pb.swift
[404/406] Compiling GRPCProtobuf ErrorDetails+Types.swift
[405/406] Compiling GRPCProtobuf ErrorDetails.swift
[406/406] Emitting module GRPCProtobuf
[408/431] Compiling GRPCInteropTests AssertionFailure.swift
[409/431] Compiling GRPCInteropTests empty.grpc.swift
[410/432] Compiling GRPCHealthService ServingStatus.swift
[411/432] Compiling GRPCHealthService HealthService.swift
[412/432] Compiling GRPCReflectionService ReflectionService.swift
[413/432] Emitting module GRPCReflectionService
[414/432] Compiling GRPCReflectionService reflection.grpc.swift
[415/432] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[416/432] Emitting module GRPCInteropTests
[417/432] Compiling GRPCReflectionService ReflectionService+V1.swift
[418/432] Compiling GRPCHealthService health.pb.swift
[419/432] Compiling GRPCHealthService HealthService+Service.swift
[420/432] Emitting module GRPCHealthService
[421/432] Compiling GRPCHealthService health.grpc.swift
[422/433] Compiling GRPCInteropTests TestService.swift
[424/433] Compiling GRPCReflectionService reflection.pb.swift
[426/434] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[427/434] Compiling GRPCInteropTests test.pb.swift
[428/434] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[429/434] Compiling GRPCInteropTests empty.pb.swift
[430/434] Compiling GRPCInteropTests empty_service.grpc.swift
[431/434] Compiling GRPCInteropTests messages.pb.swift
[432/434] Compiling GRPCInteropTests test.grpc.swift
[433/434] Compiling GRPCInteropTests empty_service.pb.swift
[434/434] Compiling GRPCInteropTests messages.grpc.swift
Build complete! (172.15s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift-2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "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.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "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",
        "GRPCInProcessTransport",
        "GRPCProtobuf",
        "Tracing",
        "InMemoryTracing"
      ],
      "sources" : [
        "Echo/EchoService.swift",
        "Echo/Generated/echo.grpc.swift",
        "Echo/Generated/echo.pb.swift",
        "GRPCOTelTracingInterceptorsTests.swift",
        "OTelTracingIntegrationTests.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" : [
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift",
        "Tracing/Tracing+RPC.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:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.