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 (e04783), with Swift 6.1 for Android on 27 Jun 2025 17:23:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.64.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 e047830 Add list endpoint to health service (#51)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
e04783060535ed6c0d7fbe9cb7507e5f08faf93a
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-2":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/29648] Fetching grpc-swift-2
[2/31814] Fetching grpc-swift-2, grpc-swift-protobuf
[472/34240] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle
[1792/39273] Fetching grpc-swift-2, grpc-swift-protobuf, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.49s)
[19059/36847] Fetching grpc-swift-2, grpc-swift-protobuf, swift-distributed-tracing
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[14232/29648] Fetching grpc-swift-2
[29649/69075] Fetching grpc-swift-2, swift-protobuf
Fetched https://github.com/grpc/grpc-swift-2.git from cache (2.28s)
[26417/39427] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (5.77s)
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.34s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
[450/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.47s)
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.71s)
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.69s)
Fetching https://github.com/apple/swift-collections.git
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
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.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.08s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.64s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.24s)
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.77s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.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/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
[13/24] Copying PrivacyInfo.xcprivacy
[13/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/132] Emitting module ConcurrencyHelpers
[26/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/133] Compiling ConcurrencyHelpers LockedValueBox.swift
[28/133] Emitting module InternalCollectionsUtilities
[29/133] Compiling SwiftProtobuf AnyMessageStorage.swift
[30/133] Compiling SwiftProtobuf AnyUnpackError.swift
[31/133] Compiling ServiceContextModule ServiceContextKey.swift
[32/133] Emitting module ServiceContextModule
[33/133] Compiling ServiceContextModule ServiceContext.swift
[34/134] Compiling SwiftProtobuf BinaryDecodingError.swift
[35/134] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[36/134] Compiling SwiftProtobuf AsyncMessageSequence.swift
[37/134] Compiling SwiftProtobuf BinaryDecoder.swift
[38/134] Compiling SwiftProtobuf BinaryDelimited.swift
[39/134] Compiling SwiftProtobuf BinaryEncoder.swift
[40/134] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[41/134] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[42/134] Compiling SwiftProtobuf BinaryEncodingError.swift
[43/134] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[45/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/170] Compiling Instrumentation NoOpInstrument.swift
[48/207] Compiling Instrumentation MultiplexInstrument.swift
[49/211] Compiling Instrumentation Instrument.swift
[50/211] Compiling DequeModule _DequeBuffer.swift
[51/211] Compiling DequeModule _DequeBufferHeader.swift
[52/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[53/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[54/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[55/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[56/213] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/213] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[58/213] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[59/220] Compiling DequeModule Deque+CustomReflectable.swift
[60/220] Compiling DequeModule Deque+Descriptions.swift
[61/220] Compiling DequeModule Deque+Equatable.swift
[62/220] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/220] Compiling DequeModule Deque+Extras.swift
[64/220] Compiling DequeModule Deque+Hashable.swift
[65/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[66/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[69/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/220] Compiling OrderedCollections OrderedSet+Initializers.swift
[73/220] Compiling OrderedCollections OrderedSet+Insertions.swift
[74/220] Compiling OrderedCollections OrderedSet+Invariants.swift
[75/220] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/220] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/220] Compiling OrderedCollections OrderedDictionary.swift
[81/220] Compiling OrderedCollections OrderedSet+Codable.swift
[82/220] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/220] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/220] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/220] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/220] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/220] Compiling OrderedCollections OrderedSet+Hashable.swift
[88/220] Compiling DequeModule _DequeSlot.swift
[89/220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/220] Compiling DequeModule Deque+Testing.swift
[91/220] Compiling DequeModule Deque._Storage.swift
[92/220] Compiling DequeModule Deque._UnsafeHandle.swift
[93/220] Compiling DequeModule Deque.swift
[94/220] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[95/220] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[96/220] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[97/220] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[98/220] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[99/220] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[100/220] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[101/220] Compiling OrderedCollections OrderedDictionary+Values.swift
[110/220] Emitting module DequeModule
[111/220] Compiling DequeModule Deque+Codable.swift
[112/220] Compiling DequeModule Deque+Collection.swift
[113/221] Compiling OrderedCollections OrderedSet+Sendable.swift
[114/221] Compiling OrderedCollections OrderedSet+SubSequence.swift
[115/221] Compiling OrderedCollections OrderedSet+Testing.swift
[116/221] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[117/221] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[118/221] Compiling OrderedCollections OrderedSet.swift
[119/221] Compiling OrderedCollections _UnsafeBitset.swift
[129/221] Emitting module OrderedCollections
[131/322] Emitting module SwiftProtobuf
[132/333] Compiling Instrumentation InstrumentationSystem.swift
[133/333] Emitting module Instrumentation
[134/333] Compiling Instrumentation Locks.swift
[135/334] Compiling ConcurrencyHelpers Lock.swift
[136/334] Compiling Logging MetadataProvider.swift
[137/334] Compiling Logging Locks.swift
[138/335] Emitting module Logging
[139/335] Compiling Logging LogHandler.swift
[140/335] Compiling Logging Logging.swift
[143/336] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[144/336] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[145/336] Compiling AsyncAlgorithms MergeStateMachine.swift
[146/336] Compiling AsyncAlgorithms MergeStorage.swift
[147/336] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[148/336] Compiling AsyncAlgorithms Rethrow.swift
[150/353] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[151/353] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[152/353] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[153/353] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[154/353] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[155/353] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[156/353] Emitting module AsyncAlgorithms
[157/353] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[158/353] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[159/353] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[160/353] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[161/353] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[162/353] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[163/353] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[164/353] Compiling Tracing NoOpTracer.swift
[165/353] Emitting module UnixSignals
[166/353] Emitting module Tracing
[167/353] Compiling AsyncAlgorithms ZipStateMachine.swift
[168/353] Compiling AsyncAlgorithms ZipStorage.swift
[169/353] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[170/353] Compiling GRPCCore RPCAsyncSequence.swift
[171/353] Compiling GRPCCore RPCWriter+Closable.swift
[172/353] Compiling GRPCCore RPCWriter.swift
[179/353] Compiling Tracing TracingTime.swift
[180/353] Compiling UnixSignals UnixSignal.swift
[181/353] Compiling Tracing Tracer.swift
[182/353] Compiling UnixSignals UnixSignalsSequence.swift
[185/353] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[186/353] Compiling AsyncAlgorithms DebounceStateMachine.swift
[187/353] Compiling AsyncAlgorithms DebounceStorage.swift
[188/353] Compiling AsyncAlgorithms Dictionary.swift
[189/353] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[190/353] Compiling AsyncAlgorithms Locking.swift
[191/353] Compiling AsyncAlgorithms SetAlgebra.swift
[192/353] Compiling AsyncAlgorithms UnsafeTransfer.swift
[193/353] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[194/353] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[202/354] Compiling Tracing TracerProtocol.swift
[203/354] Compiling Tracing TracerProtocol+Legacy.swift
[205/354] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[206/354] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[207/354] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[208/354] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[209/354] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[210/354] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[211/354] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[212/354] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[213/354] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[214/354] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[215/354] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[216/354] Compiling AsyncAlgorithms AsyncChannel.swift
[217/354] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[218/354] Compiling AsyncAlgorithms ChannelStateMachine.swift
[219/354] Compiling AsyncAlgorithms ChannelStorage.swift
[220/354] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[221/354] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[222/354] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[223/354] Compiling AsyncAlgorithms CombineLatestStorage.swift
[229/354] Compiling SwiftProtobuf SelectiveVisitor.swift
[230/354] Compiling SwiftProtobuf SimpleExtensionMap.swift
[231/354] Compiling SwiftProtobuf StringUtils.swift
[232/354] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[233/354] Compiling SwiftProtobuf SwiftProtobufError.swift
[234/354] Compiling SwiftProtobuf TextFormatDecoder.swift
[235/354] Compiling SwiftProtobuf TextFormatDecodingError.swift
[236/354] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[237/354] Compiling SwiftProtobuf TextFormatEncoder.swift
[238/354] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[239/354] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[240/354] Compiling SwiftProtobuf TextFormatScanner.swift
[241/354] Compiling SwiftProtobuf TimeUtils.swift
[242/354] Compiling SwiftProtobuf UnknownStorage.swift
[243/354] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[244/354] Compiling SwiftProtobuf Varint.swift
[245/354] Compiling SwiftProtobuf Version.swift
[246/354] Compiling SwiftProtobuf Visitor.swift
[247/354] Compiling SwiftProtobuf WireFormat.swift
[248/354] Compiling SwiftProtobuf ZigZag.swift
[249/354] Compiling SwiftProtobuf any.pb.swift
[250/354] Compiling Tracing InstrumentationSystem+Tracing.swift
[251/354] Compiling Tracing SpanProtocol.swift
[279/364] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[280/364] Compiling ServiceLifecycle CancellationWaiter.swift
[281/365] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[282/365] Emitting module ServiceLifecycle
[283/365] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[284/365] Compiling ServiceLifecycle ServiceRunnerError.swift
[297/365] Compiling ServiceLifecycle Service.swift
[298/365] Compiling ServiceLifecycle GracefulShutdown.swift
[299/365] Compiling ServiceLifecycle ServiceGroup.swift
[324/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] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[365/383] Emitting module GRPCServiceLifecycle
[366/383] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[368/384] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[369/384] Emitting module GRPCOTelTracingInterceptors
[370/384] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[371/384] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[372/384] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[373/384] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.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 code.pb.swift
[388/398] Compiling GRPCProtobuf Coding.swift
[389/398] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[390/398] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[391/398] Emitting module GRPCProtobuf
[392/398] Compiling GRPCProtobuf status.pb.swift
[393/398] Compiling GRPCProtobuf GoogleRPCStatus.swift
[394/398] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[395/398] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[396/398] Compiling GRPCProtobuf ErrorDetails+Types.swift
[397/398] Compiling GRPCProtobuf ErrorDetails.swift
[398/398] Compiling GRPCProtobuf error_details.pb.swift
[400/423] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[401/423] Compiling GRPCInteropTests test.pb.swift
[402/424] Compiling GRPCHealthService HealthService.swift
[403/424] Compiling GRPCHealthService ServingStatus.swift
[404/424] Compiling GRPCReflectionService ReflectionService+V1.swift
[405/424] Emitting module GRPCReflectionService
[406/424] Compiling GRPCHealthService HealthService+Service.swift
[407/424] Emitting module GRPCInteropTests
[408/424] Compiling GRPCReflectionService ReflectionService.swift
[409/424] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[410/424] Emitting module GRPCHealthService
[411/424] Compiling GRPCHealthService health.grpc.swift
[412/424] Compiling GRPCHealthService health.pb.swift
[414/425] Compiling GRPCInteropTests TestService.swift
[415/425] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[416/425] Compiling GRPCReflectionService reflection.grpc.swift
[417/425] Compiling GRPCReflectionService reflection.pb.swift
[419/426] Compiling GRPCInteropTests AssertionFailure.swift
[420/426] Compiling GRPCInteropTests empty.grpc.swift
[421/426] Compiling GRPCInteropTests empty_service.pb.swift
[422/426] Compiling GRPCInteropTests messages.grpc.swift
[423/426] Compiling GRPCInteropTests empty.pb.swift
[424/426] Compiling GRPCInteropTests empty_service.grpc.swift
[425/426] Compiling GRPCInteropTests messages.pb.swift
[426/426] Compiling GRPCInteropTests test.grpc.swift
Build complete! (101.61s)
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.