The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of grpc-swift-extras, reference 1.0.0 (c32c03), with Swift 6.0 for Linux on 31 Jan 2025 14:43:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grpc/grpc-swift-extras.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/grpc/grpc-swift-extras
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c32c03d Relax dependency requirements (#36)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
c32c03dcfa0957025c52c27a1c0b7a070a199727
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.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.6.3",
            "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" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/grpc/grpc-swift-protobuf.git
[1/1646] Fetching grpc-swift-protobuf
[1647/6598] Fetching grpc-swift-protobuf, swift-distributed-tracing
[2638/8893] Fetching grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle
[8894/46970] Fetching grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle, swift-protobuf
[9275/97197] Fetching grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle, swift-protobuf, grpc-swift
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (2.23s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.23s)
Fetched https://github.com/grpc/grpc-swift.git from cache (2.27s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.05s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.11s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.6.3 (0.90s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4552] Fetching swift-async-algorithms
[4553/8302] Fetching swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.30s)
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.0.0 (0.48s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.0.0 (0.48s)
Fetching https://github.com/apple/swift-collections.git
[1/15627] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.88s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.04s)
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.48s)
Fetching https://github.com/apple/swift-service-context.git
[1/1018] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.45s)
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.3
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.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.0.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 1.0.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.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.6.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.2.0
[1/1] Compiling plugin GRPCProtobufGenerator
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/23] Write sources
[8/23] Copying PrivacyInfo.xcprivacy
[8/23] Write sources
[22/23] Write swift-version-24593BA9C3E375BF.txt
[24/134] Emitting module ConcurrencyHelpers
[25/134] Emitting module InternalCollectionsUtilities
[26/136] Compiling ConcurrencyHelpers LockedValueBox.swift
[27/136] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/136] Compiling InternalCollectionsUtilities Specialize.swift
[29/136] Compiling ServiceContextModule ServiceContext.swift
[30/136] Compiling ServiceContextModule ServiceContextKey.swift
[31/136] Emitting module ServiceContextModule
[32/136] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/136] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/137] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/137] Compiling InternalCollectionsUtilities Integer rank.swift
[36/137] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[38/137] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[39/137] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/137] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/137] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/137] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/137] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[44/137] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/137] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[46/137] Compiling InternalCollectionsUtilities Debugging.swift
[47/137] Compiling InternalCollectionsUtilities Descriptions.swift
[50/144] Emitting module Instrumentation
[51/184] Compiling Instrumentation Instrument.swift
[52/184] Compiling Instrumentation InstrumentationSystem.swift
[53/214] Emitting module Logging
[54/214] Compiling Logging Locks.swift
[55/214] Compiling ConcurrencyHelpers Lock.swift
[56/214] Compiling Logging MetadataProvider.swift
[57/214] Compiling Instrumentation NoOpInstrument.swift
[58/215] Compiling Instrumentation MultiplexInstrument.swift
[59/215] Compiling Logging LogHandler.swift
[60/215] Compiling Logging Logging.swift
[61/216] Compiling Instrumentation Locks.swift
[65/217] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/217] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/219] Compiling OrderedCollections _HashTable+Constants.swift
[68/219] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[69/222] Compiling OrderedCollections _HashTable+Testing.swift
[70/222] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[71/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[72/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[73/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[74/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[75/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[76/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[77/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[78/237] Compiling DequeModule _DequeSlot.swift
[79/237] Compiling DequeModule _UnsafeWrappedBuffer.swift
[80/237] Emitting module UnixSignals
[81/237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/237] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/237] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/237] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[88/237] Compiling OrderedCollections _HashTable.swift
[89/237] Compiling OrderedCollections _Hashtable+Header.swift
[90/237] Compiling OrderedCollections OrderedDictionary+Codable.swift
[91/237] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[92/237] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[93/237] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[94/237] Compiling Tracing TracingTime.swift
[95/237] Compiling UnixSignals UnixSignal.swift
[96/237] Compiling UnixSignals UnixSignalsSequence.swift
[98/238] Compiling OrderedCollections OrderedDictionary.swift
[99/238] Compiling OrderedCollections OrderedSet+Codable.swift
[100/238] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[101/238] Compiling OrderedCollections OrderedSet+Descriptions.swift
[102/238] Compiling OrderedCollections OrderedSet+Diffing.swift
[103/238] Compiling OrderedCollections OrderedSet+Equatable.swift
[104/238] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[105/238] Compiling OrderedCollections OrderedSet+Hashable.swift
[106/238] Compiling OrderedCollections OrderedSet+Initializers.swift
[107/238] Compiling OrderedCollections OrderedSet+Insertions.swift
[108/238] Compiling OrderedCollections OrderedSet+Invariants.swift
[109/238] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[110/238] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[111/238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/238] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[114/238] Compiling Tracing TracerProtocol.swift
[115/238] Compiling OrderedCollections _HashTable+Bucket.swift
[116/238] Compiling OrderedCollections _HashTable+BucketIterator.swift
[117/238] Compiling Tracing TracerProtocol+Legacy.swift
[118/238] Compiling Tracing Tracer.swift
[119/238] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[120/238] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[121/238] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[122/238] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[123/238] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[124/238] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[125/238] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[126/238] Compiling OrderedCollections OrderedDictionary+Values.swift
[127/238] Emitting module Tracing
[136/238] Emitting module DequeModule
[138/239] Compiling Tracing NoOpTracer.swift
[139/239] Compiling Tracing InstrumentationSystem+Tracing.swift
[140/239] Compiling Tracing SpanProtocol.swift
[161/306] Compiling SwiftProtobuf Message+JSONAdditions.swift
[162/306] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[163/306] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[164/306] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[165/306] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[166/306] Compiling SwiftProtobuf Message.swift
[167/306] Compiling SwiftProtobuf MessageExtension.swift
[168/306] Compiling SwiftProtobuf NameMap.swift
[169/306] Compiling SwiftProtobuf PathDecoder.swift
[170/306] Compiling SwiftProtobuf PathVisitor.swift
[171/306] Compiling SwiftProtobuf ProtoNameProviding.swift
[172/306] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[173/306] Compiling OrderedCollections OrderedSet.swift
[174/306] Compiling OrderedCollections _UnsafeBitset.swift
[175/306] Compiling SwiftProtobuf SimpleExtensionMap.swift
[176/306] Compiling SwiftProtobuf StringUtils.swift
[177/306] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[178/306] Compiling SwiftProtobuf SwiftProtobufError.swift
[179/306] Compiling SwiftProtobuf TextFormatDecoder.swift
[180/306] Compiling SwiftProtobuf TextFormatDecodingError.swift
[181/306] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[182/306] Compiling SwiftProtobuf TextFormatEncoder.swift
[183/306] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[184/306] Compiling GRPCCore RPCRouter.swift
[185/306] Compiling GRPCCore RegistrableRPCService.swift
[186/306] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[187/306] Compiling GRPCCore ServerContext.swift
[188/306] Compiling GRPCCore ServerInterceptor.swift
[189/306] Compiling GRPCCore ServerRequest.swift
[190/306] Compiling GRPCCore ServerResponse.swift
[191/306] Compiling GRPCCore Coding.swift
[192/306] Compiling GRPCCore Metadata+GRPC.swift
[193/306] Compiling GRPCCore MethodConfigs.swift
[194/306] Compiling GRPCCore Result+Catching.swift
[195/306] Compiling GRPCCore String+Extensions.swift
[196/306] Compiling GRPCCore RuntimeError.swift
[197/306] Compiling GRPCCore ServiceDescriptor.swift
[198/306] Compiling GRPCCore Status.swift
[199/306] Compiling GRPCCore AsyncSequenceOfOne.swift
[200/306] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[201/306] Compiling GRPCCore BroadcastAsyncSequence.swift
[202/306] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[203/306] Compiling OrderedCollections OrderedSet+Sendable.swift
[204/306] Compiling OrderedCollections OrderedSet+SubSequence.swift
[205/306] Compiling OrderedCollections OrderedSet+Testing.swift
[206/306] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[207/306] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[208/306] Compiling GRPCCore CallOptions.swift
[209/306] Compiling GRPCCore ClientContext.swift
[210/306] Compiling GRPCCore ClientInterceptor.swift
[211/306] Compiling GRPCCore ClientRequest.swift
[212/306] Compiling GRPCCore ClientResponse.swift
[213/306] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[214/306] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[215/306] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[216/306] Compiling GRPCCore ClientRPCExecutor.swift
[217/306] Compiling GRPCCore ClientRequest+Convenience.swift
[218/306] Compiling GRPCCore ClientResponse+Convenience.swift
[219/306] Compiling GRPCCore ClientStreamExecutor.swift
[227/306] Emitting module SwiftProtobuf
[228/306] Compiling GRPCCore RetryDelaySequence.swift
[229/306] Compiling GRPCCore ConditionalInterceptor.swift
[230/306] Compiling GRPCCore ServerCancellationManager.swift
[231/306] Compiling GRPCCore ServerRPCExecutor.swift
[232/306] Compiling GRPCCore CompressionAlgorithm.swift
[233/306] Compiling GRPCCore GRPCContiguousBytes.swift
[234/306] Compiling GRPCCore MethodConfig.swift
[235/306] Compiling GRPCCore ServiceConfig.swift
[236/306] Compiling GRPCCore GRPCClient.swift
[237/306] Compiling GRPCCore GRPCServer.swift
[238/306] Compiling GRPCCore Base64.swift
[239/306] Compiling GRPCCore UnsafeTransfer.swift
[240/306] Emitting module OrderedCollections
[242/352] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[243/352] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[244/352] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[245/352] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[246/352] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[247/352] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[248/358] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[249/358] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[250/358] Compiling AsyncAlgorithms MergeStateMachine.swift
[251/358] Compiling AsyncAlgorithms MergeStorage.swift
[252/358] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[253/358] Compiling AsyncAlgorithms Rethrow.swift
[254/358] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[255/358] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[256/358] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[257/358] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[258/358] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[259/358] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[260/358] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[261/358] Emitting module AsyncAlgorithms
[262/358] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[263/358] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[264/358] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[265/358] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[266/358] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[267/358] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[268/358] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[269/358] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[270/358] Compiling AsyncAlgorithms DebounceStateMachine.swift
[271/358] Compiling AsyncAlgorithms DebounceStorage.swift
[272/358] Compiling AsyncAlgorithms Dictionary.swift
[273/358] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[274/358] Compiling AsyncAlgorithms Locking.swift
[279/358] Compiling AsyncAlgorithms SetAlgebra.swift
[280/358] Compiling AsyncAlgorithms UnsafeTransfer.swift
[281/358] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[290/365] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[291/365] Compiling AsyncAlgorithms ZipStateMachine.swift
[292/365] Compiling AsyncAlgorithms ZipStorage.swift
[297/365] Emitting module GRPCCore
[314/365] Compiling AsyncAlgorithms AsyncChannel.swift
[315/365] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[316/365] Compiling AsyncAlgorithms ChannelStateMachine.swift
[317/365] Compiling AsyncAlgorithms ChannelStorage.swift
[318/365] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[319/365] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[320/365] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[321/365] Compiling AsyncAlgorithms CombineLatestStorage.swift
[326/365] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[327/365] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[328/365] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[329/365] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[349/366] Compiling GRPCCore RPCWriterProtocol.swift
[350/366] Compiling GRPCCore Timeout.swift
[351/366] Compiling GRPCCore ClientTransport.swift
[352/366] Compiling GRPCCore RPCParts.swift
[353/366] Compiling GRPCCore RPCStream.swift
[354/366] Compiling GRPCCore RetryThrottle.swift
[355/366] Compiling GRPCCore ServerTransport.swift
[357/375] Compiling ServiceLifecycle Service.swift
[358/382] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[359/382] Emitting module ServiceLifecycle
[360/382] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[361/382] Compiling ServiceLifecycle GracefulShutdown.swift
[362/382] Compiling ServiceLifecycle CancellationWaiter.swift
[363/382] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[364/382] Compiling ServiceLifecycle ServiceRunnerError.swift
[365/382] Emitting module GRPCOTelTracingInterceptors
[366/382] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[367/382] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[368/382] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[369/382] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[370/382] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[372/383] Compiling ServiceLifecycle ServiceGroup.swift
[374/387] Emitting module GRPCServiceLifecycle
[375/387] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[376/387] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[378/388] Compiling SwiftProtobuf api.pb.swift
[379/388] Compiling SwiftProtobuf descriptor.pb.swift
[380/388] Compiling SwiftProtobuf duration.pb.swift
[381/388] Compiling SwiftProtobuf empty.pb.swift
[382/388] Compiling SwiftProtobuf field_mask.pb.swift
[383/388] Compiling SwiftProtobuf source_context.pb.swift
[384/388] Compiling SwiftProtobuf struct.pb.swift
[385/388] Compiling SwiftProtobuf timestamp.pb.swift
[386/388] Compiling SwiftProtobuf type.pb.swift
[387/388] Compiling SwiftProtobuf wrappers.pb.swift
[388/388] Compiling SwiftProtobuf resource_bundle_accessor.swift
[390/400] Compiling GRPCProtobuf GoogleRPCStatus.swift
[391/401] Compiling GRPCProtobuf status.pb.swift
[392/401] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[393/401] Emitting module GRPCProtobuf
[394/401] Compiling GRPCProtobuf Coding.swift
[395/401] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[396/401] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[397/401] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[398/401] Compiling GRPCProtobuf ErrorDetails+Types.swift
[399/401] Compiling GRPCProtobuf ErrorDetails.swift
[400/401] Compiling GRPCProtobuf error_details.pb.swift
[401/401] Compiling GRPCProtobuf code.pb.swift
[403/426] Compiling GRPCHealthService HealthService+Service.swift
[404/426] Compiling GRPCHealthService HealthService.swift
[405/426] Compiling GRPCHealthService ServingStatus.swift
[406/426] Compiling GRPCInteropTests AssertionFailure.swift
[407/426] Compiling GRPCInteropTests empty.grpc.swift
[408/426] Compiling GRPCInteropTests empty.pb.swift
[409/426] Compiling GRPCInteropTests empty_service.grpc.swift
[410/427] Compiling GRPCHealthService health.pb.swift
[411/427] Compiling GRPCHealthService health.grpc.swift
[412/427] Emitting module GRPCHealthService
[413/428] Compiling GRPCReflectionService ReflectionService.swift
[414/428] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[416/428] Compiling GRPCReflectionService ReflectionService+V1.swift
[417/428] Compiling GRPCReflectionService reflection.grpc.swift
[418/428] Emitting module GRPCReflectionService
[419/428] Compiling GRPCReflectionService reflection.pb.swift
[420/429] Emitting module GRPCInteropTests
[422/429] Compiling GRPCInteropTests TestService.swift
[423/429] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[424/429] Compiling GRPCInteropTests test.pb.swift
[425/429] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[426/429] Compiling GRPCInteropTests empty_service.pb.swift
[427/429] Compiling GRPCInteropTests messages.grpc.swift
[428/429] Compiling GRPCInteropTests messages.pb.swift
[429/429] Compiling GRPCInteropTests test.grpc.swift
Build complete! (58.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.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.6.3",
            "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" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "GRPCHealthService",
      "targets" : [
        "GRPCHealthService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCReflectionService",
      "targets" : [
        "GRPCReflectionService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCOTelTracingInterceptors",
      "targets" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCServiceLifecycle",
      "targets" : [
        "GRPCServiceLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GRPCInteropTests",
      "targets" : [
        "GRPCInteropTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InProcessInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "InProcessInteropTests",
      "path" : "Tests/InProcessInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "InProcessInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "GRPCInteropTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycleTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycleTests",
      "path" : "Tests/GRPCServiceLifecycleTests",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycleTestKit",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "ServiceLifecycleConformanceTests.swift"
      ],
      "target_dependencies" : [
        "GRPCServiceLifecycle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCServiceLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "GRPCServiceLifecycle",
      "path" : "Sources/GRPCServiceLifecycle",
      "product_dependencies" : [
        "GRPCCore",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "GRPCServiceLifecycle"
      ],
      "sources" : [
        "GRPCClient+Service.swift",
        "GRPCServer+Service.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCReflectionServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionServiceTests",
      "path" : "Tests/GRPCReflectionServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport",
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GRPCReflectionServiceTests/Generated/DescriptorSets",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GRPCReflectionServiceTests.swift",
        "ReflectionClient.swift"
      ],
      "target_dependencies" : [
        "GRPCReflectionService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCReflectionService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCReflectionService",
      "path" : "Sources/GRPCReflectionService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCReflectionService"
      ],
      "sources" : [
        "Generated/reflection.grpc.swift",
        "Generated/reflection.pb.swift",
        "Service/ReflectionService+V1.swift",
        "Service/ReflectionService.swift",
        "Service/ReflectionServiceRegistry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptorsTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptorsTests",
      "path" : "Tests/GRPCOTelTracingInterceptorsTests",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "sources" : [
        "GRPCOTelTracingInterceptorsTests.swift",
        "PeerAddressTests.swift",
        "TracingTestsUtilities.swift"
      ],
      "target_dependencies" : [
        "GRPCOTelTracingInterceptors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCOTelTracingInterceptors",
      "module_type" : "SwiftTarget",
      "name" : "GRPCOTelTracingInterceptors",
      "path" : "Sources/GRPCOTelTracingInterceptors",
      "product_dependencies" : [
        "GRPCCore",
        "Tracing"
      ],
      "product_memberships" : [
        "GRPCOTelTracingInterceptors"
      ],
      "sources" : [
        "HookedAsyncSequence.swift",
        "HookedWriter.swift",
        "Tracing/ClientOTelTracingInterceptor.swift",
        "Tracing/ServerOTelTracingInterceptor.swift",
        "Tracing/SpanAttributes+GRPCTracingKeys.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCInteropTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCInteropTests",
      "path" : "Sources/GRPCInteropTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf"
      ],
      "product_memberships" : [
        "GRPCInteropTests"
      ],
      "sources" : [
        "AssertionFailure.swift",
        "Generated/empty.grpc.swift",
        "Generated/empty.pb.swift",
        "Generated/empty_service.grpc.swift",
        "Generated/empty_service.pb.swift",
        "Generated/messages.grpc.swift",
        "Generated/messages.pb.swift",
        "Generated/test.grpc.swift",
        "Generated/test.pb.swift",
        "InteroperabilityTestCase.swift",
        "InteroperabilityTestCases.swift",
        "TestService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GRPCHealthServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthServiceTests",
      "path" : "Tests/GRPCHealthServiceTests",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCInProcessTransport"
      ],
      "sources" : [
        "HealthTests.swift",
        "Test Utilities/XCTest+Utilities.swift"
      ],
      "target_dependencies" : [
        "GRPCHealthService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GRPCHealthService",
      "module_type" : "SwiftTarget",
      "name" : "GRPCHealthService",
      "path" : "Sources/GRPCHealthService",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "GRPCHealthService"
      ],
      "sources" : [
        "Generated/health.grpc.swift",
        "Generated/health.pb.swift",
        "HealthService+Service.swift",
        "HealthService.swift",
        "ServingStatus.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.