Build Information
Failed to build Connect, reference 1.1.0 (c277d7
), with Swift 6.1 for Linux on 30 Jun 2025 13:53:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/connectrpc/connect-swift
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at c277d73 Update CocoaPods for 1.1.0 (#356)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
c277d73d2042869ff4d0cad8a9a4c95268e63ca7
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.1.0
========================================
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-4606859-3":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11549] Fetching swift-nio-http2
[579/26445] Fetching swift-nio-http2, swift-nio-ssl
[3950/102807] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[31456/142332] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.43s)
[70780/130783] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.65s)
[87231/115887] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (15.86s)
Fetched https://github.com/apple/swift-protobuf.git from cache (17.93s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (18.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.11s)
Fetching https://github.com/apple/swift-atomics.git
[1/1807] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.25s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4447] Fetching swift-system
[3693/21179] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.00s)
Fetched https://github.com/apple/swift-collections.git from cache (2.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.10s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
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.32.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.30.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.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.83.0
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/471] Write sources
[7/471] Copying PrivacyInfo.xcprivacy
[9/471] Write sources
[27/471] Compiling _AtomicsShims.c
[28/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWASI CNIOWASI.c
[29/471] Compiling CNIOWindows WSAStartup.c
[31/471] Compiling CNIOLinux liburing_shims.c
[32/471] Compiling CNIOLLHTTP c_nio_http.c
[33/471] Compiling CNIODarwin shim.c
[34/471] Compiling CNIOLLHTTP c_nio_api.c
[35/471] Compiling fiat_p256_adx_sqr.S
[36/471] Compiling fiat_curve25519_adx_square.S
[37/471] Compiling fiat_p256_adx_mul.S
[38/471] Compiling CNIOLinux shim.c
[39/471] Compiling fiat_curve25519_adx_mul.S
[40/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/471] Write swift-version-24593BA9C3E375BF.txt
[42/471] Compiling CNIOBoringSSLShims shims.c
[43/475] Compiling tls13_server.cc
[44/475] Compiling tls_method.cc
[45/475] Compiling tls13_enc.cc
[46/475] Compiling tls_record.cc
[47/475] Compiling t1_enc.cc
[48/475] Compiling tls13_client.cc
[49/544] Compiling tls13_both.cc
[50/574] Compiling ssl_versions.cc
[51/574] Compiling ssl_transcript.cc
[52/574] Compiling ssl_stat.cc
[54/574] Compiling _NIODataStructures PriorityQueue.swift
[55/574] Emitting module _NIOBase64
[56/574] Compiling _NIOBase64 Base64.swift
[56/575] Compiling ssl_x509.cc
[58/575] Emitting module InternalCollectionsUtilities
[59/575] Compiling SwiftProtobuf AnyMessageStorage.swift
[60/575] Compiling SwiftProtobuf AnyUnpackError.swift
[61/576] Compiling SwiftProtobuf AsyncMessageSequence.swift
[62/576] Compiling SwiftProtobuf BinaryDecoder.swift
[63/576] Compiling SwiftProtobuf BinaryDelimited.swift
[64/576] Compiling SwiftProtobuf BinaryEncoder.swift
[65/576] Compiling SwiftProtobuf BinaryDecodingError.swift
[66/576] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[67/576] Compiling SwiftProtobuf BinaryEncodingError.swift
[68/576] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[69/576] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/576] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[71/576] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[72/576] Compiling _NIODataStructures _TinyArray.swift
[74/576] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/577] Wrapping AST for _NIOBase64 for debugging
[77/592] Compiling DequeModule Deque+CustomReflectable.swift
[78/592] Compiling DequeModule Deque+Descriptions.swift
[79/594] Emitting module _NIODataStructures
[80/594] Compiling _NIODataStructures Heap.swift
[81/595] Compiling DequeModule _DequeBuffer.swift
[82/595] Compiling DequeModule _DequeBufferHeader.swift
[83/595] Wrapping AST for InternalCollectionsUtilities for debugging
[84/595] Wrapping AST for _NIODataStructures for debugging
[86/595] Compiling DequeModule _DequeSlot.swift
[87/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/595] Compiling DequeModule Deque+Testing.swift
[89/595] Compiling DequeModule Deque._Storage.swift
[90/595] Compiling DequeModule Deque+Extras.swift
[91/595] Compiling DequeModule Deque+Hashable.swift
[92/595] Compiling DequeModule Deque._UnsafeHandle.swift
[93/595] Compiling DequeModule Deque.swift
[94/595] Compiling DequeModule Deque+Equatable.swift
[95/595] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[96/595] Compiling DequeModule Deque+Codable.swift
[97/595] Compiling DequeModule Deque+Collection.swift
[97/595] Compiling ssl_privkey.cc
[98/595] Compiling ssl_session.cc
[99/595] Compiling ssl_file.cc
[101/595] Emitting module DequeModule
[102/596] Compiling ssl_key_share.cc
[103/596] Compiling ssl_lib.cc
[104/596] Wrapping AST for DequeModule for debugging
[106/596] Compiling SwiftProtobuf Message+JSONAdditions.swift
[107/596] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[108/596] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[109/596] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[110/596] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[111/596] Compiling SwiftProtobuf Message.swift
[112/596] Compiling SwiftProtobuf MessageExtension.swift
[113/596] Compiling SwiftProtobuf NameMap.swift
[114/596] Compiling SwiftProtobuf PathDecoder.swift
[115/596] Compiling SwiftProtobuf PathVisitor.swift
[116/596] Compiling SwiftProtobuf ProtoNameProviding.swift
[117/596] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[118/607] Emitting module SwiftProtobuf
[123/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[124/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[125/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[126/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[127/607] Compiling SwiftProtobuf HashVisitor.swift
[128/607] Compiling SwiftProtobuf Internal.swift
[129/607] Compiling SwiftProtobuf JSONDecoder.swift
[130/607] Compiling SwiftProtobuf JSONDecodingError.swift
[130/607] Compiling ssl_credential.cc
[131/607] Compiling ssl_buffer.cc
[132/607] Compiling ssl_cipher.cc
[133/607] Compiling ssl_cert.cc
[135/607] Compiling SwiftProtobuf CustomJSONCodable.swift
[136/607] Compiling SwiftProtobuf Decoder.swift
[137/607] Compiling SwiftProtobuf DoubleParser.swift
[138/607] Compiling SwiftProtobuf Enum.swift
[139/607] Compiling SwiftProtobuf ExtensibleMessage.swift
[140/607] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[141/607] Compiling SwiftProtobuf ExtensionFields.swift
[142/607] Compiling SwiftProtobuf ExtensionMap.swift
[143/607] Compiling SwiftProtobuf FieldTag.swift
[144/607] Compiling SwiftProtobuf FieldTypes.swift
[145/607] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[146/607] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[147/607] Compiling SwiftProtobuf JSONDecodingOptions.swift
[148/607] Compiling SwiftProtobuf JSONEncoder.swift
[149/607] Compiling SwiftProtobuf JSONEncodingError.swift
[150/607] Compiling SwiftProtobuf JSONEncodingOptions.swift
[151/607] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[152/607] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[153/607] Compiling SwiftProtobuf JSONScanner.swift
[154/607] Compiling SwiftProtobuf MathUtils.swift
[155/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[156/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[157/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[158/607] Compiling SwiftProtobuf Message+FieldMask.swift
[158/607] Compiling s3_pkt.cc
[159/607] Compiling ssl_asn1.cc
[160/607] Compiling ssl_aead_ctx.cc
[162/607] Compiling SwiftProtobuf ProtobufMap.swift
[163/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[164/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[165/607] Compiling SwiftProtobuf StringUtils.swift
[166/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[167/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[168/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[169/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[170/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[171/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[172/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[173/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[174/607] Compiling SwiftProtobuf TextFormatScanner.swift
[175/607] Compiling SwiftProtobuf TimeUtils.swift
[176/607] Compiling SwiftProtobuf UnknownStorage.swift
[177/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[178/607] Compiling SwiftProtobuf Varint.swift
[179/607] Compiling SwiftProtobuf Version.swift
[180/607] Compiling SwiftProtobuf Visitor.swift
[181/607] Compiling SwiftProtobuf WireFormat.swift
[182/607] Compiling SwiftProtobuf ZigZag.swift
[183/607] Compiling SwiftProtobuf any.pb.swift
[183/607] Compiling s3_lib.cc
[184/607] Compiling s3_both.cc
[185/607] Compiling handshake_client.cc
[186/607] Compiling handshake_server.cc
[199/607] Compiling handshake.cc
[200/607] Compiling handoff.cc
[201/607] Compiling extensions.cc
[202/607] Compiling encrypted_client_hello.cc
[203/607] Compiling dtls_record.cc
[204/607] Compiling md5-x86_64-linux.S
[205/607] Compiling md5-x86_64-apple.S
[206/607] Compiling md5-586-linux.S
[207/607] Compiling md5-586-apple.S
[208/607] Compiling d1_srtp.cc
[209/607] Compiling dtls_method.cc
[210/607] Compiling chacha20_poly1305_x86_64-linux.S
[211/607] Compiling chacha20_poly1305_x86_64-apple.S
[212/607] Compiling chacha20_poly1305_armv8-win.S
[213/607] Compiling chacha20_poly1305_armv8-linux.S
[214/607] Compiling chacha20_poly1305_armv8-apple.S
[215/607] Compiling d1_pkt.cc
[216/607] Compiling chacha-x86_64-linux.S
[217/607] Compiling chacha-x86_64-apple.S
[218/607] Compiling chacha-x86-linux.S
[219/607] Compiling chacha-x86-apple.S
[220/607] Compiling chacha-armv8-win.S
[221/607] Compiling err_data.cc
[222/607] Compiling chacha-armv8-linux.S
[223/607] Compiling chacha-armv8-apple.S
[224/607] Compiling chacha-armv4-linux.S
[225/607] Compiling aes128gcmsiv-x86_64-apple.S
[226/607] Compiling aes128gcmsiv-x86_64-linux.S
[227/607] Compiling x86_64-mont5-linux.S
[228/607] Compiling x86_64-mont5-apple.S
[229/607] Compiling x86_64-mont-linux.S
[230/607] Compiling x86_64-mont-apple.S
[231/607] Compiling x86-mont-linux.S
[232/607] Compiling x86-mont-apple.S
[233/607] Compiling vpaes-x86_64-apple.S
[234/607] Compiling vpaes-x86_64-linux.S
[235/607] Compiling vpaes-x86-linux.S
[236/607] Compiling vpaes-x86-apple.S
[237/607] Compiling vpaes-armv8-linux.S
[238/607] Compiling vpaes-armv8-win.S
[239/607] Compiling d1_lib.cc
[240/607] Compiling sha512-x86_64-apple.S
[241/607] Compiling vpaes-armv8-apple.S
[242/607] Compiling vpaes-armv7-linux.S
[243/607] Compiling sha512-armv8-win.S
[244/607] Compiling sha512-x86_64-linux.S
[245/607] Compiling sha512-armv8-linux.S
[246/607] Compiling sha512-armv4-linux.S
[247/607] Compiling bio_ssl.cc
[248/607] Compiling sha512-586-linux.S
[249/607] Compiling sha512-armv8-apple.S
[250/607] Compiling sha512-586-apple.S
[251/607] Compiling sha256-x86_64-linux.S
[252/607] Compiling sha256-x86_64-apple.S
[253/607] Compiling sha256-armv8-win.S
[254/607] Compiling sha256-armv8-apple.S
[255/607] Compiling sha256-armv4-linux.S
[256/607] Compiling sha256-armv8-linux.S
[257/607] Compiling sha256-586-linux.S
[258/607] Compiling sha256-586-apple.S
[259/607] Compiling sha1-x86_64-linux.S
[260/607] Compiling sha1-x86_64-apple.S
[261/607] Compiling sha1-armv8-linux.S
[262/607] Compiling sha1-armv8-win.S
[263/607] Compiling sha1-armv8-apple.S
[264/607] Compiling sha1-armv4-large-linux.S
[265/607] Compiling sha1-586-linux.S
[266/607] Compiling d1_both.cc
[267/607] Compiling rsaz-avx2-apple.S
[268/607] Compiling rdrand-x86_64-linux.S
[269/607] Compiling sha1-586-apple.S
[270/607] Compiling rsaz-avx2-linux.S
[271/607] Compiling p256_beeu-x86_64-asm-linux.S
[272/607] Compiling rdrand-x86_64-apple.S
[273/607] Compiling p256_beeu-armv8-asm-apple.S
[274/607] Compiling p256_beeu-armv8-asm-win.S
[275/607] Compiling p256_beeu-x86_64-asm-apple.S
[275/607] Compiling p256_beeu-armv8-asm-linux.S
[277/607] Compiling p256-x86_64-asm-apple.S
[278/607] Compiling p256-x86_64-asm-linux.S
[279/607] Compiling p256-armv8-asm-win.S
[280/607] Compiling p256-armv8-asm-apple.S
[281/607] Compiling p256-armv8-asm-linux.S
[282/607] Compiling ghashv8-armv8-win.S
[283/607] Compiling ghashv8-armv8-linux.S
[284/607] Compiling ghashv8-armv8-apple.S
[285/607] Compiling ghashv8-armv7-linux.S
[286/607] Compiling ghash-x86_64-linux.S
[287/607] Compiling ghash-x86_64-apple.S
[287/607] Compiling ghash-x86-linux.S
[289/607] Compiling ghash-x86-apple.S
[290/607] Compiling ghash-ssse3-x86_64-linux.S
[291/607] Compiling ghash-ssse3-x86-apple.S
[292/607] Compiling ghash-ssse3-x86_64-apple.S
[293/607] Compiling ghash-neon-armv8-linux.S
[294/607] Compiling ghash-ssse3-x86-linux.S
[295/607] Compiling ghash-neon-armv8-win.S
[296/607] Compiling ghash-neon-armv8-apple.S
[297/607] Compiling co-586-apple.S
[298/607] Compiling bn-armv8-linux.S
[299/607] Compiling ghash-armv4-linux.S
[300/607] Compiling co-586-linux.S
[301/607] Compiling bsaes-armv7-linux.S
[301/607] Compiling bn-armv8-win.S
[303/607] Compiling bn-armv8-apple.S
[304/607] Compiling armv8-mont-win.S
[305/607] Compiling bn-586-linux.S
[306/607] Compiling armv8-mont-apple.S
[307/607] Compiling bn-586-apple.S
[308/607] Compiling armv8-mont-linux.S
[309/607] Compiling armv4-mont-linux.S
[310/607] Compiling aesv8-gcm-armv8-linux.S
[311/607] Compiling aesv8-gcm-armv8-apple.S
[312/607] Compiling aesv8-armv8-win.S
[313/607] Compiling aesv8-gcm-armv8-win.S
[314/607] Compiling aesv8-armv8-linux.S
[315/607] Compiling aesv8-armv8-apple.S
[316/607] Compiling aesni-x86_64-linux.S
[317/607] Compiling aesni-x86_64-apple.S
[318/607] Compiling aesv8-armv7-linux.S
[319/607] Compiling aesni-gcm-x86_64-apple.S
[320/607] Compiling aesni-gcm-x86_64-linux.S
[321/607] Compiling aesni-x86-linux.S
[322/607] Compiling aesni-x86-apple.S
[323/607] Compiling aes-gcm-avx10-x86_64-linux.S
[324/607] Compiling aes-gcm-avx2-x86_64-apple.S
[325/607] Compiling aes-gcm-avx2-x86_64-linux.S
[326/607] Compiling aes-gcm-avx10-x86_64-apple.S
[327/607] Compiling x_spki.cc
[328/607] Compiling x_sig.cc
[329/607] Compiling x_val.cc
[330/607] Compiling x_x509a.cc
[331/607] Compiling x_pubkey.cc
[332/607] Compiling x_x509.cc
[333/607] Compiling x_req.cc
[334/607] Compiling x_name.cc
[335/607] Compiling x_algor.cc
[336/607] Compiling x509spki.cc
[337/607] Compiling x_crl.cc
[338/607] Compiling x_attrib.cc
[339/607] Compiling x_exten.cc
[340/607] Compiling x_all.cc
[341/607] Compiling x509rset.cc
[342/607] Compiling x509cset.cc
[343/607] Compiling x509name.cc
[344/607] Compiling x509_vpm.cc
[345/607] Compiling x509_txt.cc
[346/607] Compiling x509_v3.cc
[347/607] Compiling x509_vfy.cc
[348/607] Compiling x509_trs.cc
[349/607] Compiling x509_set.cc
[350/607] Compiling x509_req.cc
[351/607] Compiling x509_obj.cc
[352/607] Compiling x509_def.cc
[353/607] Compiling x509_ext.cc
[354/607] Compiling x509_lu.cc
[355/607] Compiling x509_d2.cc
[356/607] Compiling x509.cc
[357/607] Compiling x509_cmp.cc
[358/607] Compiling x509_att.cc
[359/607] Compiling v3_skey.cc
[360/607] Compiling v3_utl.cc
[361/607] Compiling v3_purp.cc
[362/607] Compiling v3_prn.cc
[363/607] Compiling v3_ocsp.cc
[364/607] Compiling v3_pmaps.cc
[365/607] Compiling v3_pcons.cc
[366/607] Compiling v3_lib.cc
[367/607] Compiling v3_ncons.cc
[368/607] Compiling v3_int.cc
[370/607] Compiling SwiftProtobuf api.pb.swift
[371/607] Compiling SwiftProtobuf descriptor.pb.swift
[372/607] Compiling SwiftProtobuf duration.pb.swift
[373/607] Compiling SwiftProtobuf empty.pb.swift
[374/607] Compiling SwiftProtobuf field_mask.pb.swift
[375/607] Compiling SwiftProtobuf source_context.pb.swift
[376/607] Compiling SwiftProtobuf struct.pb.swift
[377/607] Compiling SwiftProtobuf timestamp.pb.swift
[378/607] Compiling SwiftProtobuf type.pb.swift
[379/607] Compiling SwiftProtobuf wrappers.pb.swift
[380/607] Compiling SwiftProtobuf resource_bundle_accessor.swift
[381/608] Compiling v3_info.cc
[382/608] Compiling v3_ia5.cc
[383/633] Compiling v3_enum.cc
[384/633] Compiling v3_genn.cc
[385/633] Compiling v3_extku.cc
[386/686] Wrapping AST for SwiftProtobuf for debugging
[387/686] Compiling v3_crld.cc
[388/686] Compiling v3_cpols.cc
[390/686] Compiling Connect URLSessionStream.swift
[391/686] Compiling Connect UnaryAsyncWrapper.swift
[392/686] Compiling Connect Lock.swift
[393/689] Compiling Connect ProtocolClient.swift
[394/689] Compiling Connect URLSessionHTTPClient.swift
[395/689] Compiling Connect JSONCodec.swift
[396/689] Compiling Connect ClientOnlyStream.swift
[397/689] Compiling Connect TimeoutTimer.swift
[398/689] Compiling Connect ConnectError+GRPC.swift
[399/689] Compiling Connect Envelope.swift
[400/689] Compiling Connect Headers+GRPC.swift
[401/689] Compiling Connect Trailers+gRPC.swift
[402/689] Compiling Connect ClientOnlyStreamValidation.swift
[403/689] Compiling Connect ConnectEndStreamResponse.swift
[404/689] Compiling Connect ServerOnlyAsyncStream.swift
[405/689] Compiling Connect ServerOnlyStream.swift
[405/689] Compiling v3_conf.cc
[407/689] Emitting module SwiftProtobufPluginLibrary
[407/689] Compiling v3_bcons.cc
[408/689] Compiling v3_alt.cc
[409/689] Compiling v3_akeya.cc
[410/689] Compiling v3_akey.cc
[411/689] Compiling v3_bitst.cc
[413/689] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[414/689] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[415/689] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[415/689] Compiling t_x509a.cc
[416/689] Compiling t_req.cc
[418/689] Compiling Connect Locked.swift
[419/689] Compiling Connect status.pb.swift
[420/689] Compiling Connect ConnectInterceptor.swift
[421/689] Compiling Connect GRPCWebInterceptor.swift
[422/689] Compiling Connect InterceptorChain.swift
[423/689] Compiling Connect BidirectionalAsyncStream.swift
[424/689] Compiling Connect BidirectionalStream.swift
[425/689] Compiling Connect ClientOnlyAsyncStream.swift
[425/690] Compiling t_x509.cc
[427/690] Compiling t_crl.cc
[428/690] Compiling policy.cc
[429/690] Compiling rsa_pss.cc
[430/690] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[431/690] Compiling i2d_pr.cc
[433/696] 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 |
[434/696] 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 |
[435/696] 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 |
[436/696] 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 |
[437/696] 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 |
[438/696] 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 |
[439/696] 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 |
[440/696] 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 |
[441/696] 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 |
[442/696] 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 |
[443/696] 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 |
[444/696] 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 |
[445/696] 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 |
[446/696] 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 |
[447/696] 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 |
[448/696] 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 |
[449/696] 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 |
[450/696] 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 |
[451/696] 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 |
[452/696] 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 |
[453/696] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[454/703] 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 |
[458/703] 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 |
[459/703] 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 |
[460/703] 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 |
[461/703] 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 |
[462/703] 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 |
[463/703] 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 |
[464/703] 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 |
[465/703] 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 |
[466/703] 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 |
[467/703] 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 |
[468/703] 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 |
[469/703] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[470/703] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[470/703] Compiling name_print.cc
[472/703] Compiling ConnectPluginUtilities GeneratorOptions.swift
[473/703] Emitting module ConnectPluginUtilities
[474/703] Compiling ConnectPluginUtilities FilePathComponents.swift
[475/703] Compiling ConnectPluginUtilities Generator.swift
[476/704] Compiling asn1_gen.cc
[477/704] Compiling by_file.cc
[478/708] Compiling a_verify.cc
[479/708] Compiling by_dir.cc
[480/708] Compiling algorithm.cc
[481/708] Wrapping AST for ConnectPluginUtilities for debugging
[483/708] Emitting module ConnectSwiftPlugin
[484/708] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[484/708] Compiling a_sign.cc
[486/709] Wrapping AST for ConnectSwiftPlugin for debugging
[487/709] Write Objects.LinkFileList
[489/709] Emitting module ConnectMocksPlugin
[490/709] Compiling ConnectMocksPlugin ConnectMockGenerator.swift
[490/709] Compiling pmbtoken.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 |
/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 |
[515/710] Compiling a_digest.cc
[515/710] Compiling trust_token.cc
[515/710] Compiling thread_pthread.cc
[515/710] Compiling thread_win.cc
[515/710] Compiling voprf.cc
[515/710] Linking protoc-gen-connect-swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/205] Compiling thread_pthread.cc
[2/205] Compiling stack.cc
[3/205] Compiling thread_win.cc
[4/205] Compiling thread.cc
[5/205] Compiling thread_none.cc
[6/205] Compiling voprf.cc
[7/205] Write swift-version-24593BA9C3E375BF.txt
[8/205] Compiling trust_token.cc
[9/205] Compiling sha256.cc
[10/205] Compiling sha512.cc
[11/205] Compiling siphash.cc
[12/208] Compiling a_digest.cc
[13/209] Compiling slhdsa.cc
[14/211] Compiling spake2plus.cc
[15/211] Compiling sha1.cc
[17/261] Compiling _NIODataStructures Heap.swift
[17/275] Compiling rsa_extra.cc
[19/308] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/309] Compiling rsa_print.cc
[21/309] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/309] Compiling InternalCollectionsUtilities Debugging.swift
[23/309] Compiling InternalCollectionsUtilities Descriptions.swift
[24/309] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/309] Compiling rsa_crypt.cc
[26/309] Compiling _NIODataStructures _TinyArray.swift
[27/309] Compiling _NIODataStructures PriorityQueue.swift
[28/309] Emitting module _NIODataStructures
[29/310] Compiling _NIOBase64 Base64.swift
[30/310] Emitting module _NIOBase64
[30/311] Compiling refcount.cc
[32/311] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/311] Compiling rc4.cc
[36/309] Emitting module InternalCollectionsUtilities
[36/309] Compiling rsa_asn1.cc
[38/309] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/309] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/309] Compiling windows.cc
[41/309] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/309] Compiling InternalCollectionsUtilities Integer rank.swift
[43/309] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/309] Compiling InternalCollectionsUtilities UInt+reversed.swift
[45/309] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/309] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/310] Compiling urandom.cc
[48/309] Compiling trusty.cc
[49/309] Compiling rand.cc
[50/324] Compiling passive.cc
[51/324] Compiling ios.cc
[52/324] Compiling getentropy.cc
[53/324] Compiling forkunsafe.cc
[54/324] Compiling deterministic.cc
[56/324] Compiling DequeModule _DequeBuffer.swift
[57/324] Compiling DequeModule _DequeBufferHeader.swift
[58/324] Compiling DequeModule Deque+CustomReflectable.swift
[59/324] Compiling DequeModule Deque+Descriptions.swift
[59/324] Compiling fork_detect.cc
[60/326] Compiling poly1305_arm_asm.S
[62/326] Compiling DequeModule Deque+Equatable.swift
[63/326] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[63/326] Compiling poly1305_arm.cc
[65/326] Compiling DequeModule Deque+Codable.swift
[66/326] Compiling DequeModule Deque+Collection.swift
[67/326] Compiling DequeModule _DequeSlot.swift
[68/326] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/326] Compiling pool.cc
[70/326] Compiling DequeModule Deque+Testing.swift
[71/326] Compiling DequeModule Deque._Storage.swift
[72/326] Compiling DequeModule Deque+Extras.swift
[73/326] Compiling DequeModule Deque+Hashable.swift
[74/326] Compiling DequeModule Deque._UnsafeHandle.swift
[75/326] Compiling DequeModule Deque.swift
[75/326] Compiling poly1305_vec.cc
[76/326] Compiling poly1305.cc
[78/326] Emitting module DequeModule
[79/326] Compiling pkcs8_x509.cc
[80/326] Compiling pkcs7.cc
[81/326] Compiling pkcs8.cc
[82/326] Compiling p5_pbev2.cc
[83/326] Compiling pkcs7_x509.cc
[84/326] Compiling pem_pkey.cc
[86/326] Compiling SwiftProtobuf ProtobufMap.swift
[87/326] Compiling SwiftProtobuf SelectiveVisitor.swift
[88/326] Compiling SwiftProtobuf SimpleExtensionMap.swift
[89/326] Compiling SwiftProtobuf StringUtils.swift
[90/326] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[91/326] Compiling SwiftProtobuf SwiftProtobufError.swift
[92/326] Compiling SwiftProtobuf TextFormatDecoder.swift
[93/326] Compiling SwiftProtobuf TextFormatDecodingError.swift
[94/326] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[95/326] Compiling SwiftProtobuf TextFormatEncoder.swift
[96/326] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[96/337] Compiling pem_oth.cc
[114/337] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[115/337] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[116/337] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[117/337] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[118/337] Compiling SwiftProtobuf HashVisitor.swift
[119/337] Compiling SwiftProtobuf Internal.swift
[120/337] Compiling SwiftProtobuf JSONDecoder.swift
[121/337] Compiling SwiftProtobuf JSONDecodingError.swift
[121/337] Compiling pem_xaux.cc
[122/337] Compiling pem_x509.cc
[123/337] Compiling mlkem.cc
[124/337] Compiling obj_xref.cc
[125/337] Compiling pem_pk8.cc
[126/337] Compiling pem_info.cc
[127/337] Compiling pem_all.cc
[128/337] Compiling pem_lib.cc
[129/337] Compiling obj.cc
[130/337] Compiling mldsa.cc
[131/337] Compiling mem.cc
[132/337] Compiling md5.cc
[133/337] Compiling fips_shared_support.cc
[135/337] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[136/337] Compiling SwiftProtobuf TextFormatScanner.swift
[137/337] Compiling SwiftProtobuf TimeUtils.swift
[138/337] Compiling SwiftProtobuf UnknownStorage.swift
[139/337] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[140/337] Compiling SwiftProtobuf Varint.swift
[141/337] Compiling SwiftProtobuf Version.swift
[142/337] Compiling SwiftProtobuf Visitor.swift
[143/337] Compiling SwiftProtobuf WireFormat.swift
[144/337] Compiling SwiftProtobuf ZigZag.swift
[145/337] Compiling SwiftProtobuf any.pb.swift
[146/337] Compiling SwiftProtobuf Message+JSONAdditions.swift
[147/337] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[148/337] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[149/337] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[150/337] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[151/337] Compiling SwiftProtobuf Message.swift
[152/337] Compiling SwiftProtobuf MessageExtension.swift
[153/337] Compiling SwiftProtobuf NameMap.swift
[154/337] Compiling SwiftProtobuf PathDecoder.swift
[155/337] Compiling SwiftProtobuf PathVisitor.swift
[156/337] Compiling SwiftProtobuf ProtoNameProviding.swift
[157/337] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[158/337] Compiling SwiftProtobuf JSONDecodingOptions.swift
[159/337] Compiling SwiftProtobuf JSONEncoder.swift
[160/337] Compiling SwiftProtobuf JSONEncodingError.swift
[161/337] Compiling SwiftProtobuf JSONEncodingOptions.swift
[162/337] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[163/337] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[164/337] Compiling SwiftProtobuf JSONScanner.swift
[165/337] Compiling SwiftProtobuf MathUtils.swift
[166/337] Compiling SwiftProtobuf Message+AnyAdditions.swift
[167/337] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[168/337] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[169/337] Compiling SwiftProtobuf Message+FieldMask.swift
[169/337] Compiling poly_rq_mul.S
[170/337] Compiling md4.cc
[171/337] Compiling lhash.cc
[172/337] Compiling hrss.cc
[173/337] Compiling ex_data.cc
[174/337] Compiling sign.cc
[175/337] Compiling kyber.cc
[176/337] Compiling hpke.cc
[177/337] Compiling scrypt.cc
[178/337] Compiling p_x25519.cc
[179/337] Compiling print.cc
[180/337] Compiling pbkdf.cc
[182/337] Compiling SwiftProtobuf AnyMessageStorage.swift
[183/337] Compiling SwiftProtobuf AnyUnpackError.swift
[184/337] Compiling SwiftProtobuf AsyncMessageSequence.swift
[185/337] Compiling SwiftProtobuf BinaryDecoder.swift
[186/337] Compiling SwiftProtobuf BinaryDecodingError.swift
[187/337] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[188/337] Compiling SwiftProtobuf BinaryDelimited.swift
[189/337] Compiling SwiftProtobuf BinaryEncoder.swift
[190/337] Compiling SwiftProtobuf BinaryEncodingError.swift
[191/337] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[192/337] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[193/337] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[194/337] Emitting module SwiftProtobuf
[194/337] Compiling p_x25519_asn1.cc
[195/337] Compiling p_rsa.cc
[196/337] Compiling p_ed25519.cc
[197/337] Compiling p_rsa_asn1.cc
[198/337] Compiling p_dh_asn1.cc
[199/337] Compiling p_hkdf.cc
[200/337] Compiling p_ed25519_asn1.cc
[201/337] Compiling p_ec_asn1.cc
[202/337] Compiling p_ec.cc
[203/337] Compiling p_dh.cc
[204/337] Compiling evp.cc
[205/337] Compiling evp_ctx.cc
[206/337] Compiling p_dsa_asn1.cc
[207/337] Compiling evp_asn1.cc
[208/337] Compiling engine.cc
[209/337] Compiling err.cc
[210/337] Compiling hash_to_curve.cc
[211/337] Compiling ec_derive.cc
[212/337] Compiling ecdh.cc
[213/337] Compiling ecdsa_asn1.cc
[214/337] Compiling ec_asn1.cc
[215/337] Compiling dsa_asn1.cc
[216/337] Compiling dsa.cc
[217/337] Compiling bcm.cc
[218/337] Compiling params.cc
[219/337] Compiling des.cc
[220/337] Compiling digest_extra.cc
[221/337] Compiling dh_asn1.cc
[222/337] Compiling x25519-asm-arm.S
[223/337] Compiling crypto.cc
[224/337] Compiling spake25519.cc
[225/337] Compiling curve25519.cc
[226/337] Compiling cpu_intel.cc
[227/337] Compiling cpu_arm_linux.cc
[228/337] Compiling cpu_aarch64_openbsd.cc
[229/337] Compiling cpu_arm_freebsd.cc
[230/337] Compiling cpu_aarch64_win.cc
[231/337] Compiling cpu_aarch64_sysreg.cc
[232/337] Compiling curve25519_64_adx.cc
[233/337] Compiling cpu_aarch64_linux.cc
[234/337] Compiling cpu_aarch64_fuchsia.cc
[236/337] Compiling SwiftProtobuf api.pb.swift
[237/337] Compiling SwiftProtobuf descriptor.pb.swift
[238/337] Compiling SwiftProtobuf duration.pb.swift
[239/337] Compiling SwiftProtobuf empty.pb.swift
[240/337] Compiling SwiftProtobuf field_mask.pb.swift
[241/337] Compiling SwiftProtobuf source_context.pb.swift
[242/337] Compiling SwiftProtobuf struct.pb.swift
[243/337] Compiling SwiftProtobuf timestamp.pb.swift
[244/337] Compiling SwiftProtobuf type.pb.swift
[245/337] Compiling SwiftProtobuf wrappers.pb.swift
[246/337] Compiling SwiftProtobuf resource_bundle_accessor.swift
[246/337] Compiling cpu_aarch64_apple.cc
[247/338] Compiling tls_cbc.cc
[248/338] Compiling get_cipher.cc
[249/338] Compiling conf.cc
[251/338] Compiling e_tls.cc
[252/338] Compiling e_rc4.cc
[253/338] Compiling e_rc2.cc
[254/338] Compiling e_chacha20poly1305.cc
[255/338] Compiling e_null.cc
[256/338] Compiling e_des.cc
[257/338] Compiling e_aesgcmsiv.cc
[258/338] Compiling derive_key.cc
[259/338] Compiling e_aesctrhmac.cc
[260/338] Compiling chacha.cc
[261/338] Compiling cbb.cc
[262/338] Compiling unicode.cc
[263/338] Compiling cbs.cc
[264/338] Compiling ber.cc
[265/338] Compiling asn1_compat.cc
[266/338] Compiling buf.cc
[267/338] Compiling convert.cc
[268/340] Compiling blake2.cc
[269/379] Compiling printf.cc
[270/391] Compiling pair.cc
[270/391] Compiling socket_helper.cc
[272/403] Compiling bn_asn1.cc
[272/403] Compiling socket.cc
[274/416] Wrapping AST for SwiftProtobuf for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[276/416] 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 |
[277/423] 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 |
[278/423] 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 |
[279/423] 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 |
[280/423] 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 |
[281/423] 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 |
[282/423] 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 |
[283/423] 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 |
[284/423] Compiling Connect IdempotencyLevel.swift
[285/423] Compiling Connect Interceptor.swift
[286/423] Compiling Connect InterceptorFactory.swift
[286/426] Compiling fd.cc
[288/426] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[289/426] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[290/426] Compiling Connect MethodSpec.swift
[290/426] Compiling hexdump.cc
[292/426] 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 |
[293/426] 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 |
[294/426] 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 |
[295/426] 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 |
[296/426] 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 |
[297/426] 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 |
[298/426] 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 |
[299/426] Compiling Connect ProtoCodec.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 |
[300/426] Compiling Connect GzipCompressionPool.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 |
[301/426] Compiling Connect Cancelable.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 |
[302/426] 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 |
[303/426] 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 |
[304/426] 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 |
[305/426] 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 |
[305/426] Compiling connect.cc
[307/426] Compiling Connect ServerOnlyAsyncStream.swift
[308/426] Compiling Connect ServerOnlyStream.swift
[309/426] Compiling Connect URLSessionStream.swift
[310/426] Compiling Connect NetworkProtocol.swift
[311/426] Compiling Connect ClientOnlyStreamValidation.swift
[312/426] Compiling Connect ConnectEndStreamResponse.swift
[312/426] Compiling errno.cc
[313/426] Compiling file.cc
[315/426] Emitting module SwiftProtobufPluginLibrary
[315/426] Compiling bio_mem.cc
[317/426] Compiling Connect status.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 |
[318/426] Compiling Connect ConnectInterceptor.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/426] Compiling Connect GRPCWebInterceptor.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/426] Compiling Connect InterceptorChain.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/426] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Compiler_CodeGeneratorResponse+Extensions.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/426] Compiling SwiftProtobufPluginLibrary Google_Protobuf_Edition+Extensions.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/426] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.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/426] Compiling SwiftProtobufPluginLibrary NamingUtils.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/426] Compiling base64.cc
[333/426] Compiling bio.cc
[334/426] Compiling tasn_typ.cc
[335/426] Compiling tasn_fre.cc
[337/426] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[338/426] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[339/426] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[339/426] Compiling tasn_utl.cc
[340/426] Compiling tasn_enc.cc
[341/426] Compiling tasn_new.cc
[342/426] Compiling f_string.cc
[343/426] Compiling posix_time.cc
[344/426] Compiling asn_pack.cc
[344/426] Compiling asn1_par.cc
[344/426] Compiling f_int.cc
[347/426] Compiling tasn_dec.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 |
/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 |
[361/426] Compiling Connect UnaryAsyncWrapper.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 |
[362/426] Compiling Connect Lock.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 |
[363/426] Compiling Connect Locked.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 |
[364/426] 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 |
[365/426] 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 |
[366/426] 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 |
[367/426] 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 |
[368/426] 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 |
[369/426] 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 |
[370/426] 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 |
[371/426] Compiling Connect TimeoutTimer.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 |
/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 |
[375/426] Compiling Connect Trailers+gRPC.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 |
[376/426] Compiling Connect ProtocolClient.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 |
[377/426] Compiling Connect URLSessionHTTPClient.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 |
[378/426] Compiling Connect JSONCodec.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 |
[383/427] Compiling a_strex.cc
[383/427] Compiling a_type.cc
[383/427] Compiling a_utctm.cc
[383/427] Compiling a_time.cc
[383/427] Compiling asn1_lib.cc
[383/427] Compiling a_strnid.cc
BUILD FAILURE 6.1 linux