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 (dd34da), with Swift 6.1 for Android on 2 Jun 2025 17:44:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 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 main
========================================
Build
========================================
Selected platform:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
[1/2426] Fetching swift-service-lifecycle
[729/7400] Fetching swift-service-lifecycle, swift-distributed-tracing
[3476/36957] Fetching swift-service-lifecycle, swift-distributed-tracing, grpc-swift-2
[3622/39106] Fetching swift-service-lifecycle, swift-distributed-tracing, grpc-swift-2, grpc-swift-protobuf
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.47s)
[14329/34132] Fetching swift-service-lifecycle, grpc-swift-2, grpc-swift-protobuf
[31178/73454] Fetching swift-service-lifecycle, grpc-swift-2, grpc-swift-protobuf, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (1.55s)
[41421/71305] Fetching swift-service-lifecycle, grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.58s)
[12257/41748] Fetching swift-service-lifecycle, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (6.05s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.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 (6.77s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
[899/8821] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.23s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.23s)
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.88s)
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.65s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (2.39s)
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.55s)
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.30s)
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.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.20s)
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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
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
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
[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
[3/24] Copying PrivacyInfo.xcprivacy
[3/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/132] Compiling ServiceContextModule ServiceContext.swift
[26/132] Compiling ConcurrencyHelpers LockedValueBox.swift
[27/132] Emitting module ServiceContextModule
[28/132] Emitting module InternalCollectionsUtilities
[29/132] Compiling SwiftProtobuf AnyMessageStorage.swift
[30/132] Compiling SwiftProtobuf AnyUnpackError.swift
[31/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/133] Compiling SwiftProtobuf BinaryEncodingError.swift
[33/133] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[34/133] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[35/133] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[36/133] Compiling SwiftProtobuf BinaryDecodingError.swift
[37/133] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[38/133] Compiling SwiftProtobuf AsyncMessageSequence.swift
[39/133] Compiling SwiftProtobuf BinaryDecoder.swift
[40/133] Compiling SwiftProtobuf BinaryDelimited.swift
[41/133] Compiling SwiftProtobuf BinaryEncoder.swift
[42/133] Compiling ServiceContextModule ServiceContextKey.swift
[44/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/141] Compiling Instrumentation NoOpInstrument.swift
[47/141] Compiling Instrumentation Instrument.swift
[48/141] Compiling Instrumentation MultiplexInstrument.swift
[49/211] Compiling OrderedCollections _HashTable+Testing.swift
[50/211] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[51/211] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[52/211] Compiling OrderedCollections OrderedSet+Descriptions.swift
[53/213] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[54/213] Compiling OrderedCollections OrderedSet+Hashable.swift
[55/213] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/213] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[58/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[59/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[60/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[61/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[62/213] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/213] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/220] Compiling DequeModule _DequeSlot.swift
[65/220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[67/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[68/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[69/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/220] Compiling OrderedCollections _HashTable+Constants.swift
[74/220] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/220] Compiling OrderedCollections _HashTable+Bucket.swift
[76/220] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/220] Compiling OrderedCollections OrderedDictionary.swift
[78/220] Compiling OrderedCollections OrderedSet+Codable.swift
[85/220] Compiling OrderedCollections OrderedSet+Initializers.swift
[86/220] Compiling OrderedCollections OrderedSet+Insertions.swift
[87/220] Compiling OrderedCollections OrderedSet+Invariants.swift
[88/220] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[89/220] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[90/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[91/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[92/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[93/220] Compiling OrderedCollections OrderedDictionary+Codable.swift
[94/220] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[95/220] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[96/220] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[97/220] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[98/220] Compiling OrderedCollections OrderedDictionary+Elements.swift
[99/220] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[100/220] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[101/220] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/220] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/220] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[104/220] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/220] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/220] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/220] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/220] Compiling OrderedCollections OrderedDictionary+Values.swift
[111/220] Emitting module DequeModule
[113/233] Compiling Instrumentation InstrumentationSystem.swift
[114/235] Compiling Instrumentation Locks.swift
[115/237] Emitting module Instrumentation
[116/256] Emitting module OrderedCollections
[117/256] Compiling GRPCCore CallOptions.swift
[118/256] Compiling GRPCCore ClientContext.swift
[119/256] Compiling GRPCCore ClientInterceptor.swift
[120/256] Compiling GRPCCore ClientRequest.swift
[121/256] Compiling GRPCCore ClientResponse.swift
[122/256] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[123/256] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[124/256] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[125/261] Emitting module ConcurrencyHelpers
[126/261] Compiling ConcurrencyHelpers Lock.swift
[127/266] Compiling Logging MetadataProvider.swift
[128/270] Compiling Logging Locks.swift
[129/278] Emitting module Logging
[130/278] Compiling Logging LogHandler.swift
[131/278] Compiling Logging Logging.swift
[135/282] Compiling OrderedCollections OrderedSet+Sendable.swift
[136/282] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/282] Compiling OrderedCollections OrderedSet+Testing.swift
[138/282] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/282] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/282] Compiling OrderedCollections OrderedSet.swift
[141/282] Compiling OrderedCollections _UnsafeBitset.swift
[143/291] Compiling UnixSignals UnixSignalsSequence.swift
[144/291] Compiling UnixSignals UnixSignal.swift
[145/291] Emitting module UnixSignals
[147/292] Compiling Tracing InstrumentationSystem+Tracing.swift
[148/292] Compiling Tracing TracerProtocol.swift
[149/292] Compiling Tracing TracingTime.swift
[150/292] Emitting module Tracing
[151/337] Compiling Tracing TracerProtocol+Legacy.swift
[152/337] Compiling Tracing Tracer.swift
[153/337] Compiling Tracing NoOpTracer.swift
[154/337] Compiling Tracing SpanProtocol.swift
[156/338] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[157/338] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[158/338] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[159/338] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[160/338] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[161/338] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[162/338] Compiling AsyncAlgorithms AsyncChannel.swift
[163/338] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[164/338] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[165/338] Compiling AsyncAlgorithms DebounceStateMachine.swift
[166/338] Compiling AsyncAlgorithms DebounceStorage.swift
[167/338] Compiling AsyncAlgorithms Dictionary.swift
[168/349] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[169/349] Compiling AsyncAlgorithms Locking.swift
[170/349] Compiling AsyncAlgorithms ChannelStateMachine.swift
[171/349] Compiling AsyncAlgorithms ChannelStorage.swift
[172/349] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[173/349] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[174/349] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[175/349] Compiling AsyncAlgorithms CombineLatestStorage.swift
[176/349] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[177/349] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[178/349] Compiling AsyncAlgorithms MergeStateMachine.swift
[179/349] Compiling AsyncAlgorithms MergeStorage.swift
[180/349] Emitting module SwiftProtobuf
[185/349] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[186/349] Compiling AsyncAlgorithms Rethrow.swift
[187/355] Emitting module AsyncAlgorithms
[188/355] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[189/355] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[190/355] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[191/355] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[192/355] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[193/355] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[194/355] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[197/355] Compiling SwiftProtobuf SimpleExtensionMap.swift
[198/355] Compiling SwiftProtobuf StringUtils.swift
[199/355] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[200/355] Compiling SwiftProtobuf SwiftProtobufError.swift
[201/355] Compiling SwiftProtobuf TextFormatDecoder.swift
[202/355] Compiling SwiftProtobuf TextFormatDecodingError.swift
[203/355] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[204/355] Compiling SwiftProtobuf TextFormatEncoder.swift
[205/355] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[206/355] Compiling SwiftProtobuf JSONDecodingOptions.swift
[207/355] Compiling SwiftProtobuf JSONEncoder.swift
[208/355] Compiling SwiftProtobuf JSONEncodingError.swift
[209/355] Compiling SwiftProtobuf JSONEncodingOptions.swift
[210/355] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[211/355] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[212/355] Compiling SwiftProtobuf JSONScanner.swift
[213/355] Compiling SwiftProtobuf MathUtils.swift
[214/355] Compiling SwiftProtobuf Message+AnyAdditions.swift
[215/355] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[216/355] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[217/355] Compiling SwiftProtobuf Message+FieldMask.swift
[218/355] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[219/355] Compiling AsyncAlgorithms ZipStateMachine.swift
[220/355] Compiling AsyncAlgorithms ZipStorage.swift
[221/355] Compiling GRPCCore AsyncSequenceOfOne.swift
[222/355] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[223/355] Compiling GRPCCore BroadcastAsyncSequence.swift
[224/355] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[232/355] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[233/355] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[234/355] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[235/355] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[236/355] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[237/355] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[238/355] Compiling AsyncAlgorithms SetAlgebra.swift
[239/355] Compiling AsyncAlgorithms UnsafeTransfer.swift
[240/355] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[259/355] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[260/355] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[261/355] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[262/355] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[263/355] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[291/364] Compiling ServiceLifecycle CancellationWaiter.swift
[292/365] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[293/365] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[294/365] Emitting module ServiceLifecycle
[295/365] Compiling ServiceLifecycle GracefulShutdown.swift
[296/365] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[297/365] Compiling ServiceLifecycle ServiceRunnerError.swift
[298/365] Compiling ServiceLifecycle Service.swift
[299/365] Compiling ServiceLifecycle ServiceGroup.swift
[355/373] Emitting module GRPCCore
[356/373] Compiling GRPCCore RPCWriterProtocol.swift
[357/373] Compiling GRPCCore Timeout.swift
[358/373] Compiling GRPCCore ClientTransport.swift
[359/373] Compiling GRPCCore RPCParts.swift
[360/373] Compiling GRPCCore RPCStream.swift
[361/373] Compiling GRPCCore RetryThrottle.swift
[362/373] Compiling GRPCCore ServerTransport.swift
[364/383] Emitting module GRPCOTelTracingInterceptors
[365/383] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[366/383] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[367/383] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[368/383] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[369/383] Emitting module GRPCServiceLifecycle
[370/383] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[371/384] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[372/384] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.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 RPCError+GoogleRPCStatus.swift
[389/398] Compiling GRPCProtobuf GoogleRPCStatus.swift
[390/398] Compiling GRPCProtobuf code.pb.swift
[391/398] Compiling GRPCProtobuf error_details.pb.swift
[392/398] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[393/398] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[394/398] Compiling GRPCProtobuf Coding.swift
[395/398] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[396/398] Emitting module GRPCProtobuf
[397/398] Compiling GRPCProtobuf ErrorDetails+Types.swift
[398/398] Compiling GRPCProtobuf ErrorDetails.swift
[400/423] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[401/423] Compiling GRPCReflectionService ReflectionService.swift
[402/423] Compiling GRPCHealthService ServingStatus.swift
[403/423] Compiling GRPCHealthService HealthService.swift
[404/423] Compiling GRPCReflectionService ReflectionService+V1.swift
[405/423] Emitting module GRPCHealthService
[406/423] Compiling GRPCInteropTests empty.pb.swift
[407/423] Compiling GRPCInteropTests empty_service.grpc.swift
[408/424] Compiling GRPCHealthService health.grpc.swift
[409/424] Compiling GRPCHealthService health.pb.swift
[410/424] Compiling GRPCHealthService HealthService+Service.swift
[412/425] Compiling GRPCInteropTests AssertionFailure.swift
[413/425] Compiling GRPCInteropTests empty.grpc.swift
[414/425] Emitting module GRPCInteropTests
[415/425] Compiling GRPCInteropTests TestService.swift
[416/425] Compiling GRPCReflectionService reflection.grpc.swift
[417/425] Emitting module GRPCReflectionService
[418/425] Compiling GRPCReflectionService reflection.pb.swift
[420/426] Compiling GRPCInteropTests test.pb.swift
[421/426] Compiling GRPCInteropTests InteroperabilityTestCase.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! (76.22s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.