Build Information
Successful build of grpc-swift-extras, reference main (be9dd9
), with Swift 6.0 for Linux on 14 Apr 2025 13:58:43 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: 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 be9dd92 Enable Swift 6.1 jobs in CI (#43)
Cloned https://github.com/grpc/grpc-swift-extras.git
Revision (git rev-parse @):
be9dd92d6b264a5e6de2d07d24b4ec3137e4c636
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/grpc/grpc-swift-extras.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/grpc/grpc-swift.git
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
[1/1928] Fetching grpc-swift-protobuf
[1081/6898] Fetching grpc-swift-protobuf, swift-distributed-tracing
[2300/9268] Fetching grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle
[7928/59777] Fetching grpc-swift-protobuf, swift-distributed-tracing, swift-service-lifecycle, grpc-swift
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.33s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.33s)
[8001/55479] Fetching swift-distributed-tracing, grpc-swift
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.35s)
[4041/50509] Fetching grpc-swift
[11113/89013] Fetching grpc-swift, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (4.02s)
Fetched https://github.com/apple/swift-protobuf.git from cache (4.05s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.50s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3832] Fetching swift-log
[3833/8788] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.33s)
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.47s)
Fetching https://github.com/apple/swift-service-context.git
[1/1059] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.20s)
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.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.47s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.2.0 (0.48s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.1.2 (0.48s)
Fetching https://github.com/apple/swift-collections.git
[1/15990] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.00s)
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.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.1.2
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.7.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/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
[1/1] Compiling plugin GRPCProtobufGenerator
[2/2] Compiling plugin SwiftProtobufPlugin
[3/3] Compiling plugin generate-grpc-code-from-protos
Building for debugging...
[3/24] Write sources
[3/24] Copying PrivacyInfo.xcprivacy
[3/24] Write sources
[23/24] Write swift-version-24593BA9C3E375BF.txt
[25/135] Compiling SwiftProtobuf BinaryDecoder.swift
[26/135] Compiling SwiftProtobuf BinaryDecodingError.swift
[27/135] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[28/137] Compiling ServiceContextModule ServiceContextKey.swift
[29/137] Emitting module InternalCollectionsUtilities
[30/137] Compiling SwiftProtobuf AnyMessageStorage.swift
[31/137] Compiling SwiftProtobuf AnyUnpackError.swift
[32/137] Compiling SwiftProtobuf AsyncMessageSequence.swift
[33/137] Compiling SwiftProtobuf DoubleParser.swift
[34/137] Compiling SwiftProtobuf Enum.swift
[35/137] Compiling SwiftProtobuf BinaryEncodingError.swift
[36/137] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[37/137] Compiling SwiftProtobuf BinaryDelimited.swift
[38/137] Compiling SwiftProtobuf BinaryEncoder.swift
[39/137] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/137] Compiling ServiceContextModule ServiceContext.swift
[42/137] Emitting module ServiceContextModule
[43/138] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[44/138] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[45/138] Compiling SwiftProtobuf CustomJSONCodable.swift
[46/138] Compiling SwiftProtobuf Decoder.swift
[49/215] Emitting module Logging
[50/215] Compiling Logging MetadataProvider.swift
[51/215] Compiling Logging Locks.swift
[52/215] Emitting module Instrumentation
[53/215] Compiling ConcurrencyHelpers LockedValueBox.swift
[54/215] Emitting module ConcurrencyHelpers
[55/215] Compiling ConcurrencyHelpers Lock.swift
[56/216] Compiling Instrumentation NoOpInstrument.swift
[57/216] Compiling DequeModule Deque+CustomReflectable.swift
[58/216] Compiling DequeModule Deque+Descriptions.swift
[59/218] Compiling Instrumentation MultiplexInstrument.swift
[60/218] Compiling Instrumentation InstrumentationSystem.swift
[61/218] Compiling Instrumentation Instrument.swift
[62/218] Compiling Instrumentation Locks.swift
[63/219] Compiling Logging LogHandler.swift
[64/219] Compiling Logging Logging.swift
[67/220] Compiling DequeModule _DequeBuffer.swift
[68/220] Compiling DequeModule _DequeBufferHeader.swift
[70/220] Compiling DequeModule Deque+Equatable.swift
[71/220] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[72/231] Compiling DequeModule _DequeSlot.swift
[73/231] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/231] Emitting module UnixSignals
[75/231] Compiling Tracing InstrumentationSystem+Tracing.swift
[76/231] Compiling UnixSignals UnixSignal.swift
[77/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[78/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[79/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[80/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[81/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[82/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[83/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[84/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[85/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[86/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[87/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[88/231] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[89/231] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[90/231] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[91/238] Compiling DequeModule Deque+Extras.swift
[92/238] Compiling DequeModule Deque+Hashable.swift
[93/238] Compiling DequeModule Deque+Testing.swift
[94/238] Compiling DequeModule Deque._Storage.swift
[95/238] Compiling DequeModule Deque._UnsafeHandle.swift
[96/238] Compiling DequeModule Deque.swift
[97/238] Compiling Tracing TracingTime.swift
[98/238] Compiling Tracing Tracer.swift
[99/238] Compiling Tracing TracerProtocol.swift
[100/238] Compiling UnixSignals UnixSignalsSequence.swift
[101/239] Compiling DequeModule Deque+Codable.swift
[102/239] Compiling DequeModule Deque+Collection.swift
[103/239] Compiling OrderedCollections OrderedDictionary.swift
[104/239] Compiling OrderedCollections OrderedSet+Codable.swift
[105/239] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[106/239] Compiling OrderedCollections OrderedSet+Descriptions.swift
[107/239] Compiling OrderedCollections OrderedSet+Diffing.swift
[108/239] Compiling OrderedCollections OrderedSet+Equatable.swift
[109/239] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[110/239] Compiling OrderedCollections OrderedSet+Hashable.swift
[111/239] Compiling OrderedCollections OrderedSet+Initializers.swift
[112/239] Compiling OrderedCollections OrderedSet+Insertions.swift
[113/239] Compiling OrderedCollections OrderedSet+Invariants.swift
[114/239] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[115/239] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[116/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[117/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[118/239] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[127/239] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[128/239] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[129/239] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[130/239] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[131/239] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[132/239] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[133/239] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[134/239] Compiling OrderedCollections OrderedDictionary+Values.swift
[135/239] Emitting module Tracing
[145/239] Compiling Tracing TracerProtocol+Legacy.swift
[152/239] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/239] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/239] Compiling OrderedCollections OrderedSet+Testing.swift
[155/239] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/239] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/239] Compiling OrderedCollections OrderedSet.swift
[158/250] Compiling Tracing NoOpTracer.swift
[159/250] Compiling Tracing SpanProtocol.swift
[160/251] Emitting module SwiftProtobuf
[162/251] Emitting module DequeModule
[218/252] Compiling OrderedCollections _UnsafeBitset.swift
[219/307] Compiling SwiftProtobuf ProtobufMap.swift
[220/307] Compiling SwiftProtobuf SelectiveVisitor.swift
[221/307] Compiling SwiftProtobuf SimpleExtensionMap.swift
[222/307] Compiling SwiftProtobuf StringUtils.swift
[223/307] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[224/307] Compiling SwiftProtobuf SwiftProtobufError.swift
[225/307] Compiling SwiftProtobuf TextFormatDecoder.swift
[226/307] Compiling SwiftProtobuf TextFormatDecodingError.swift
[227/307] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[228/307] Compiling SwiftProtobuf TextFormatEncoder.swift
[229/307] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[231/307] Compiling SwiftProtobuf TextFormatScanner.swift
[232/307] Compiling SwiftProtobuf TimeUtils.swift
[233/307] Compiling SwiftProtobuf UnknownStorage.swift
[234/307] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[235/307] Compiling SwiftProtobuf Varint.swift
[236/307] Compiling SwiftProtobuf Version.swift
[237/307] Compiling SwiftProtobuf Visitor.swift
[238/307] Compiling SwiftProtobuf WireFormat.swift
[239/307] Compiling SwiftProtobuf ZigZag.swift
[240/307] Compiling SwiftProtobuf any.pb.swift
[241/307] Emitting module OrderedCollections
[243/353] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[244/353] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[245/353] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[246/353] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[247/353] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[248/353] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[249/353] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[250/353] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[251/353] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[252/353] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[253/353] Compiling AsyncAlgorithms AsyncChannel.swift
[254/353] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[255/359] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[256/359] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[257/359] Compiling AsyncAlgorithms MergeStateMachine.swift
[258/359] Compiling AsyncAlgorithms MergeStorage.swift
[259/359] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[260/359] Compiling AsyncAlgorithms Rethrow.swift
[261/359] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[262/359] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[263/359] Compiling AsyncAlgorithms ZipStateMachine.swift
[264/359] Compiling AsyncAlgorithms ZipStorage.swift
[265/359] Compiling GRPCCore TaskGroup+CancellableTask.swift
[266/359] Compiling GRPCCore Metadata.swift
[267/359] Compiling GRPCCore MethodDescriptor.swift
[268/359] Compiling GRPCCore RPCError.swift
[269/366] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[270/366] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[271/366] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[272/366] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[273/366] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[274/366] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[275/366] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[276/366] Emitting module AsyncAlgorithms
[277/366] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[278/366] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[279/366] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[280/366] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[281/366] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[282/366] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[283/366] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[284/366] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[285/366] Compiling AsyncAlgorithms DebounceStateMachine.swift
[286/366] Compiling AsyncAlgorithms DebounceStorage.swift
[287/366] Compiling AsyncAlgorithms Dictionary.swift
[288/366] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[289/366] Compiling AsyncAlgorithms Locking.swift
[293/366] Compiling AsyncAlgorithms ChannelStateMachine.swift
[294/366] Compiling AsyncAlgorithms ChannelStorage.swift
[295/366] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[296/366] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[297/366] Emitting module GRPCCore
[298/366] Compiling GRPCCore RPCWriterProtocol.swift
[299/366] Compiling GRPCCore Timeout.swift
[300/366] Compiling GRPCCore ClientTransport.swift
[301/366] Compiling GRPCCore RPCParts.swift
[302/366] Compiling GRPCCore RPCStream.swift
[303/366] Compiling GRPCCore RetryThrottle.swift
[304/366] Compiling GRPCCore ServerTransport.swift
[320/366] Compiling AsyncAlgorithms SetAlgebra.swift
[321/366] Compiling AsyncAlgorithms UnsafeTransfer.swift
[330/366] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[331/366] Compiling AsyncAlgorithms CombineLatestStorage.swift
[358/376] Compiling ServiceLifecycle Service.swift
[359/383] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[360/383] Emitting module ServiceLifecycle
[361/383] Compiling ServiceLifecycle ServiceRunnerError.swift
[362/383] Compiling ServiceLifecycle CancellationWaiter.swift
[363/383] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[364/383] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[365/383] Compiling ServiceLifecycle GracefulShutdown.swift
[366/383] Compiling GRPCOTelTracingInterceptors HookedAsyncSequence.swift
[367/383] Compiling GRPCOTelTracingInterceptors HookedWriter.swift
[368/383] Emitting module GRPCOTelTracingInterceptors
[369/383] Compiling GRPCOTelTracingInterceptors ClientOTelTracingInterceptor.swift
[370/383] Compiling GRPCOTelTracingInterceptors ServerOTelTracingInterceptor.swift
[371/383] Compiling GRPCOTelTracingInterceptors SpanAttributes+GRPCTracingKeys.swift
[373/384] Compiling ServiceLifecycle ServiceGroup.swift
[375/388] Compiling GRPCServiceLifecycle GRPCServer+Service.swift
[376/388] Compiling GRPCServiceLifecycle GRPCClient+Service.swift
[377/388] Emitting module GRPCServiceLifecycle
[379/389] Compiling SwiftProtobuf api.pb.swift
[380/389] Compiling SwiftProtobuf descriptor.pb.swift
[381/389] Compiling SwiftProtobuf duration.pb.swift
[382/389] Compiling SwiftProtobuf empty.pb.swift
[383/389] Compiling SwiftProtobuf field_mask.pb.swift
[384/389] Compiling SwiftProtobuf source_context.pb.swift
[385/389] Compiling SwiftProtobuf struct.pb.swift
[386/389] Compiling SwiftProtobuf timestamp.pb.swift
[387/389] Compiling SwiftProtobuf type.pb.swift
[388/389] Compiling SwiftProtobuf wrappers.pb.swift
[389/389] Compiling SwiftProtobuf resource_bundle_accessor.swift
[391/401] Compiling GRPCProtobuf Coding.swift
[392/401] Compiling GRPCProtobuf ContiguousBytesAdapter.swift
[393/401] Compiling GRPCProtobuf ErrorDetails+AnyPacking.swift
[394/401] Compiling GRPCProtobuf ErrorDetails+CustomStringConvertible.swift
[395/402] Compiling GRPCProtobuf GoogleRPCStatus.swift
[396/402] Compiling GRPCProtobuf status.pb.swift
[397/402] Compiling GRPCProtobuf RPCError+GoogleRPCStatus.swift
[398/402] Emitting module GRPCProtobuf
[399/402] Compiling GRPCProtobuf error_details.pb.swift
[400/402] Compiling GRPCProtobuf ErrorDetails+Types.swift
[401/402] Compiling GRPCProtobuf ErrorDetails.swift
[402/402] Compiling GRPCProtobuf code.pb.swift
[404/427] Emitting module GRPCHealthService
[405/427] Compiling GRPCHealthService ServingStatus.swift
[406/427] Compiling GRPCHealthService HealthService+Service.swift
[407/427] Compiling GRPCHealthService HealthService.swift
[408/427] Compiling GRPCHealthService health.grpc.swift
[409/427] Compiling GRPCHealthService health.pb.swift
[410/428] Compiling GRPCInteropTests AssertionFailure.swift
[411/428] Compiling GRPCInteropTests empty.grpc.swift
[412/428] Compiling GRPCInteropTests empty.pb.swift
[413/428] Compiling GRPCInteropTests empty_service.grpc.swift
[414/429] Compiling GRPCReflectionService ReflectionService+V1.swift
[416/429] Compiling GRPCReflectionService ReflectionService.swift
[417/429] Compiling GRPCReflectionService ReflectionServiceRegistry.swift
[418/429] Emitting module GRPCInteropTests
[419/429] Compiling GRPCInteropTests TestService.swift
[420/429] Emitting module GRPCReflectionService
[421/429] Compiling GRPCReflectionService reflection.grpc.swift
[422/429] Compiling GRPCReflectionService reflection.pb.swift
[424/430] Compiling GRPCInteropTests InteroperabilityTestCases.swift
[425/430] Compiling GRPCInteropTests InteroperabilityTestCase.swift
[426/430] Compiling GRPCInteropTests test.pb.swift
[427/430] Compiling GRPCInteropTests empty_service.pb.swift
[428/430] Compiling GRPCInteropTests messages.grpc.swift
[429/430] Compiling GRPCInteropTests messages.pb.swift
[430/430] Compiling GRPCInteropTests test.grpc.swift
Build complete! (58.48s)
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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.