Build Information
Failed to build Connect, reference 1.0.2 (09e7dd
), with Swift 6.1 for Linux on 30 Apr 2025 17:26:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.0.2
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.0.2 -> FETCH_HEAD
HEAD is now at 09e7dd4 Update podspecs for 1.0.2 release (#341)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
09e7dd47db03412b61a9d4bc20f17864b43fc778
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.0.2
========================================
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.71.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.34.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.27.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.28.2",
"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-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
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
[1/11504] Fetching swift-nio-http2
[2532/26313] Fetching swift-nio-http2, swift-nio-ssl
[2977/101882] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[13267/140386] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.39s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.27s)
Fetched https://github.com/apple/swift-nio.git from cache (6.36s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.20s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (7.75s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.56s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (3.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16269] Fetching swift-collections
[327/20636] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (5.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.26s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.39s)
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.30.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.2.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[6/471] Copying PrivacyInfo.xcprivacy
[6/471] Write sources
[27/471] Compiling CNIOWindows shim.c
[27/471] Compiling _AtomicsShims.c
[29/471] Compiling CNIOWindows WSAStartup.c
[30/471] Compiling CNIOLinux liburing_shims.c
[31/471] Compiling CNIOWASI CNIOWASI.c
[32/471] Compiling CNIODarwin shim.c
[33/471] Compiling CNIOLLHTTP c_nio_http.c
[34/471] Compiling CNIOLinux shim.c
[35/471] Compiling fiat_p256_adx_sqr.S
[36/471] Compiling fiat_p256_adx_mul.S
[37/471] Compiling fiat_curve25519_adx_square.S
[38/471] Compiling CNIOLLHTTP c_nio_api.c
[39/471] Compiling fiat_curve25519_adx_mul.S
[40/471] Write swift-version-24593BA9C3E375BF.txt
[41/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/475] Compiling CNIOBoringSSLShims shims.c
[43/477] Compiling tls13_enc.cc
[44/477] Compiling tls_method.cc
[45/477] Compiling tls_record.cc
[46/477] Compiling tls13_client.cc
[47/479] Compiling tls13_both.cc
[48/494] Compiling tls13_server.cc
[49/577] Compiling ssl_transcript.cc
[50/577] Compiling t1_enc.cc
[51/577] Compiling ssl_versions.cc
[53/577] Compiling SwiftProtobuf AnyMessageStorage.swift
[54/577] Compiling SwiftProtobuf AnyUnpackError.swift
[55/577] Compiling SwiftProtobuf AsyncMessageSequence.swift
[56/579] Emitting module InternalCollectionsUtilities
[57/579] Compiling SwiftProtobuf CustomJSONCodable.swift
[58/579] Compiling SwiftProtobuf Decoder.swift
[59/579] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[60/579] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[61/579] Compiling SwiftProtobuf DoubleParser.swift
[62/579] Compiling SwiftProtobuf Enum.swift
[63/579] Compiling SwiftProtobuf BinaryDecoder.swift
[64/579] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/579] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/579] Compiling SwiftProtobuf BinaryDelimited.swift
[67/579] Compiling SwiftProtobuf BinaryEncoder.swift
[68/579] Compiling _NIODataStructures _TinyArray.swift
[69/579] Compiling _NIODataStructures PriorityQueue.swift
[70/579] Emitting module _NIOBase64
[71/579] Compiling _NIOBase64 Base64.swift
[72/580] Compiling SwiftProtobuf BinaryEncodingError.swift
[73/580] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[75/580] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/580] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/581] Wrapping AST for _NIOBase64 for debugging
[77/581] Compiling ssl_x509.cc
[80/596] Compiling DequeModule _DequeBuffer.swift
[81/596] Compiling DequeModule _DequeBufferHeader.swift
[82/598] Compiling _NIODataStructures Heap.swift
[83/598] Emitting module _NIODataStructures
[84/599] Compiling DequeModule Deque+Equatable.swift
[85/599] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/599] Compiling DequeModule Deque+CustomReflectable.swift
[87/599] Compiling DequeModule Deque+Descriptions.swift
[88/599] Compiling DequeModule Deque+Extras.swift
[89/599] Compiling DequeModule Deque+Hashable.swift
[90/599] Wrapping AST for InternalCollectionsUtilities for debugging
[91/599] Wrapping AST for _NIODataStructures for debugging
[93/599] Compiling DequeModule _DequeSlot.swift
[94/599] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/599] Compiling ssl_privkey.cc
[96/599] Compiling DequeModule Deque+Testing.swift
[97/599] Compiling DequeModule Deque._Storage.swift
[98/599] Compiling DequeModule Deque._UnsafeHandle.swift
[99/599] Compiling DequeModule Deque.swift
[99/599] Compiling ssl_stat.cc
[101/599] Compiling DequeModule Deque+Codable.swift
[102/599] Compiling DequeModule Deque+Collection.swift
[102/599] Compiling ssl_session.cc
[104/599] Emitting module DequeModule
[105/600] Wrapping AST for DequeModule for debugging
[106/600] Compiling ssl_key_share.cc
[114/600] Compiling SwiftProtobuf ExtensionFields.swift
[115/600] Compiling SwiftProtobuf ExtensionMap.swift
[116/600] Compiling SwiftProtobuf FieldTag.swift
[117/600] Compiling SwiftProtobuf FieldTypes.swift
[118/600] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[119/600] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[120/611] Compiling SwiftProtobuf ProtobufMap.swift
[121/611] Compiling SwiftProtobuf SelectiveVisitor.swift
[122/611] Compiling SwiftProtobuf SimpleExtensionMap.swift
[123/611] Compiling SwiftProtobuf StringUtils.swift
[124/611] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[125/611] Compiling SwiftProtobuf SwiftProtobufError.swift
[126/611] Compiling SwiftProtobuf TextFormatDecoder.swift
[127/611] Compiling SwiftProtobuf TextFormatDecodingError.swift
[128/611] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[129/611] Compiling SwiftProtobuf TextFormatEncoder.swift
[130/611] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[130/611] Compiling ssl_credential.cc
[131/611] Compiling ssl_lib.cc
[133/611] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[134/611] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[135/611] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[136/611] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[137/611] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[138/611] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[139/611] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[140/611] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[141/611] Compiling SwiftProtobuf HashVisitor.swift
[142/611] Compiling SwiftProtobuf Internal.swift
[143/611] Compiling SwiftProtobuf JSONDecoder.swift
[144/611] Compiling SwiftProtobuf JSONDecodingError.swift
[145/611] Compiling SwiftProtobuf JSONDecodingOptions.swift
[146/611] Compiling SwiftProtobuf JSONEncoder.swift
[147/611] Compiling SwiftProtobuf JSONEncodingError.swift
[148/611] Compiling SwiftProtobuf JSONEncodingOptions.swift
[149/611] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[150/611] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[151/611] Compiling SwiftProtobuf JSONScanner.swift
[152/611] Compiling SwiftProtobuf MathUtils.swift
[153/611] Compiling SwiftProtobuf Message+AnyAdditions.swift
[154/611] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[155/611] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[156/611] Compiling SwiftProtobuf Message+FieldMask.swift
[156/611] Compiling ssl_cipher.cc
[157/611] Compiling ssl_file.cc
[158/611] Compiling ssl_cert.cc
[159/611] Compiling ssl_asn1.cc
[160/611] Compiling ssl_buffer.cc
[162/611] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[163/611] Compiling SwiftProtobuf TextFormatScanner.swift
[164/611] Compiling SwiftProtobuf TimeUtils.swift
[165/611] Compiling SwiftProtobuf UnknownStorage.swift
[166/611] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[167/611] Compiling SwiftProtobuf Varint.swift
[168/611] Compiling SwiftProtobuf Version.swift
[169/611] Compiling SwiftProtobuf Visitor.swift
[170/611] Compiling SwiftProtobuf WireFormat.swift
[171/611] Compiling SwiftProtobuf ZigZag.swift
[172/611] Compiling SwiftProtobuf any.pb.swift
[173/611] Compiling SwiftProtobuf Message+JSONAdditions.swift
[174/611] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[175/611] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[176/611] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[177/611] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[178/611] Compiling SwiftProtobuf Message.swift
[179/611] Compiling SwiftProtobuf MessageExtension.swift
[180/611] Compiling SwiftProtobuf NameMap.swift
[181/611] Compiling SwiftProtobuf PathDecoder.swift
[182/611] Compiling SwiftProtobuf PathVisitor.swift
[183/611] Compiling SwiftProtobuf ProtoNameProviding.swift
[184/611] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[184/611] Compiling ssl_aead_ctx.cc
[185/611] Compiling s3_pkt.cc
[186/611] Compiling s3_lib.cc
[188/611] Emitting module SwiftProtobuf
[200/611] Compiling s3_both.cc
[201/611] Compiling handshake_server.cc
[202/611] Compiling handshake.cc
[203/611] Compiling handshake_client.cc
[204/611] Compiling handoff.cc
[205/611] Compiling extensions.cc
[206/611] Compiling encrypted_client_hello.cc
[207/611] Compiling dtls_record.cc
[208/611] Compiling md5-x86_64-linux.S
[209/611] Compiling dtls_method.cc
[210/611] Compiling md5-x86_64-apple.S
[211/611] Compiling d1_srtp.cc
[212/611] Compiling md5-586-linux.S
[213/611] Compiling d1_pkt.cc
[214/611] Compiling md5-586-apple.S
[215/611] Compiling chacha20_poly1305_x86_64-apple.S
[216/611] Compiling chacha20_poly1305_armv8-win.S
[217/611] Compiling chacha20_poly1305_x86_64-linux.S
[218/611] Compiling chacha20_poly1305_armv8-linux.S
[219/611] Compiling chacha20_poly1305_armv8-apple.S
[220/611] Compiling chacha-x86_64-linux.S
[221/611] Compiling chacha-x86_64-apple.S
[222/611] Compiling chacha-x86-linux.S
[223/611] Compiling chacha-x86-apple.S
[224/611] Compiling chacha-armv8-win.S
[225/611] Compiling chacha-armv8-linux.S
[226/611] Compiling chacha-armv8-apple.S
[227/611] Compiling err_data.cc
[228/611] Compiling chacha-armv4-linux.S
[229/611] Compiling aes128gcmsiv-x86_64-linux.S
[230/611] Compiling aes128gcmsiv-x86_64-apple.S
[231/611] Compiling x86_64-mont5-apple.S
[232/611] Compiling x86_64-mont5-linux.S
[233/611] Compiling bio_ssl.cc
[234/611] Compiling x86_64-mont-linux.S
[235/611] Compiling x86_64-mont-apple.S
[236/611] Compiling x86-mont-apple.S
[237/611] Compiling x86-mont-linux.S
[238/611] Compiling vpaes-x86_64-linux.S
[239/611] Compiling vpaes-x86_64-apple.S
[240/611] Compiling vpaes-x86-linux.S
[241/611] Compiling vpaes-x86-apple.S
[242/611] Compiling vpaes-armv8-win.S
[243/611] Compiling vpaes-armv8-linux.S
[244/611] Compiling vpaes-armv8-apple.S
[245/611] Compiling vpaes-armv7-linux.S
[246/611] Compiling sha512-x86_64-apple.S
[247/611] Compiling sha512-x86_64-linux.S
[248/611] Compiling sha512-armv8-win.S
[249/611] Compiling sha512-armv8-linux.S
[250/611] Compiling sha512-armv8-apple.S
[251/611] Compiling sha512-armv4-linux.S
[252/611] Compiling sha512-586-linux.S
[253/611] Compiling sha512-586-apple.S
[254/611] Compiling d1_lib.cc
[255/611] Compiling sha256-armv8-win.S
[256/611] Compiling sha256-x86_64-linux.S
[256/611] Compiling sha256-armv4-linux.S
[257/611] Compiling sha256-armv8-linux.S
[257/611] Compiling sha256-x86_64-apple.S
[260/611] Compiling sha256-armv8-apple.S
[261/611] Compiling sha1-x86_64-apple.S
[262/611] Compiling sha256-586-linux.S
[262/611] Compiling sha1-armv8-win.S
[262/611] Compiling sha256-586-apple.S
[265/611] Compiling sha1-armv8-linux.S
[266/611] Compiling sha1-x86_64-linux.S
[267/611] Compiling d1_both.cc
[268/611] Compiling sha1-armv4-large-linux.S
[269/611] Compiling sha1-armv8-apple.S
[270/611] Compiling sha1-586-apple.S
[270/611] Compiling sha1-586-linux.S
[272/611] Compiling rsaz-avx2-linux.S
[273/611] Compiling rsaz-avx2-apple.S
[274/611] Compiling rdrand-x86_64-linux.S
[275/611] Compiling p256_beeu-x86_64-asm-apple.S
[276/611] Compiling rdrand-x86_64-apple.S
[277/611] Compiling p256_beeu-armv8-asm-win.S
[278/611] Compiling p256_beeu-armv8-asm-linux.S
[279/611] Compiling p256_beeu-x86_64-asm-linux.S
[280/611] Compiling p256-x86_64-asm-apple.S
[281/611] Compiling p256_beeu-armv8-asm-apple.S
[281/611] Compiling p256-armv8-asm-apple.S
[281/611] Compiling p256-armv8-asm-win.S
[284/611] Compiling p256-armv8-asm-linux.S
[285/611] Compiling ghashv8-armv8-win.S
[286/611] Compiling p256-x86_64-asm-linux.S
[287/611] Compiling ghashv8-armv8-apple.S
[288/611] Compiling ghashv8-armv8-linux.S
[289/611] Compiling ghashv8-armv7-linux.S
[290/611] Compiling ghash-x86_64-apple.S
[291/611] Compiling ghash-x86-linux.S
[292/611] Compiling ghash-x86_64-linux.S
[293/611] Compiling ghash-x86-apple.S
[294/611] Compiling ghash-ssse3-x86_64-linux.S
[295/611] Compiling ghash-ssse3-x86_64-apple.S
[296/611] Compiling ghash-ssse3-x86-apple.S
[297/611] Compiling ghash-neon-armv8-win.S
[297/611] Compiling ghash-ssse3-x86-linux.S
[299/611] Compiling ghash-neon-armv8-linux.S
[300/611] Compiling ghash-neon-armv8-apple.S
[301/611] Compiling ghash-armv4-linux.S
[302/611] Compiling co-586-apple.S
[303/611] Compiling co-586-linux.S
[303/611] Compiling bn-armv8-win.S
[305/611] Compiling bsaes-armv7-linux.S
[306/611] Compiling bn-armv8-linux.S
[307/611] Compiling bn-armv8-apple.S
[308/611] Compiling bn-586-linux.S
[309/611] Compiling armv8-mont-win.S
[309/611] Compiling bn-586-apple.S
[309/611] Compiling armv4-mont-linux.S
[312/611] Compiling armv8-mont-linux.S
[313/611] Compiling armv8-mont-apple.S
[314/611] Compiling aesv8-gcm-armv8-win.S
[315/611] Compiling aesv8-gcm-armv8-apple.S
[316/611] Compiling aesv8-gcm-armv8-linux.S
[317/611] Compiling aesv8-armv8-win.S
[318/611] Compiling aesv8-armv8-linux.S
[319/611] Compiling aesv8-armv8-apple.S
[320/611] Compiling aesv8-armv7-linux.S
[321/611] Compiling aesni-x86_64-linux.S
[322/611] Compiling aesni-x86-linux.S
[323/611] Compiling aesni-x86_64-apple.S
[324/611] Compiling aesni-x86-apple.S
[325/611] Compiling aesni-gcm-x86_64-linux.S
[326/611] Compiling aesni-gcm-x86_64-apple.S
[327/611] Compiling aes-gcm-avx2-x86_64-linux.S
[328/611] Compiling aes-gcm-avx2-x86_64-apple.S
[329/611] Compiling aes-gcm-avx10-x86_64-linux.S
[330/611] Compiling aes-gcm-avx10-x86_64-apple.S
[331/611] Compiling x_x509.cc
[332/611] Compiling x_val.cc
[333/611] Compiling x_spki.cc
[334/611] Compiling x_req.cc
[335/611] Compiling x_pubkey.cc
[336/611] Compiling x_sig.cc
[337/611] Compiling x_x509a.cc
[338/611] Compiling x_name.cc
[339/611] Compiling x_crl.cc
[340/611] Compiling x_algor.cc
[341/611] Compiling x_exten.cc
[342/611] Compiling x_attrib.cc
[343/611] Compiling x509spki.cc
[344/611] Compiling x_all.cc
[345/611] Compiling x509rset.cc
[346/611] Compiling x509_vpm.cc
[347/611] Compiling x509cset.cc
[348/611] Compiling x509name.cc
[349/611] Compiling x509_vfy.cc
[350/611] Compiling x509_txt.cc
[351/611] Compiling x509_v3.cc
[352/611] Compiling x509_trs.cc
[353/611] Compiling x509_req.cc
[354/611] Compiling x509_obj.cc
[355/611] Compiling x509_set.cc
[356/611] Compiling x509_lu.cc
[357/611] Compiling x509_def.cc
[358/611] Compiling x509_ext.cc
[360/611] Compiling SwiftProtobuf api.pb.swift
[361/611] Compiling SwiftProtobuf descriptor.pb.swift
[362/611] Compiling SwiftProtobuf duration.pb.swift
[363/611] Compiling SwiftProtobuf empty.pb.swift
[364/611] Compiling SwiftProtobuf field_mask.pb.swift
[365/611] Compiling SwiftProtobuf source_context.pb.swift
[366/611] Compiling SwiftProtobuf struct.pb.swift
[367/611] Compiling SwiftProtobuf timestamp.pb.swift
[368/611] Compiling SwiftProtobuf type.pb.swift
[369/611] Compiling SwiftProtobuf wrappers.pb.swift
[370/611] Compiling SwiftProtobuf resource_bundle_accessor.swift
[370/612] Compiling x509_d2.cc
[372/612] Compiling x509_cmp.cc
[373/612] Compiling x509_att.cc
[374/612] Compiling x509.cc
[375/617] Wrapping AST for SwiftProtobuf for debugging
[376/638] Compiling v3_skey.cc
[377/690] Compiling v3_utl.cc
[378/690] Compiling v3_prn.cc
[380/690] Compiling Connect GRPCWebInterceptor.swift
[381/690] Compiling Connect InterceptorChain.swift
[382/690] Compiling Connect BidirectionalAsyncStream.swift
[382/693] Compiling v3_purp.cc
[384/693] Compiling Connect Trailers+gRPC.swift
[385/693] Compiling Connect ProtocolClient.swift
[386/693] Compiling Connect URLSessionHTTPClient.swift
[387/693] Compiling Connect BidirectionalStream.swift
[388/693] Compiling Connect ClientOnlyAsyncStream.swift
[389/693] Compiling Connect ClientOnlyStream.swift
[390/693] Compiling Connect JSONCodec.swift
[391/693] Compiling Connect status.pb.swift
[392/693] Compiling Connect ConnectInterceptor.swift
[392/693] Compiling v3_pcons.cc
[393/693] Compiling v3_pmaps.cc
[394/693] Compiling v3_ocsp.cc
[396/693] Compiling Connect TimeoutTimer.swift
[397/693] Compiling Connect ConnectError+GRPC.swift
[398/693] Compiling Connect Envelope.swift
[399/693] Compiling Connect Headers+GRPC.swift
[399/693] Compiling v3_ncons.cc
[401/693] Emitting module SwiftProtobufPluginLibrary
[401/693] Compiling v3_lib.cc
[402/693] Compiling v3_int.cc
[404/693] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[405/693] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[406/693] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[406/693] Compiling v3_info.cc
[407/693] Compiling v3_ia5.cc
[408/693] Compiling v3_genn.cc
[409/693] Compiling v3_extku.cc
[411/693] Compiling Connect ClientOnlyStreamValidation.swift
[412/693] Compiling Connect ConnectEndStreamResponse.swift
[413/693] Compiling Connect ServerOnlyAsyncStream.swift
[414/693] Compiling Connect ServerOnlyStream.swift
[415/693] Compiling Connect URLSessionStream.swift
[416/693] Compiling Connect UnaryAsyncWrapper.swift
[417/693] Compiling Connect Lock.swift
[418/693] Compiling Connect Locked.swift
[418/694] Compiling v3_crld.cc
[420/694] Compiling v3_enum.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 |
[425/694] 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 |
[426/694] 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 |
[427/694] 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 |
[428/694] 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 |
[428/701] Compiling v3_cpols.cc
[430/701] 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 |
[431/701] 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 |
[432/701] 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 |
[433/701] 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 |
[434/701] 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 |
[435/701] 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 |
[436/701] 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 |
[437/701] 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 |
[438/701] 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 |
[439/701] 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 |
[440/701] 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 |
[441/701] 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 |
[442/701] 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 |
[443/701] 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)
[444/701] 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 |
[445/701] 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 |
[446/701] 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 |
[447/701] 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 |
[448/701] 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 |
[449/701] 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 |
[450/701] 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 |
[451/701] 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 |
[451/707] Compiling v3_bitst.cc
[453/707] 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 |
[454/707] 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 |
[455/707] 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 |
[456/707] 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 |
[457/707] 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 |
[458/707] 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 |
[459/707] 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 |
[459/707] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[460/707] Compiling v3_conf.cc
[461/707] Compiling v3_akeya.cc
[463/707] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[463/707] Compiling v3_akey.cc
[465/707] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[465/707] Compiling v3_alt.cc
[467/707] Compiling ConnectPluginUtilities GeneratorOptions.swift
[467/707] Compiling v3_bcons.cc
[469/707] Compiling ConnectPluginUtilities FilePathComponents.swift
[470/707] Emitting module ConnectPluginUtilities
[471/707] Compiling ConnectPluginUtilities Generator.swift
[472/708] Compiling t_x509a.cc
[473/708] Compiling t_crl.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 |
[498/712] Compiling t_x509.cc
[498/712] Wrapping AST for ConnectPluginUtilities for debugging
[498/712] Compiling t_req.cc
[498/712] Compiling rsa_pss.cc
[498/712] Compiling policy.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/211] Write sources
[2/218] Compiling i2d_pr.cc
[3/218] Write swift-version-24593BA9C3E375BF.txt
[4/218] Compiling t_x509.cc
[5/218] Compiling name_print.cc
[6/218] Compiling rsa_pss.cc
[7/218] Compiling t_req.cc
[8/218] Compiling by_dir.cc
[9/218] Compiling policy.cc
[10/218] Compiling by_file.cc
[12/260] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/260] Compiling InternalCollectionsUtilities Specialize.swift
[14/262] Compiling InternalCollectionsUtilities Debugging.swift
[15/262] Compiling InternalCollectionsUtilities Descriptions.swift
[16/262] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/262] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/295] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[19/295] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[20/295] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[21/295] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[22/347] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[23/347] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[24/347] Compiling _NIOBase64 Base64.swift
[25/347] Emitting module _NIOBase64
[26/348] Compiling _NIODataStructures _TinyArray.swift
[27/348] Compiling _NIODataStructures PriorityQueue.swift
[28/348] Compiling _NIODataStructures Heap.swift
[29/348] Emitting module _NIODataStructures
[31/349] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[32/349] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[33/349] Compiling SwiftProtobuf FieldTypes.swift
[35/349] Compiling SwiftProtobuf Enum.swift
[36/349] Compiling SwiftProtobuf ExtensibleMessage.swift
[37/349] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[37/349] Compiling asn1_gen.cc
[39/349] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[40/349] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[43/347] Emitting module InternalCollectionsUtilities
[43/347] Compiling algorithm.cc
[44/347] Compiling a_verify.cc
[49/347] Compiling SwiftProtobuf ExtensionFields.swift
[50/347] Compiling SwiftProtobuf ExtensionMap.swift
[51/347] Compiling SwiftProtobuf CustomJSONCodable.swift
[52/347] Compiling SwiftProtobuf Decoder.swift
[53/347] Compiling SwiftProtobuf DoubleParser.swift
[54/347] Compiling SwiftProtobuf FieldTag.swift
[56/347] Compiling voprf.cc
[57/347] Compiling a_digest.cc
[58/362] Compiling a_sign.cc
[59/362] Compiling trust_token.cc
[61/362] Compiling DequeModule Deque+CustomReflectable.swift
[62/362] Compiling DequeModule Deque+Descriptions.swift
[62/364] Compiling pmbtoken.cc
[63/364] Compiling thread_win.cc
[64/364] Compiling thread_none.cc
[66/364] Compiling DequeModule _DequeBuffer.swift
[67/364] Compiling DequeModule _DequeBufferHeader.swift
[67/364] Compiling thread_pthread.cc
[69/364] Emitting module Atomics
[70/364] Compiling DequeModule Deque+Extras.swift
[71/364] Compiling DequeModule Deque+Hashable.swift
[72/364] Compiling DequeModule Deque+Equatable.swift
[73/364] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/364] Compiling thread.cc
[75/364] Compiling DequeModule Deque+Testing.swift
[76/364] Compiling DequeModule Deque._Storage.swift
[76/364] Compiling stack.cc
[78/364] Compiling DequeModule Deque._UnsafeHandle.swift
[79/364] Compiling DequeModule Deque.swift
[79/364] Compiling siphash.cc
[80/364] Compiling slhdsa.cc
[82/364] Compiling DequeModule _DequeSlot.swift
[83/364] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/364] Emitting module DequeModule
[85/364] Compiling DequeModule Deque+Codable.swift
[86/364] Compiling DequeModule Deque+Collection.swift
[86/365] Compiling spake2plus.cc
[94/366] Compiling sha512.cc
[96/365] Compiling sha256.cc
[97/365] Compiling rsa_print.cc
[98/365] Compiling sha1.cc
[99/365] Compiling rsa_extra.cc
[101/365] Compiling SwiftProtobuf Message+JSONAdditions.swift
[102/365] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[103/365] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[104/365] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[105/365] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[106/365] Compiling SwiftProtobuf Message.swift
[107/365] Compiling SwiftProtobuf MessageExtension.swift
[108/365] Compiling SwiftProtobuf NameMap.swift
[109/365] Compiling SwiftProtobuf PathDecoder.swift
[110/365] Compiling SwiftProtobuf PathVisitor.swift
[111/365] Compiling SwiftProtobuf ProtoNameProviding.swift
[112/365] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[112/376] Compiling rc4.cc
[113/376] Compiling refcount.cc
[114/376] Compiling windows.cc
[115/376] Compiling trusty.cc
[116/376] Compiling rsa_crypt.cc
[116/376] Compiling rsa_asn1.cc
[118/376] Compiling urandom.cc
[119/376] Compiling rand.cc
[120/376] Compiling passive.cc
[122/376] Compiling SwiftProtobuf JSONDecodingOptions.swift
[123/376] Compiling SwiftProtobuf JSONEncoder.swift
[124/376] Compiling SwiftProtobuf JSONEncodingError.swift
[125/376] Compiling SwiftProtobuf JSONEncodingOptions.swift
[126/376] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[127/376] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[128/376] Compiling SwiftProtobuf JSONScanner.swift
[129/376] Compiling SwiftProtobuf MathUtils.swift
[130/376] Compiling SwiftProtobuf Message+AnyAdditions.swift
[131/376] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[132/376] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[133/376] Compiling SwiftProtobuf Message+FieldMask.swift
[133/376] Compiling deterministic.cc
[134/376] Compiling getentropy.cc
[135/376] Compiling ios.cc
[136/376] Compiling forkunsafe.cc
[137/376] Compiling fork_detect.cc
[138/376] Compiling poly1305_arm_asm.S
[160/376] Compiling SwiftProtobuf HashVisitor.swift
[161/376] Compiling SwiftProtobuf Internal.swift
[162/376] Compiling SwiftProtobuf JSONDecoder.swift
[163/376] Compiling SwiftProtobuf JSONDecodingError.swift
[163/376] Compiling poly1305.cc
[164/376] Compiling poly1305_vec.cc
[166/376] Compiling SwiftProtobuf ProtobufMap.swift
[167/376] Compiling SwiftProtobuf SelectiveVisitor.swift
[168/376] Compiling SwiftProtobuf SimpleExtensionMap.swift
[169/376] Compiling SwiftProtobuf StringUtils.swift
[170/376] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[171/376] Compiling SwiftProtobuf SwiftProtobufError.swift
[172/376] Compiling SwiftProtobuf TextFormatDecoder.swift
[173/376] Compiling SwiftProtobuf TextFormatDecodingError.swift
[174/376] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[175/376] Compiling SwiftProtobuf TextFormatEncoder.swift
[176/376] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[177/376] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[178/376] Compiling SwiftProtobuf TextFormatScanner.swift
[179/376] Compiling SwiftProtobuf TimeUtils.swift
[180/376] Compiling SwiftProtobuf UnknownStorage.swift
[181/376] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[182/376] Compiling SwiftProtobuf Varint.swift
[183/376] Compiling SwiftProtobuf Version.swift
[184/376] Compiling SwiftProtobuf Visitor.swift
[185/376] Compiling SwiftProtobuf WireFormat.swift
[186/376] Compiling SwiftProtobuf ZigZag.swift
[187/376] Compiling SwiftProtobuf any.pb.swift
[187/376] Compiling poly1305_arm.cc
[188/376] Compiling pool.cc
[189/376] Compiling pkcs7.cc
[190/376] Compiling p5_pbev2.cc
[191/376] Compiling pkcs8.cc
[192/376] Compiling pkcs8_x509.cc
[194/376] Compiling SwiftProtobuf AnyMessageStorage.swift
[195/376] Compiling SwiftProtobuf AnyUnpackError.swift
[196/376] Compiling SwiftProtobuf AsyncMessageSequence.swift
[197/376] Compiling SwiftProtobuf BinaryDecoder.swift
[198/376] Compiling SwiftProtobuf BinaryDecodingError.swift
[199/376] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[200/376] Compiling SwiftProtobuf BinaryDelimited.swift
[201/376] Compiling SwiftProtobuf BinaryEncoder.swift
[202/376] Compiling SwiftProtobuf BinaryEncodingError.swift
[203/376] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[204/376] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[205/376] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[206/376] Emitting module SwiftProtobuf
[206/376] Compiling pem_xaux.cc
[207/376] Compiling pkcs7_x509.cc
[208/376] Compiling pem_x509.cc
[209/376] Compiling pem_pkey.cc
[210/376] Compiling pem_oth.cc
[211/376] Compiling pem_pk8.cc
[212/376] Compiling obj_xref.cc
[213/376] Compiling pem_info.cc
[214/376] Compiling pem_lib.cc
[215/376] Compiling mlkem.cc
[216/376] Compiling pem_all.cc
[217/376] Compiling mldsa.cc
[218/376] Compiling mem.cc
[219/376] Compiling poly_rq_mul.S
[220/376] Compiling md5.cc
[221/376] Compiling fips_shared_support.cc
[222/376] Compiling lhash.cc
[223/376] Compiling md4.cc
[224/376] Compiling obj.cc
[225/376] Compiling hrss.cc
[226/376] Compiling kyber.cc
[227/376] Compiling ex_data.cc
[228/376] Compiling sign.cc
[229/376] Compiling scrypt.cc
[230/376] Compiling hpke.cc
[231/376] Compiling pbkdf.cc
[232/376] Compiling print.cc
[233/376] Compiling p_x25519.cc
[234/376] Compiling p_x25519_asn1.cc
[235/376] Compiling p_ed25519.cc
[236/376] Compiling p_rsa_asn1.cc
[237/376] Compiling p_rsa.cc
[238/376] Compiling p_hkdf.cc
[239/376] Compiling p_ed25519_asn1.cc
[240/376] Compiling p_ec.cc
[241/376] Compiling p_dh.cc
[242/376] Compiling p_dh_asn1.cc
[243/376] Compiling p_ec_asn1.cc
[244/376] Compiling evp_ctx.cc
[245/376] Compiling p_dsa_asn1.cc
[246/376] Compiling err.cc
[247/376] Compiling engine.cc
[248/376] Compiling evp.cc
[249/376] Compiling ecdh.cc
[251/376] Compiling SwiftProtobuf api.pb.swift
[252/376] Compiling SwiftProtobuf descriptor.pb.swift
[253/376] Compiling SwiftProtobuf duration.pb.swift
[254/376] Compiling SwiftProtobuf empty.pb.swift
[255/376] Compiling SwiftProtobuf field_mask.pb.swift
[256/376] Compiling SwiftProtobuf source_context.pb.swift
[257/376] Compiling SwiftProtobuf struct.pb.swift
[258/376] Compiling SwiftProtobuf timestamp.pb.swift
[259/376] Compiling SwiftProtobuf type.pb.swift
[260/376] Compiling SwiftProtobuf wrappers.pb.swift
[261/376] Compiling SwiftProtobuf resource_bundle_accessor.swift
[261/376] Compiling evp_asn1.cc
[262/377] Compiling ec_derive.cc
[263/377] Compiling ecdsa_asn1.cc
[265/377] Compiling hash_to_curve.cc
[266/377] Compiling ec_asn1.cc
[267/377] Compiling dsa.cc
[268/377] Compiling params.cc
[269/377] Compiling dsa_asn1.cc
[270/377] Compiling digest_extra.cc
[271/377] Wrapping AST for SwiftProtobuf for debugging
[272/416] Compiling dh_asn1.cc
[273/448] Compiling des.cc
[274/455] Compiling x25519-asm-arm.S
[276/455] 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 |
[277/455] 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 |
[278/455] 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 |
[279/455] 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 |
[280/455] 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 |
[281/455] 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 |
[282/455] 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 |
[282/462] Compiling bcm.cc
[284/462] 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 |
[285/462] 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 |
[286/462] 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 |
[287/462] 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 |
[288/462] 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 |
[289/462] 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 |
[290/462] 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 |
[290/462] Compiling spake25519.cc
[292/462] Compiling Connect Locked.swift
[293/462] Compiling Connect ProtoCodec.swift
[294/462] 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 |
/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/465] 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 |
[298/465] 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 |
[299/465] 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 |
[300/465] 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 |
[301/465] 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 |
[302/465] 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 |
[303/465] 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 |
[304/465] 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 |
[305/465] 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 |
[306/465] 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 |
[307/465] 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 |
[308/465] 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 |
[309/465] 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 |
[310/465] 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 |
[311/465] 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 |
[312/465] 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 |
[313/465] 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 |
[314/465] 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 |
[315/465] 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 |
[316/465] Compiling Connect URLSessionStream.swift
[317/465] Compiling Connect UnaryAsyncWrapper.swift
[318/465] Compiling Connect Lock.swift
[324/465] Compiling Connect TimeoutTimer.swift
[324/465] Compiling cpu_intel.cc
[325/465] Compiling crypto.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[327/465] 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 |
[328/465] 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 |
[329/465] 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 |
[330/465] 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 |
[331/465] 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 |
[332/465] Compiling Connect BidirectionalAsyncStream.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/465] Compiling Connect BidirectionalStream.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 |
[334/465] Compiling Connect ClientOnlyAsyncStream.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 |
[335/465] Compiling Connect ClientOnlyStream.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 |
[335/465] Compiling cpu_arm_freebsd.cc
[336/465] Compiling cpu_arm_linux.cc
[342/465] Emitting module SwiftProtobufPluginLibrary
[343/465] Compiling Connect ClientOnlyStreamValidation.swift
[344/465] Compiling Connect ConnectEndStreamResponse.swift
[345/465] Compiling Connect ServerOnlyAsyncStream.swift
[346/465] Compiling Connect ServerOnlyStream.swift
[346/465] Compiling curve25519_64_adx.cc
[346/465] Compiling curve25519.cc
[348/465] Compiling cpu_aarch64_openbsd.cc
[349/465] Compiling cpu_aarch64_sysreg.cc
[350/465] Compiling cpu_aarch64_linux.cc
[351/465] Compiling cpu_aarch64_win.cc
[353/465] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[354/465] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[355/465] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[355/465] Compiling cpu_aarch64_fuchsia.cc
[356/465] Compiling cpu_aarch64_apple.cc
[357/465] Compiling conf.cc
[358/465] Compiling get_cipher.cc
[359/465] Compiling tls_cbc.cc
[360/465] Compiling e_tls.cc
[361/465] Compiling e_rc4.cc
[366/466] Compiling e_rc2.cc
[368/466] Compiling e_null.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 |
[382/466] 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 |
[383/466] 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 |
[384/466] 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 |
[385/466] 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 |
[385/466] Compiling e_des.cc
[386/466] Compiling e_chacha20poly1305.cc
[387/466] Compiling e_aesgcmsiv.cc
[388/466] Compiling e_aesctrhmac.cc
[389/466] Compiling derive_key.cc
[390/465] Compiling asn1_compat.cc
[390/465] Compiling buf.cc
[390/465] Compiling chacha.cc
[390/465] Compiling cbb.cc
[390/465] Compiling ber.cc
[390/465] Compiling cbs.cc
[390/465] Compiling unicode.cc
BUILD FAILURE 6.1 linux