Build Information
Failed to build Connect, reference main (736e45), with Swift 6.1 for Linux on 6 Dec 2025 01:34:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.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/connectrpc/connect-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 736e455 Upgrade conformance suite to v1.0.5 (#379)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
736e455ace16da163f13846893ebf1faa33fa7fa
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/connectrpc/connect-swift.git
https://github.com/connectrpc/connect-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-http2",
"requirement" : {
"range" : [
{
"lower_bound" : "1.35.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-http2.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.29.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.30.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Connect",
"name" : "Connect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Connect",
"targets" : [
"Connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectMocks",
"targets" : [
"ConnectMocks"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ConnectNIO",
"targets" : [
"ConnectNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "protoc-gen-connect-swift",
"targets" : [
"ConnectSwiftPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "protoc-gen-connect-swift-mocks",
"targets" : [
"ConnectMocksPlugin"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConnectConformanceClient",
"targets" : [
"ConnectConformanceClient"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "ConnectSwiftPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectSwiftPlugin",
"path" : "Plugins/ConnectSwiftPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift"
],
"sources" : [
"ConnectClientGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectPluginUtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilitiesTests",
"path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
"sources" : [
"FilePathComponentsTests.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "test"
},
{
"c99name" : "ConnectPluginUtilities",
"module_type" : "SwiftTarget",
"name" : "ConnectPluginUtilities",
"path" : "Plugins/ConnectPluginUtilities",
"product_dependencies" : [
"SwiftProtobuf",
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift",
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"FilePathComponents.swift",
"Generator.swift",
"GeneratorOptions.swift",
"MethodDescriptor+Extensions.swift",
"ServiceDescriptor+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "ConnectNIO",
"module_type" : "SwiftTarget",
"name" : "ConnectNIO",
"path" : "Libraries/ConnectNIO",
"product_dependencies" : [
"NIOConcurrencyHelpers",
"NIOCore",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOHTTP2",
"NIOPosix",
"NIOSSL"
],
"product_memberships" : [
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/ConnectStreamChannelHandler.swift",
"Internal/ConnectUnaryChannelHandler.swift",
"Internal/Extensions/ConnectError+Extensions.swift",
"Internal/Extensions/HTTPRequestHead+Extensions.swift",
"Internal/Extensions/Headers+Extensions.swift",
"Internal/GRPCInterceptor.swift",
"Public/NIOHTTPClient.swift",
"Public/NetworkProtocol+Extensions.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectMocksPlugin",
"module_type" : "SwiftTarget",
"name" : "ConnectMocksPlugin",
"path" : "Plugins/ConnectMocksPlugin",
"product_dependencies" : [
"SwiftProtobufPluginLibrary"
],
"product_memberships" : [
"protoc-gen-connect-swift-mocks"
],
"sources" : [
"ConnectMockGenerator.swift"
],
"target_dependencies" : [
"ConnectPluginUtilities"
],
"type" : "executable"
},
{
"c99name" : "ConnectMocks",
"module_type" : "SwiftTarget",
"name" : "ConnectMocks",
"path" : "Libraries/ConnectMocks",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectMocks"
],
"sources" : [
"MockBidirectionalAsyncStream.swift",
"MockBidirectionalStream.swift",
"MockClientOnlyAsyncStream.swift",
"MockClientOnlyStream.swift",
"MockServerOnlyAsyncStream.swift",
"MockServerOnlyStream.swift"
],
"target_dependencies" : [
"Connect"
],
"type" : "library"
},
{
"c99name" : "ConnectLibraryTests",
"module_type" : "SwiftTarget",
"name" : "ConnectLibraryTests",
"path" : "Tests/UnitTests/ConnectLibraryTests",
"product_dependencies" : [
"SwiftProtobuf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ConnectMocksTests/ConnectMocksTests.swift",
"ConnectTests/ConnectEndStreamResponseTests.swift",
"ConnectTests/ConnectErrorTests.swift",
"ConnectTests/EnvelopeTests.swift",
"ConnectTests/GzipCompressionPoolTests.swift",
"ConnectTests/InterceptorChainIterationTests.swift",
"ConnectTests/InterceptorFactoryTests.swift",
"ConnectTests/InterceptorIntegrationTests.swift",
"ConnectTests/JSONCodecTests.swift",
"ConnectTests/ProtoCodecTests.swift",
"ConnectTests/ProtocolClientConfigTests.swift",
"ConnectTests/ServiceMetadataTests.swift",
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
],
"target_dependencies" : [
"Connect",
"ConnectMocks"
],
"type" : "test"
},
{
"c99name" : "ConnectConformanceClient",
"module_type" : "SwiftTarget",
"name" : "ConnectConformanceClient",
"path" : "Tests/ConformanceClient",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"ConnectConformanceClient"
],
"sources" : [
"GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
"GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
"GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
"Sources/CommandLineArgument.swift",
"Sources/ConformanceInvoker.swift",
"Sources/main.swift"
],
"target_dependencies" : [
"Connect",
"ConnectNIO"
],
"type" : "executable"
},
{
"c99name" : "Connect",
"module_type" : "SwiftTarget",
"name" : "Connect",
"path" : "Libraries/Connect",
"product_dependencies" : [
"SwiftProtobuf"
],
"product_memberships" : [
"Connect",
"ConnectMocks",
"ConnectNIO",
"ConnectConformanceClient"
],
"sources" : [
"Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
"Internal/Interceptors/ConnectInterceptor.swift",
"Internal/Interceptors/GRPCWebInterceptor.swift",
"Internal/Interceptors/InterceptorChain.swift",
"Internal/Streaming/BidirectionalAsyncStream.swift",
"Internal/Streaming/BidirectionalStream.swift",
"Internal/Streaming/ClientOnlyAsyncStream.swift",
"Internal/Streaming/ClientOnlyStream.swift",
"Internal/Streaming/ClientOnlyStreamValidation.swift",
"Internal/Streaming/ConnectEndStreamResponse.swift",
"Internal/Streaming/ServerOnlyAsyncStream.swift",
"Internal/Streaming/ServerOnlyStream.swift",
"Internal/Streaming/URLSessionStream.swift",
"Internal/Unary/UnaryAsyncWrapper.swift",
"Internal/Utilities/Lock.swift",
"Internal/Utilities/Locked.swift",
"Internal/Utilities/TimeoutTimer.swift",
"PackageInternal/ConnectError+GRPC.swift",
"PackageInternal/Envelope.swift",
"PackageInternal/Headers+GRPC.swift",
"PackageInternal/Trailers+gRPC.swift",
"Public/Implementation/Clients/ProtocolClient.swift",
"Public/Implementation/Clients/URLSessionHTTPClient.swift",
"Public/Implementation/Codecs/JSONCodec.swift",
"Public/Implementation/Codecs/ProtoCodec.swift",
"Public/Implementation/Compression/GzipCompressionPool.swift",
"Public/Interfaces/Cancelable.swift",
"Public/Interfaces/Code.swift",
"Public/Interfaces/Codec.swift",
"Public/Interfaces/CompressionPool.swift",
"Public/Interfaces/ConnectError.swift",
"Public/Interfaces/HTTPClientInterface.swift",
"Public/Interfaces/HTTPMethod.swift",
"Public/Interfaces/HTTPMetrics.swift",
"Public/Interfaces/HTTPRequest.swift",
"Public/Interfaces/HTTPResponse.swift",
"Public/Interfaces/HeaderConstants.swift",
"Public/Interfaces/Headers.swift",
"Public/Interfaces/IdempotencyLevel.swift",
"Public/Interfaces/Interceptors/Interceptor.swift",
"Public/Interfaces/Interceptors/InterceptorFactory.swift",
"Public/Interfaces/Interceptors/StreamInterceptor.swift",
"Public/Interfaces/Interceptors/UnaryInterceptor.swift",
"Public/Interfaces/MethodSpec.swift",
"Public/Interfaces/NetworkProtocol.swift",
"Public/Interfaces/ProtobufMessage.swift",
"Public/Interfaces/ProtocolClientConfig.swift",
"Public/Interfaces/ProtocolClientInterface.swift",
"Public/Interfaces/ResponseMessage.swift",
"Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
"Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
"Public/Interfaces/Streaming/StreamResult.swift",
"Public/Interfaces/Trailers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
[1/11718] Fetching swift-nio-http2
[705/27006] Fetching swift-nio-http2, swift-nio-ssl
[3487/107669] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[51307/149189] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (15.99s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (16.78s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (16.79s)
Fetched https://github.com/apple/swift-protobuf.git from cache (16.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (17.53s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.33.3 (0.86s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.85s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5181] Fetching swift-system
[5182/23509] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.93s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.33.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/473] Write sources
[2/473] Copying PrivacyInfo.xcprivacy
[2/473] Write sources
[28/473] Compiling CNIOWindows WSAStartup.c
[29/473] Compiling CNIOWindows shim.c
[30/473] Compiling _AtomicsShims.c
[31/473] Compiling CNIOWASI CNIOWASI.c
[32/473] Compiling CNIOPosix event_loop_id.c
[33/473] Compiling CNIOOpenBSD shim.c
[34/473] Compiling CNIOLinux liburing_shims.c
[35/473] Compiling CNIOLLHTTP c_nio_http.c
[36/473] Compiling CNIODarwin shim.c
[37/473] Compiling CNIOLinux shim.c
[38/473] Compiling fiat_p256_adx_sqr.S
[39/473] Compiling CNIOLLHTTP c_nio_api.c
[40/473] Compiling fiat_curve25519_adx_square.S
[41/473] Compiling fiat_p256_adx_mul.S
[42/473] Compiling fiat_curve25519_adx_mul.S
[43/473] Write swift-version-24593BA9C3E375BF.txt
[44/473] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/473] Compiling a_bitstr.cc
[46/477] Compiling CNIOBoringSSLShims shims.c
[47/564] Compiling tls_method.cc
[48/564] Compiling tls_record.cc
[49/598] Compiling tls13_enc.cc
[50/598] Compiling tls13_server.cc
[52/598] Emitting module InternalCollectionsUtilities
[52/600] Compiling c-nioatomics.c
[54/600] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[55/600] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[56/600] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/600] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/600] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/600] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[60/600] Compiling InternalCollectionsUtilities Debugging.swift
[61/600] Compiling InternalCollectionsUtilities Descriptions.swift
[62/600] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[63/600] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/600] Emitting module _NIOBase64
[65/600] Compiling _NIOBase64 Base64.swift
[66/601] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/603] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/603] Compiling InternalCollectionsUtilities Integer rank.swift
[73/603] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[74/603] Compiling _NIODataStructures _TinyArray.swift
[81/603] Compiling _NIODataStructures PriorityQueue.swift
[85/603] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/603] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/603] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/604] Compiling tls13_client.cc
[91/604] Wrapping AST for _NIOBase64 for debugging
[93/619] Compiling DequeModule Deque+CustomReflectable.swift
[94/619] Compiling DequeModule Deque+Descriptions.swift
[94/621] Wrapping AST for InternalCollectionsUtilities for debugging
[96/621] Emitting module Atomics
[96/621] Compiling tls13_both.cc
[98/621] Compiling Atomics IntegerOperations.swift
[99/621] Compiling Atomics Unmanaged extensions.swift
[100/621] Compiling DequeModule Deque+Collection.swift
[101/621] Compiling DequeModule Deque+Equatable.swift
[102/621] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/622] Compiling DequeModule _DequeBuffer.swift
[104/622] Compiling DequeModule _DequeBufferHeader.swift
[108/622] Compiling DequeModule Deque+Extras.swift
[109/622] Compiling DequeModule Deque+Hashable.swift
[110/622] Compiling DequeModule _DequeSlot.swift
[111/622] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/622] Emitting module _NIODataStructures
[113/622] Compiling _NIODataStructures Heap.swift
[113/623] Compiling t1_enc.cc
[116/623] Compiling DequeModule Deque._UnsafeHandle.swift
[117/623] Compiling DequeModule Deque.swift
[118/623] Compiling DequeModule Deque+Testing.swift
[119/623] Compiling DequeModule Deque._Storage.swift
[119/623] Compiling ssl_transcript.cc
[120/623] Wrapping AST for _NIODataStructures for debugging
[122/623] Compiling DequeModule Deque+Codable.swift
[124/623] Emitting module DequeModule
[133/624] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[134/624] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[135/624] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[136/624] Compiling SwiftProtobuf HashVisitor.swift
[137/624] Compiling SwiftProtobuf Internal.swift
[137/635] Compiling ssl_versions.cc
[139/635] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[140/635] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[141/635] Compiling SwiftProtobuf TextFormatScanner.swift
[142/635] Compiling SwiftProtobuf TimeUtils.swift
[143/635] Compiling SwiftProtobuf UnknownStorage.swift
[144/635] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[145/635] Compiling SwiftProtobuf Varint.swift
[146/635] Compiling SwiftProtobuf Version.swift
[147/635] Compiling SwiftProtobuf Visitor.swift
[148/635] Compiling SwiftProtobuf WireFormat.swift
[149/635] Compiling SwiftProtobuf ZigZag.swift
[150/635] Compiling SwiftProtobuf any.pb.swift
[150/635] Wrapping AST for DequeModule for debugging
[152/635] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[153/635] Compiling SwiftProtobuf Message+FieldMask.swift
[154/635] Compiling SwiftProtobuf Message+JSONAdditions.swift
[155/635] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[156/635] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[157/635] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[158/635] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[159/635] Compiling SwiftProtobuf Message.swift
[160/635] Compiling SwiftProtobuf MessageExtension.swift
[161/635] Compiling SwiftProtobuf NameMap.swift
[162/635] Compiling SwiftProtobuf PathDecoder.swift
[163/635] Compiling SwiftProtobuf PathVisitor.swift
[164/635] Compiling SwiftProtobuf ProtoNameProviding.swift
[165/635] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[166/635] Compiling SwiftProtobuf ProtobufMap.swift
[167/635] Compiling SwiftProtobuf SelectiveVisitor.swift
[168/635] Compiling SwiftProtobuf SimpleExtensionMap.swift
[169/635] Compiling SwiftProtobuf StringUtils.swift
[170/635] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[171/635] Compiling SwiftProtobuf SwiftProtobufError.swift
[172/635] Compiling SwiftProtobuf TextFormatDecoder.swift
[173/635] Compiling SwiftProtobuf TextFormatDecodingError.swift
[174/635] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[175/635] Compiling SwiftProtobuf TextFormatEncoder.swift
[175/635] Compiling ssl_stat.cc
[176/635] Compiling ssl_x509.cc
[177/635] Compiling ssl_privkey.cc
[178/635] Compiling ssl_session.cc
[179/635] Compiling ssl_lib.cc
[181/635] Compiling SwiftProtobuf JSONDecoder.swift
[182/635] Compiling SwiftProtobuf JSONDecodingError.swift
[183/635] Compiling SwiftProtobuf JSONDecodingOptions.swift
[184/635] Compiling SwiftProtobuf JSONEncoder.swift
[185/635] Compiling SwiftProtobuf JSONEncodingError.swift
[186/635] Compiling SwiftProtobuf JSONEncodingOptions.swift
[187/635] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[188/635] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[189/635] Compiling SwiftProtobuf JSONScanner.swift
[190/635] Compiling SwiftProtobuf MathUtils.swift
[191/635] Compiling SwiftProtobuf Message+AnyAdditions.swift
[192/635] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[193/635] Compiling SwiftProtobuf BytecodeInterpreter.swift
[194/635] Compiling SwiftProtobuf BytecodeReader.swift
[195/635] Compiling SwiftProtobuf CustomJSONCodable.swift
[196/635] Compiling SwiftProtobuf Decoder.swift
[197/635] Compiling SwiftProtobuf DoubleParser.swift
[198/635] Compiling SwiftProtobuf Enum.swift
[199/635] Compiling SwiftProtobuf ExtensibleMessage.swift
[200/635] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[201/635] Compiling SwiftProtobuf ExtensionFields.swift
[202/635] Compiling SwiftProtobuf ExtensionMap.swift
[203/635] Compiling SwiftProtobuf FieldTag.swift
[204/635] Compiling SwiftProtobuf FieldTypes.swift
[204/635] Compiling ssl_key_share.cc
[205/635] Compiling ssl_file.cc
[206/635] Compiling ssl_credential.cc
[207/635] Compiling ssl_cipher.cc
[208/635] Compiling ssl_cert.cc
[222/635] Emitting module SwiftProtobuf
[222/635] Compiling ssl_buffer.cc
[223/635] Compiling s3_pkt.cc
[224/635] Compiling ssl_asn1.cc
[225/635] Compiling ssl_aead_ctx.cc
[226/635] Compiling s3_lib.cc
[227/635] Compiling s3_both.cc
[228/635] Compiling handshake_server.cc
[229/635] Compiling handoff.cc
[230/635] Compiling handshake_client.cc
[231/635] Compiling handshake.cc
[232/635] Compiling encrypted_client_hello.cc
[233/635] Compiling extensions.cc
[234/635] Compiling dtls_record.cc
[235/635] Compiling md5-x86_64-linux.S
[236/635] Compiling md5-x86_64-apple.S
[237/635] Compiling md5-586-linux.S
[238/635] Compiling md5-586-apple.S
[239/635] Compiling d1_srtp.cc
[240/635] Compiling chacha20_poly1305_x86_64-linux.S
[241/635] Compiling d1_pkt.cc
[242/635] Compiling dtls_method.cc
[243/635] Compiling chacha20_poly1305_x86_64-apple.S
[244/635] Compiling chacha20_poly1305_armv8-win.S
[245/635] Compiling chacha20_poly1305_armv8-linux.S
[246/635] Compiling chacha20_poly1305_armv8-apple.S
[247/635] Compiling chacha-x86_64-linux.S
[247/635] Compiling err_data.cc
[249/635] Compiling chacha-x86_64-apple.S
[250/635] Compiling chacha-x86-linux.S
[251/635] Compiling chacha-armv8-linux.S
[251/635] Compiling chacha-armv8-win.S
[253/635] Compiling chacha-x86-apple.S
[254/635] Compiling chacha-armv8-apple.S
[255/635] Compiling chacha-armv4-linux.S
[256/635] Compiling aes128gcmsiv-x86_64-apple.S
[257/635] Compiling aes128gcmsiv-x86_64-linux.S
[258/635] Compiling x86_64-mont5-linux.S
[259/635] Compiling x86_64-mont-apple.S
[260/635] Compiling d1_lib.cc
[261/635] Compiling x86_64-mont5-apple.S
[262/635] Compiling x86_64-mont-linux.S
[263/635] Compiling x86-mont-linux.S
[264/635] Compiling vpaes-x86-linux.S
[265/635] Compiling x86-mont-apple.S
[266/635] Compiling vpaes-x86_64-linux.S
[267/635] Compiling vpaes-x86_64-apple.S
[268/635] Compiling vpaes-x86-apple.S
[269/635] Compiling vpaes-armv8-linux.S
[270/635] Compiling vpaes-armv8-apple.S
[271/635] Compiling vpaes-armv8-win.S
[272/635] Compiling vpaes-armv7-linux.S
[273/635] Compiling sha512-x86_64-linux.S
[274/635] Compiling sha512-x86_64-apple.S
[275/635] Compiling sha512-armv8-linux.S
[276/635] Compiling sha512-armv8-win.S
[277/635] Compiling sha512-armv8-apple.S
[278/635] Compiling sha512-armv4-linux.S
[279/635] Compiling sha512-586-apple.S
[280/635] Compiling sha512-586-linux.S
[281/635] Compiling sha256-armv8-win.S
[282/635] Compiling sha256-x86_64-apple.S
[283/635] Compiling sha256-x86_64-linux.S
[285/635] Compiling SwiftProtobuf api.pb.swift
[286/635] Compiling SwiftProtobuf descriptor.pb.swift
[287/635] Compiling SwiftProtobuf duration.pb.swift
[288/635] Compiling SwiftProtobuf empty.pb.swift
[289/635] Compiling SwiftProtobuf field_mask.pb.swift
[290/635] Compiling SwiftProtobuf source_context.pb.swift
[291/635] Compiling SwiftProtobuf struct.pb.swift
[292/635] Compiling SwiftProtobuf timestamp.pb.swift
[293/635] Compiling SwiftProtobuf type.pb.swift
[294/635] Compiling SwiftProtobuf wrappers.pb.swift
[295/635] Compiling SwiftProtobuf resource_bundle_accessor.swift
[295/635] Compiling sha256-armv8-linux.S
[296/635] Compiling sha256-armv8-apple.S
[297/635] Compiling sha256-586-linux.S
[298/636] Compiling sha256-586-apple.S
[299/636] Compiling sha256-armv4-linux.S
[300/636] Compiling sha1-x86_64-apple.S
[301/636] Compiling sha1-x86_64-linux.S
[302/636] Compiling sha1-armv8-win.S
[303/636] Compiling sha1-armv8-linux.S
[304/636] Compiling sha1-586-linux.S
[305/636] Compiling sha1-armv8-apple.S
[306/636] Compiling bio_ssl.cc
[307/636] Compiling sha1-armv4-large-linux.S
[308/636] Compiling sha1-586-apple.S
[309/636] Compiling rsaz-avx2-linux.S
[311/636] Compiling rdrand-x86_64-linux.S
[312/636] Compiling rsaz-avx2-apple.S
[313/636] Compiling p256_beeu-x86_64-asm-linux.S
[314/636] Compiling p256_beeu-armv8-asm-win.S
[315/636] Compiling rdrand-x86_64-apple.S
[315/636] Compiling p256_beeu-x86_64-asm-apple.S
[317/636] Compiling p256_beeu-armv8-asm-linux.S
[318/636] Compiling p256-x86_64-asm-apple.S
[319/636] Compiling p256-armv8-asm-win.S
[320/636] Compiling p256_beeu-armv8-asm-apple.S
[321/636] Compiling p256-armv8-asm-linux.S
[322/636] Compiling p256-x86_64-asm-linux.S
[323/636] Compiling p256-armv8-asm-apple.S
[324/636] Compiling ghashv8-armv8-win.S
[325/636] Compiling ghashv8-armv8-apple.S
[326/636] Compiling ghashv8-armv8-linux.S
[327/636] Compiling ghashv8-armv7-linux.S
[328/636] Compiling ghash-x86_64-linux.S
[329/636] Compiling ghash-x86-linux.S
[330/636] Compiling ghash-x86_64-apple.S
[331/636] Compiling ghash-x86-apple.S
[332/636] Wrapping AST for SwiftProtobuf for debugging
[333/636] Compiling ghash-ssse3-x86_64-linux.S
[334/636] Compiling ghash-ssse3-x86-linux.S
[335/636] Compiling ghash-ssse3-x86-apple.S
[335/636] Compiling ghash-ssse3-x86_64-apple.S
[337/686] Compiling ghash-neon-armv8-win.S
[338/714] Compiling ghash-neon-armv8-linux.S
[339/714] Compiling co-586-linux.S
[340/714] Compiling ghash-neon-armv8-apple.S
[341/714] Compiling ghash-armv4-linux.S
[342/714] Compiling co-586-apple.S
[343/714] Compiling bn-armv8-apple.S
[344/714] Compiling bn-armv8-win.S
[345/714] Compiling bsaes-armv7-linux.S
[346/714] Compiling bn-armv8-linux.S
[347/714] Compiling bn-586-linux.S
[348/714] Compiling armv8-mont-win.S
[349/714] Compiling armv8-mont-apple.S
[350/714] Compiling bn-586-apple.S
[351/714] Compiling armv8-mont-linux.S
[352/714] Compiling armv4-mont-linux.S
[353/714] Compiling aesv8-gcm-armv8-win.S
[354/714] Compiling aesv8-gcm-armv8-apple.S
[355/714] Compiling aesv8-armv8-win.S
[356/714] Compiling aesv8-gcm-armv8-linux.S
[357/714] Compiling aesv8-armv8-linux.S
[358/714] Compiling aesv8-armv8-apple.S
[359/714] Compiling aesni-x86_64-apple.S
[360/714] Compiling aesv8-armv7-linux.S
[361/714] Compiling aesni-x86_64-linux.S
[362/714] Compiling aesni-x86-linux.S
[363/714] Compiling aesni-x86-apple.S
[364/714] Compiling aesni-gcm-x86_64-linux.S
[365/714] Compiling aesni-gcm-x86_64-apple.S
[366/714] Compiling aes-gcm-avx2-x86_64-apple.S
[367/714] Compiling aes-gcm-avx10-x86_64-linux.S
[369/714] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[370/714] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[371/714] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[371/714] Compiling aes-gcm-avx2-x86_64-linux.S
[372/717] Compiling aes-gcm-avx10-x86_64-apple.S
[374/717] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[375/717] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[376/717] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[376/717] Compiling d1_both.cc
[378/717] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[379/717] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[380/717] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[381/717] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[382/717] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[383/717] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[384/717] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[385/717] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[386/717] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[387/717] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[388/717] Emitting module SwiftProtobufPluginLibrary
[389/717] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[390/717] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[391/717] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[391/717] Compiling x_val.cc
[392/717] Compiling x_sig.cc
[393/717] Compiling x_spki.cc
[394/717] Compiling x_x509a.cc
[395/717] Compiling x_x509.cc
[396/717] Compiling x_req.cc
[398/717] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[399/717] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[400/717] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[401/717] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[402/717] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[403/717] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[404/717] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[405/717] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[406/717] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[407/717] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[408/717] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[409/717] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[410/717] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[411/717] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[412/717] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[413/717] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[414/717] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[415/717] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[416/717] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/717] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[418/717] Compiling Connect Headers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[419/724] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[420/724] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[421/724] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[422/724] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[423/724] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[424/724] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[425/724] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[426/724] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[426/724] Compiling x_all.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[439/724] Compiling Connect Code.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[440/724] Compiling Connect Codec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[441/724] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[442/724] Compiling Connect ConnectError.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[443/724] Compiling SwiftProtobufPluginLibrary CodeGenerator.swift
[444/724] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.swift
[445/724] Compiling SwiftProtobufPluginLibrary CodePrinter.swift
[446/724] Compiling SwiftProtobufPluginLibrary Descriptor+Extensions.swift
[447/724] Compiling SwiftProtobufPluginLibrary Descriptor.swift
[448/724] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
[449/724] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
[450/724] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
[450/725] Compiling x_pubkey.cc
[451/725] Compiling x_name.cc
[452/725] Compiling x_exten.cc
[454/725] Compiling x_crl.cc
[455/725] Compiling x_attrib.cc
[456/725] Wrapping AST for SwiftProtobufPluginLibrary for debugging
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[473/725] Compiling x509cset.cc
[473/725] Compiling x509rset.cc
[473/725] Compiling x509name.cc
[473/725] Compiling x509spki.cc
[473/725] Compiling x509_vpm.cc
[473/725] Compiling x_algor.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/260] Compiling x_algor.cc
[2/260] Compiling x509spki.cc
[3/260] Compiling x509rset.cc
[4/260] Compiling x509name.cc
[5/260] Write swift-version-24593BA9C3E375BF.txt
[6/260] Compiling x509_v3.cc
[7/260] Compiling x509_vfy.cc
[8/260] Compiling x509cset.cc
[9/260] Compiling x509_vpm.cc
[11/367] Compiling _NIODataStructures Heap.swift
[11/367] Compiling x509_txt.cc
[13/367] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/367] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/367] Compiling InternalCollectionsUtilities Debugging.swift
[16/367] Compiling InternalCollectionsUtilities Descriptions.swift
[17/369] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/369] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[19/369] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[20/369] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[21/369] Emitting module _NIODataStructures
[22/369] Compiling _NIODataStructures PriorityQueue.swift
[23/369] Compiling _NIODataStructures _TinyArray.swift
[24/370] Emitting module _NIOBase64
[25/370] Compiling _NIOBase64 Base64.swift
[26/370] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[27/370] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/389] Compiling Atomics OptionalRawRepresentable.swift
[31/389] Compiling Atomics RawRepresentable.swift
[32/389] Compiling Atomics IntegerConformances.swift
[33/389] Compiling Atomics PointerConformances.swift
[34/389] Compiling Atomics Primitives.native.swift
[34/389] Compiling x509_trs.cc
[35/389] Compiling x509_set.cc
[37/387] Compiling Atomics AtomicBool.swift
[38/387] Compiling Atomics AtomicInteger.swift
[39/387] Compiling Atomics UnsafeAtomic.swift
[40/387] Compiling Atomics UnsafeAtomicLazyReference.swift
[40/389] Compiling x509_req.cc
[42/389] Compiling Atomics AtomicStorage.swift
[43/389] Compiling Atomics AtomicValue.swift
[44/389] Compiling Atomics AtomicMemoryOrderings.swift
[45/389] Compiling Atomics DoubleWord.swift
[46/389] Compiling Atomics ManagedAtomic.swift
[47/389] Compiling Atomics ManagedAtomicLazyReference.swift
[48/389] Emitting module InternalCollectionsUtilities
[49/390] Compiling Atomics IntegerOperations.swift
[50/390] Compiling Atomics Unmanaged extensions.swift
[56/389] Compiling Atomics AtomicOptionalWrappable.swift
[57/389] Compiling Atomics AtomicReference.swift
[57/404] Compiling x509_def.cc
[58/404] Compiling x509_obj.cc
[59/404] Compiling x509_ext.cc
[60/404] Compiling x509_lu.cc
[62/404] Compiling DequeModule _DequeBuffer.swift
[63/404] Compiling DequeModule _DequeBufferHeader.swift
[64/406] Compiling DequeModule Deque+Equatable.swift
[65/406] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[66/406] Compiling DequeModule Deque+CustomReflectable.swift
[67/406] Compiling DequeModule Deque+Descriptions.swift
[68/406] Compiling DequeModule Deque+Extras.swift
[69/406] Compiling DequeModule Deque+Hashable.swift
[70/406] Compiling DequeModule Deque+Testing.swift
[71/406] Compiling DequeModule Deque._Storage.swift
[71/406] Compiling x509_d2.cc
[73/406] Compiling DequeModule Deque._UnsafeHandle.swift
[74/406] Compiling DequeModule Deque.swift
[75/406] Compiling DequeModule _DequeSlot.swift
[76/406] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/406] Compiling DequeModule Deque+Codable.swift
[78/406] Compiling DequeModule Deque+Collection.swift
[78/406] Compiling x509_cmp.cc
[79/406] Compiling x509_att.cc
[80/406] Compiling v3_utl.cc
[81/406] Compiling x509.cc
[83/406] Emitting module DequeModule
[85/407] Emitting module Atomics
[88/407] Compiling v3_skey.cc
[91/407] Compiling SwiftProtobuf ProtoNameProviding.swift
[92/407] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[93/407] Compiling SwiftProtobuf ProtobufMap.swift
[94/407] Compiling SwiftProtobuf SelectiveVisitor.swift
[95/407] Compiling SwiftProtobuf SimpleExtensionMap.swift
[96/407] Compiling SwiftProtobuf StringUtils.swift
[97/407] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[98/407] Compiling SwiftProtobuf SwiftProtobufError.swift
[99/407] Compiling SwiftProtobuf TextFormatDecoder.swift
[100/407] Compiling SwiftProtobuf TextFormatDecodingError.swift
[101/407] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[102/407] Compiling SwiftProtobuf TextFormatEncoder.swift
[102/407] Compiling v3_purp.cc
[115/418] Compiling v3_prn.cc
[116/418] Compiling v3_pmaps.cc
[117/418] Compiling v3_pcons.cc
[118/418] Compiling v3_ocsp.cc
[127/418] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[128/418] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[129/418] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[130/418] Compiling SwiftProtobuf HashVisitor.swift
[131/418] Compiling SwiftProtobuf Internal.swift
[132/418] Compiling SwiftProtobuf JSONDecoder.swift
[133/418] Compiling SwiftProtobuf JSONDecodingError.swift
[134/418] Compiling SwiftProtobuf JSONDecodingOptions.swift
[135/418] Compiling SwiftProtobuf JSONEncoder.swift
[136/418] Compiling SwiftProtobuf JSONEncodingError.swift
[137/418] Compiling SwiftProtobuf JSONEncodingOptions.swift
[138/418] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[139/418] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[140/418] Compiling SwiftProtobuf JSONScanner.swift
[141/418] Compiling SwiftProtobuf MathUtils.swift
[142/418] Compiling SwiftProtobuf Message+AnyAdditions.swift
[143/418] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[143/418] Compiling v3_int.cc
[144/418] Compiling v3_lib.cc
[145/418] Compiling v3_ncons.cc
[146/418] Compiling v3_ia5.cc
[148/418] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[149/418] Compiling SwiftProtobuf Message+FieldMask.swift
[150/418] Compiling SwiftProtobuf Message+JSONAdditions.swift
[151/418] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[152/418] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[153/418] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[154/418] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[155/418] Compiling SwiftProtobuf Message.swift
[156/418] Compiling SwiftProtobuf MessageExtension.swift
[157/418] Compiling SwiftProtobuf NameMap.swift
[158/418] Compiling SwiftProtobuf PathDecoder.swift
[159/418] Compiling SwiftProtobuf PathVisitor.swift
[160/418] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[161/418] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[162/418] Compiling SwiftProtobuf TextFormatScanner.swift
[163/418] Compiling SwiftProtobuf TimeUtils.swift
[164/418] Compiling SwiftProtobuf UnknownStorage.swift
[165/418] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[166/418] Compiling SwiftProtobuf Varint.swift
[167/418] Compiling SwiftProtobuf Version.swift
[168/418] Compiling SwiftProtobuf Visitor.swift
[169/418] Compiling SwiftProtobuf WireFormat.swift
[170/418] Compiling SwiftProtobuf ZigZag.swift
[171/418] Compiling SwiftProtobuf any.pb.swift
[171/418] Compiling v3_genn.cc
[172/418] Compiling v3_info.cc
[173/418] Compiling v3_enum.cc
[174/418] Compiling v3_extku.cc
[175/418] Compiling v3_crld.cc
[176/418] Compiling v3_cpols.cc
[178/418] Compiling SwiftProtobuf AnyMessageStorage.swift
[179/418] Compiling SwiftProtobuf AnyUnpackError.swift
[180/418] Compiling SwiftProtobuf AsyncMessageSequence.swift
[181/418] Compiling SwiftProtobuf BinaryDecoder.swift
[182/418] Compiling SwiftProtobuf BinaryDecodingError.swift
[183/418] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[184/418] Compiling SwiftProtobuf BinaryDelimited.swift
[185/418] Compiling SwiftProtobuf BinaryEncoder.swift
[186/418] Compiling SwiftProtobuf BinaryEncodingError.swift
[187/418] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[188/418] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[189/418] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[190/418] Emitting module SwiftProtobuf
[190/418] Compiling v3_bitst.cc
[191/418] Compiling v3_conf.cc
[192/418] Compiling v3_akeya.cc
[193/418] Compiling v3_bcons.cc
[194/418] Compiling v3_alt.cc
[195/418] Compiling t_x509a.cc
[196/418] Compiling v3_akey.cc
[197/418] Compiling t_x509.cc
[198/418] Compiling t_req.cc
[199/418] Compiling i2d_pr.cc
[200/418] Compiling by_file.cc
[201/418] Compiling policy.cc
[202/418] Compiling t_crl.cc
[203/418] Compiling rsa_pss.cc
[204/418] Compiling by_dir.cc
[205/418] Compiling name_print.cc
[206/418] Compiling a_sign.cc
[207/418] Compiling algorithm.cc
[208/418] Compiling a_digest.cc
[209/418] Compiling asn1_gen.cc
[210/418] Compiling thread_win.cc
[211/418] Compiling pmbtoken.cc
[212/418] Compiling thread_pthread.cc
[213/418] Compiling a_verify.cc
[214/418] Compiling thread_none.cc
[215/418] Compiling thread.cc
[216/418] Compiling stack.cc
[217/418] Compiling voprf.cc
[218/418] Compiling sha512.cc
[219/418] Compiling siphash.cc
[220/418] Compiling trust_token.cc
[221/418] Compiling spake2plus.cc
[222/418] Compiling sha256.cc
[224/418] Compiling SwiftProtobuf api.pb.swift
[225/418] Compiling SwiftProtobuf descriptor.pb.swift
[226/418] Compiling SwiftProtobuf duration.pb.swift
[227/418] Compiling SwiftProtobuf empty.pb.swift
[228/418] Compiling SwiftProtobuf field_mask.pb.swift
[229/418] Compiling SwiftProtobuf source_context.pb.swift
[230/418] Compiling SwiftProtobuf struct.pb.swift
[231/418] Compiling SwiftProtobuf timestamp.pb.swift
[232/418] Compiling SwiftProtobuf type.pb.swift
[233/418] Compiling SwiftProtobuf wrappers.pb.swift
[234/418] Compiling SwiftProtobuf resource_bundle_accessor.swift
[234/418] Compiling sha1.cc
[235/418] Compiling slhdsa.cc
[236/419] Compiling rsa_print.cc
[238/419] Compiling rc4.cc
[239/419] Compiling refcount.cc
[240/419] Compiling rsa_extra.cc
[241/419] Compiling rsa_crypt.cc
[242/419] Compiling windows.cc
[243/419] Compiling urandom.cc
[244/472] Compiling trusty.cc
[245/486] Compiling rsa_asn1.cc
[246/497] Wrapping AST for SwiftProtobuf for debugging
[247/497] Compiling ios.cc
[249/497] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[250/497] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[251/497] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[252/497] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[253/497] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[254/497] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[255/497] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[256/504] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[257/504] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[258/504] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[259/504] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[260/504] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[261/504] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[262/504] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[262/504] Compiling rand.cc
[264/504] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[265/504] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[266/504] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[267/504] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[268/504] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[269/504] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[270/504] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[271/504] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[272/504] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[273/504] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[274/504] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[275/504] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[276/504] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[277/504] Compiling Connect Headers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[278/504] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
[279/504] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
[280/504] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
[280/507] Compiling pool.cc
[281/507] Compiling passive.cc
[283/507] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[284/507] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[285/507] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[286/507] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[287/507] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[288/507] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[289/507] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.swift
[290/507] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.swift
[291/507] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[292/507] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[293/507] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[294/507] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[295/507] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[295/507] Compiling poly1305_arm_asm.S
[296/507] Compiling forkunsafe.cc
[297/507] Compiling getentropy.cc
[298/507] Compiling fork_detect.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[307/507] Compiling deterministic.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[309/507] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[318/507] Compiling Connect ClientOnlyStreamValidation.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[319/507] Compiling Connect ConnectEndStreamResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[320/507] Compiling Connect ServerOnlyAsyncStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[321/507] Compiling Connect ServerOnlyStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[322/507] Compiling SwiftProtobufPluginLibrary Descriptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[323/507] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[324/507] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[325/507] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[325/507] Compiling poly1305_vec.cc
[327/507] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[328/507] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[329/507] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[330/507] Compiling Connect Code.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[331/507] Compiling Connect Codec.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[332/507] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[333/507] Compiling Connect ConnectError.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[333/507] Compiling poly1305.cc
[334/507] Compiling poly1305_arm.cc
[334/507] Compiling pkcs8_x509.cc
[334/507] Compiling pkcs7.cc
[334/507] Compiling pkcs7_x509.cc
[334/507] Compiling p5_pbev2.cc
[334/507] Compiling pkcs8.cc
BUILD FAILURE 6.1 linux