Build Information
Failed to build Connect, reference 1.0.4 (534a58
), with Swift 6.1 for Android on 13 Jun 2025 05:54:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.0.4
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.4 -> FETCH_HEAD
HEAD is now at 534a58d Update CocoaPods for 1.0.4 (#351)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
534a58d6194afffb1c5f8fbe9bbf5b5d0699b12f
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.0.4
========================================
Build
========================================
Selected platform: android
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.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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11527] Fetching swift-nio-http2
[2537/26376] Fetching swift-nio-http2, swift-nio-ssl
[18062/65812] Fetching swift-nio-http2, swift-nio-ssl, swift-protobuf
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.81s)
[1/76275] Fetching swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (7.52s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.70s)
Fetched https://github.com/apple/swift-nio.git from cache (6.73s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (11.30s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (1.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.52s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16600] Fetching swift-collections
[167/21028] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
[4316/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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-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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[11/471] Compiling _AtomicsShims.c
[12/471] Copying PrivacyInfo.xcprivacy
[14/471] Write sources
[28/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWindows WSAStartup.c
[30/471] Compiling CNIOWASI CNIOWASI.c
[31/471] Compiling CNIOLinux shim.c
[32/471] Compiling CNIOLinux liburing_shims.c
[33/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/471] Compiling CNIOLLHTTP c_nio_http.c
[35/471] Compiling CNIOLLHTTP c_nio_api.c
[36/471] Compiling CNIODarwin shim.c
[37/471] Compiling asn1_par.cc
[38/471] Compiling a_type.cc
[39/471] Compiling asn1_lib.cc
[40/471] Compiling fiat_p256_adx_sqr.S
[40/471] Write swift-version-24593BA9C3E375BF.txt
[42/471] Compiling a_utctm.cc
[43/471] Compiling fiat_p256_adx_mul.S
[44/471] Compiling fiat_curve25519_adx_square.S
[45/471] Compiling fiat_curve25519_adx_mul.S
[46/543] Compiling x_x509a.cc
[47/547] Compiling x_x509.cc
[48/570] Compiling CNIOBoringSSLShims shims.c
[49/574] Compiling tls_record.cc
[50/574] Compiling tls_method.cc
[51/574] Compiling tls13_enc.cc
[52/574] Compiling tls13_server.cc
[54/574] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/574] Compiling InternalCollectionsUtilities Debugging.swift
[56/575] Compiling _NIODataStructures _TinyArray.swift
[57/575] Compiling _NIODataStructures PriorityQueue.swift
[58/575] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/575] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/575] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/575] Compiling InternalCollectionsUtilities Integer rank.swift
[62/575] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/575] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/575] Emitting module InternalCollectionsUtilities
[65/575] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/575] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/575] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/575] Compiling InternalCollectionsUtilities Descriptions.swift
[69/575] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/575] Compiling _NIOBase64 Base64.swift
[71/575] Emitting module _NIOBase64
[72/576] Compiling _NIODataStructures Heap.swift
[73/576] Emitting module _NIODataStructures
[76/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/578] Wrapping AST for _NIOBase64 for debugging
[78/578] Compiling tls13_client.cc
[79/578] Compiling t1_enc.cc
[80/578] Compiling tls13_both.cc
[81/578] Wrapping AST for _NIODataStructures for debugging
[82/578] Wrapping AST for InternalCollectionsUtilities for debugging
[84/593] Compiling DequeModule _DequeBuffer.swift
[85/593] Compiling DequeModule _DequeBufferHeader.swift
[86/595] Compiling DequeModule Deque+Equatable.swift
[87/595] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/595] Compiling DequeModule _DequeSlot.swift
[89/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/595] Compiling ssl_x509.cc
[91/595] Compiling DequeModule Deque+CustomReflectable.swift
[92/595] Compiling DequeModule Deque+Descriptions.swift
[93/595] Compiling DequeModule Deque+Extras.swift
[94/595] Compiling DequeModule Deque+Hashable.swift
[95/595] Compiling DequeModule Deque+Testing.swift
[96/595] Compiling DequeModule Deque._Storage.swift
[97/595] Compiling DequeModule Deque._UnsafeHandle.swift
[98/595] Compiling DequeModule Deque.swift
[99/595] Compiling DequeModule Deque+Codable.swift
[100/595] Compiling DequeModule Deque+Collection.swift
[101/595] Emitting module DequeModule
[102/596] Compiling ssl_transcript.cc
[103/596] Wrapping AST for DequeModule for debugging
[104/596] Compiling ssl_versions.cc
[105/596] Compiling ssl_stat.cc
[106/596] Compiling ssl_session.cc
[107/596] Compiling ssl_privkey.cc
[108/596] Compiling ssl_key_share.cc
[109/596] Compiling ssl_file.cc
[110/596] Compiling ssl_lib.cc
[111/596] Compiling ssl_buffer.cc
[112/596] Compiling ssl_cert.cc
[114/596] Compiling SwiftProtobuf Message+JSONAdditions.swift
[115/596] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[116/596] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[117/596] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[118/596] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[119/596] Compiling SwiftProtobuf Message.swift
[120/596] Compiling SwiftProtobuf MessageExtension.swift
[121/596] Compiling SwiftProtobuf NameMap.swift
[122/596] Compiling SwiftProtobuf PathDecoder.swift
[123/596] Compiling SwiftProtobuf PathVisitor.swift
[124/596] Compiling SwiftProtobuf ProtoNameProviding.swift
[125/596] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[137/607] Compiling ssl_credential.cc
[138/607] Compiling ssl_cipher.cc
[140/607] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[141/607] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[142/607] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[143/607] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[144/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[145/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[146/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[147/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[148/607] Compiling SwiftProtobuf HashVisitor.swift
[149/607] Compiling SwiftProtobuf Internal.swift
[150/607] Compiling SwiftProtobuf JSONDecoder.swift
[151/607] Compiling SwiftProtobuf JSONDecodingError.swift
[152/607] Compiling SwiftProtobuf JSONDecodingOptions.swift
[153/607] Compiling SwiftProtobuf JSONEncoder.swift
[154/607] Compiling SwiftProtobuf JSONEncodingError.swift
[155/607] Compiling SwiftProtobuf JSONEncodingOptions.swift
[156/607] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[157/607] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[158/607] Compiling SwiftProtobuf JSONScanner.swift
[159/607] Compiling SwiftProtobuf MathUtils.swift
[160/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[161/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[162/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[163/607] Compiling SwiftProtobuf Message+FieldMask.swift
[164/607] Compiling SwiftProtobuf ProtobufMap.swift
[165/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[166/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[167/607] Compiling SwiftProtobuf StringUtils.swift
[168/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[169/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[170/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[171/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[172/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[173/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[174/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/607] Compiling SwiftProtobuf TextFormatScanner.swift
[177/607] Compiling SwiftProtobuf TimeUtils.swift
[178/607] Compiling SwiftProtobuf UnknownStorage.swift
[179/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/607] Compiling SwiftProtobuf Varint.swift
[181/607] Compiling SwiftProtobuf Version.swift
[182/607] Compiling SwiftProtobuf Visitor.swift
[183/607] Compiling SwiftProtobuf WireFormat.swift
[184/607] Compiling SwiftProtobuf ZigZag.swift
[185/607] Compiling SwiftProtobuf any.pb.swift
[185/607] Compiling ssl_asn1.cc
[186/607] Compiling ssl_aead_ctx.cc
[187/607] Compiling s3_lib.cc
[188/607] Compiling s3_both.cc
[189/607] Compiling s3_pkt.cc
[195/607] Compiling SwiftProtobuf BinaryDecodingError.swift
[196/607] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[197/607] Compiling SwiftProtobuf BinaryDelimited.swift
[198/607] Compiling SwiftProtobuf BinaryEncoder.swift
[199/607] Compiling SwiftProtobuf BinaryEncodingError.swift
[200/607] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[201/607] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[202/607] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[203/607] Emitting module SwiftProtobuf
[203/607] Compiling handshake_client.cc
[204/607] Compiling handshake_server.cc
[205/607] Compiling handshake.cc
[206/607] Compiling handoff.cc
[207/607] Compiling dtls_record.cc
[208/607] Compiling extensions.cc
[209/607] Compiling encrypted_client_hello.cc
[210/607] Compiling dtls_method.cc
[211/607] Compiling md5-x86_64-linux.S
[212/607] Compiling md5-x86_64-apple.S
[213/607] Compiling md5-586-linux.S
[214/607] Compiling md5-586-apple.S
[215/607] Compiling chacha20_poly1305_x86_64-linux.S
[216/607] Compiling chacha20_poly1305_x86_64-apple.S
[217/607] Compiling d1_srtp.cc
[218/607] Compiling chacha20_poly1305_armv8-win.S
[219/607] Compiling chacha20_poly1305_armv8-apple.S
[220/607] Compiling chacha20_poly1305_armv8-linux.S
[221/607] Compiling chacha-x86_64-linux.S
[222/607] Compiling chacha-x86_64-apple.S
[223/607] Compiling chacha-x86-linux.S
[224/607] Compiling chacha-x86-apple.S
[225/607] Compiling chacha-armv8-win.S
[226/607] Compiling chacha-armv8-apple.S
[227/607] Compiling chacha-armv8-linux.S
[228/607] Compiling aes128gcmsiv-x86_64-linux.S
[229/607] Compiling chacha-armv4-linux.S
[230/607] Compiling aes128gcmsiv-x86_64-apple.S
[231/607] Compiling x86_64-mont5-linux.S
[232/607] Compiling x86_64-mont5-apple.S
[233/607] Compiling x86_64-mont-linux.S
[234/607] Compiling err_data.cc
[235/607] Compiling x86_64-mont-apple.S
[236/607] Compiling x86-mont-linux.S
[237/607] Compiling x86-mont-apple.S
[238/607] Compiling vpaes-x86_64-apple.S
[239/607] Compiling vpaes-x86_64-linux.S
[240/607] Compiling vpaes-x86-apple.S
[241/607] Compiling vpaes-armv8-win.S
[241/607] Compiling vpaes-x86-linux.S
[243/607] Compiling vpaes-armv7-linux.S
[244/607] Compiling vpaes-armv8-linux.S
[245/607] Compiling vpaes-armv8-apple.S
[246/607] Compiling sha512-x86_64-linux.S
[247/607] Compiling bio_ssl.cc
[248/607] Compiling sha512-armv8-win.S
[249/607] Compiling sha512-x86_64-apple.S
[250/607] Compiling sha512-armv4-linux.S
[251/607] Compiling sha512-armv8-apple.S
[252/607] Compiling sha512-armv8-linux.S
[253/607] Compiling sha512-586-linux.S
[254/607] Compiling sha256-x86_64-linux.S
[255/607] Compiling sha512-586-apple.S
[256/607] Compiling sha256-x86_64-apple.S
[257/607] Compiling sha256-armv8-win.S
[258/607] Compiling sha256-armv4-linux.S
[259/607] Compiling sha256-armv8-apple.S
[260/607] Compiling sha256-armv8-linux.S
[261/607] Compiling d1_pkt.cc
[262/607] Compiling sha256-586-apple.S
[263/607] Compiling sha256-586-linux.S
[264/607] Compiling sha1-x86_64-linux.S
[265/607] Compiling sha1-x86_64-apple.S
[266/607] Compiling sha1-armv8-win.S
[267/607] Compiling sha1-armv8-apple.S
[268/607] Compiling sha1-armv4-large-linux.S
[269/607] Compiling sha1-586-apple.S
[270/607] Compiling sha1-armv8-linux.S
[271/607] Compiling sha1-586-linux.S
[272/607] Compiling rsaz-avx2-linux.S
[273/607] Compiling rsaz-avx2-apple.S
[274/607] Compiling rdrand-x86_64-linux.S
[275/607] Compiling p256_beeu-x86_64-asm-linux.S
[276/607] Compiling d1_lib.cc
[277/607] Compiling rdrand-x86_64-apple.S
[278/607] Compiling p256_beeu-armv8-asm-win.S
[279/607] Compiling p256_beeu-x86_64-asm-apple.S
[280/607] Compiling p256_beeu-armv8-asm-linux.S
[281/607] Compiling p256_beeu-armv8-asm-apple.S
[282/607] Compiling p256-armv8-asm-win.S
[283/607] Compiling p256-x86_64-asm-apple.S
[284/607] Compiling p256-x86_64-asm-linux.S
[285/607] Compiling p256-armv8-asm-linux.S
[286/607] Compiling p256-armv8-asm-apple.S
[287/607] Compiling ghashv8-armv8-apple.S
[288/607] Compiling ghashv8-armv7-linux.S
[289/607] Compiling ghashv8-armv8-win.S
[290/607] Compiling ghashv8-armv8-linux.S
[291/607] Compiling ghash-x86_64-apple.S
[292/607] Compiling ghash-x86_64-linux.S
[293/607] Compiling ghash-x86-linux.S
[294/607] Compiling ghash-ssse3-x86_64-linux.S
[295/607] Compiling ghash-ssse3-x86-linux.S
[296/607] Compiling ghash-x86-apple.S
[297/607] Compiling ghash-ssse3-x86_64-apple.S
[298/607] Compiling ghash-ssse3-x86-apple.S
[299/607] Compiling ghash-neon-armv8-linux.S
[300/607] Compiling ghash-neon-armv8-win.S
[301/607] Compiling ghash-neon-armv8-apple.S
[302/607] Compiling ghash-armv4-linux.S
[303/607] Compiling co-586-linux.S
[304/607] Compiling co-586-apple.S
[305/607] Compiling bn-armv8-win.S
[306/607] Compiling bn-armv8-apple.S
[307/607] Compiling bn-armv8-linux.S
[308/607] Compiling bn-586-linux.S
[309/607] Compiling bsaes-armv7-linux.S
[310/607] Compiling bn-586-apple.S
[311/607] Compiling armv8-mont-win.S
[312/607] Compiling d1_both.cc
[313/607] Compiling armv8-mont-apple.S
[314/607] Compiling armv4-mont-linux.S
[315/607] Compiling armv8-mont-linux.S
[316/607] Compiling aesv8-gcm-armv8-win.S
[317/607] Compiling aesv8-armv8-win.S
[318/607] Compiling aesv8-gcm-armv8-apple.S
[319/607] Compiling aesv8-armv7-linux.S
[320/607] Compiling aesv8-gcm-armv8-linux.S
[321/607] Compiling aesv8-armv8-apple.S
[322/607] Compiling aesv8-armv8-linux.S
[322/607] Compiling aesni-x86_64-linux.S
[324/607] Compiling aesni-x86_64-apple.S
[325/607] Compiling aesni-x86-linux.S
[326/607] Compiling aesni-x86-apple.S
[327/607] Compiling aesni-gcm-x86_64-linux.S
[328/607] Compiling aes-gcm-avx10-x86_64-apple.S
[329/607] Compiling aes-gcm-avx10-x86_64-linux.S
[330/607] Compiling aes-gcm-avx2-x86_64-linux.S
[331/607] Compiling aesni-gcm-x86_64-apple.S
[332/607] Compiling aes-gcm-avx2-x86_64-apple.S
[333/607] Compiling x_spki.cc
[334/607] Compiling x_name.cc
[335/607] Compiling x_exten.cc
[336/607] Compiling x_sig.cc
[337/607] Compiling x_req.cc
[338/607] Compiling x_pubkey.cc
[339/607] Compiling x_val.cc
[340/607] Compiling x_crl.cc
[341/607] Compiling x_algor.cc
[342/607] Compiling x509rset.cc
[343/607] Compiling x_attrib.cc
[344/607] Compiling x_all.cc
[345/607] Compiling x509name.cc
[346/607] Compiling x509spki.cc
[347/607] Compiling x509_vpm.cc
[348/607] Compiling x509_trs.cc
[349/607] Compiling x509cset.cc
[350/607] Compiling x509_v3.cc
[351/607] Compiling x509_txt.cc
[352/607] Compiling x509_vfy.cc
[353/607] Compiling x509_set.cc
[354/607] Compiling x509_req.cc
[355/607] Compiling x509_def.cc
[356/607] Compiling x509_obj.cc
[357/607] Compiling x509_ext.cc
[358/607] Compiling x509_lu.cc
[359/607] Compiling x509_d2.cc
[360/607] Compiling x509_cmp.cc
[361/607] Compiling x509_att.cc
[362/607] Compiling x509.cc
[363/607] Compiling v3_prn.cc
[364/607] Compiling v3_utl.cc
[365/607] Compiling v3_skey.cc
[366/607] Compiling v3_purp.cc
[367/607] Compiling v3_pmaps.cc
[369/607] Compiling SwiftProtobuf api.pb.swift
[370/607] Compiling SwiftProtobuf descriptor.pb.swift
[371/607] Compiling SwiftProtobuf duration.pb.swift
[372/607] Compiling SwiftProtobuf empty.pb.swift
[373/607] Compiling SwiftProtobuf field_mask.pb.swift
[374/607] Compiling SwiftProtobuf source_context.pb.swift
[375/607] Compiling SwiftProtobuf struct.pb.swift
[376/607] Compiling SwiftProtobuf timestamp.pb.swift
[377/607] Compiling SwiftProtobuf type.pb.swift
[378/607] Compiling SwiftProtobuf wrappers.pb.swift
[379/607] Compiling SwiftProtobuf resource_bundle_accessor.swift
[380/633] Compiling v3_pcons.cc
[381/633] Compiling v3_int.cc
[382/633] Compiling v3_ocsp.cc
[383/633] Wrapping AST for SwiftProtobuf for debugging
[385/633] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.swift
[386/633] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
[387/633] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
[387/636] Compiling v3_ncons.cc
[388/636] Compiling v3_ia5.cc
[389/679] Compiling v3_info.cc
[390/689] Compiling v3_lib.cc
[392/689] Compiling Connect JSONCodec.swift
[393/689] Compiling Connect ClientOnlyStreamValidation.swift
[394/689] Compiling Connect ConnectEndStreamResponse.swift
[395/689] Compiling Connect UnaryAsyncWrapper.swift
[396/689] Compiling Connect Lock.swift
[397/689] Compiling Connect Locked.swift
[398/689] Compiling Connect ServerOnlyAsyncStream.swift
[399/689] Compiling Connect ServerOnlyStream.swift
[400/689] Compiling Connect URLSessionStream.swift
[401/689] Compiling Connect TimeoutTimer.swift
[402/689] Compiling Connect ConnectError+GRPC.swift
[403/689] Compiling Connect Envelope.swift
[404/689] Compiling Connect Headers+GRPC.swift
[404/689] Compiling v3_genn.cc
[405/689] Compiling v3_cpols.cc
[407/689] Compiling Connect ProtoCodec.swift
[408/689] Compiling Connect GzipCompressionPool.swift
[409/689] Compiling Connect Cancelable.swift
[409/689] Compiling v3_crld.cc
[410/689] Compiling v3_enum.cc
[411/689] Compiling v3_extku.cc
[412/689] Compiling v3_conf.cc
[414/689] Compiling Connect status.pb.swift
[415/689] Compiling Connect ConnectInterceptor.swift
[416/689] Compiling Connect GRPCWebInterceptor.swift
[417/689] Compiling Connect InterceptorChain.swift
[418/689] Emitting module SwiftProtobufPluginLibrary
[419/689] Compiling Connect BidirectionalAsyncStream.swift
[420/689] Compiling Connect BidirectionalStream.swift
[421/689] Compiling Connect ClientOnlyAsyncStream.swift
[422/689] Compiling Connect ClientOnlyStream.swift
[423/690] Compiling v3_bitst.cc
[424/690] Compiling v3_bcons.cc
[425/690] Compiling v3_akeya.cc
[426/690] Compiling v3_alt.cc
[427/690] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[428/696] Compiling v3_akey.cc
[429/696] Compiling t_x509a.cc
[430/696] Compiling t_req.cc
[431/696] Compiling t_x509.cc
[432/696] Compiling t_crl.cc
[434/696] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[435/696] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[436/696] Emitting module ConnectPluginUtilities
[437/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 |
[438/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 |
[439/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 |
[440/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 |
[441/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 |
[442/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 |
[443/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 |
[444/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 |
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[452/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 |
[453/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 |
[454/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 |
[455/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 |
[456/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 |
[457/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 |
[458/703] Compiling ConnectPluginUtilities GeneratorOptions.swift
[459/703] Compiling ConnectPluginUtilities FilePathComponents.swift
[460/703] Compiling ConnectPluginUtilities Generator.swift
[460/703] Compiling rsa_pss.cc
[461/704] Compiling name_print.cc
[463/704] Compiling policy.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 |
[468/704] 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 |
[469/704] 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 |
[470/704] 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 |
[471/704] 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 |
[472/704] 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 |
[473/704] 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 |
[474/704] 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 |
[475/704] 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 |
[476/704] 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 |
[477/704] 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 |
[478/704] Compiling Connect Trailers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[479/704] Emitting module Connect
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[487/704] Compiling i2d_pr.cc
[488/706] Compiling by_file.cc
[489/708] Compiling by_dir.cc
[491/708] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[492/708] Emitting module ConnectSwiftPlugin
[492/708] Wrapping AST for ConnectPluginUtilities for debugging
[493/709] Compiling a_sign.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 |
[507/709] 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 |
[508/709] 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 |
[509/709] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[511/709] Compiling asn1_gen.cc
[512/709] Compiling trust_token.cc
[512/709] Compiling a_digest.cc
[512/709] Compiling voprf.cc
[512/709] Compiling a_verify.cc
[512/709] Compiling algorithm.cc
[513/709] Emitting module ConnectMocksPlugin
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/204] Compiling thread_win.cc
[2/204] Compiling thread_pthread.cc
[3/204] Write swift-version-24593BA9C3E375BF.txt
[4/204] Compiling trust_token.cc
[5/204] Compiling voprf.cc
[6/204] Compiling a_digest.cc
[7/204] Compiling a_verify.cc
[8/204] Compiling algorithm.cc
[9/204] Compiling pmbtoken.cc
[10/213] Compiling thread.cc
[11/216] Compiling thread_none.cc
[13/307] Compiling SwiftProtobuf AsyncMessageSequence.swift
[14/307] Compiling SwiftProtobuf BinaryDecoder.swift
[15/308] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/308] Emitting module _NIOBase64
[17/308] Compiling SwiftProtobuf BinaryEncodingError.swift
[18/308] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[19/308] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/308] Compiling SwiftProtobuf AnyMessageStorage.swift
[21/308] Compiling SwiftProtobuf AnyUnpackError.swift
[22/308] Compiling _NIODataStructures PriorityQueue.swift
[23/308] Compiling _NIODataStructures _TinyArray.swift
[24/308] Compiling _NIODataStructures Heap.swift
[25/308] Emitting module _NIODataStructures
[25/308] Compiling stack.cc
[27/309] Compiling _NIOBase64 Base64.swift
[28/310] Emitting module InternalCollectionsUtilities
[28/310] Compiling spake2plus.cc
[31/310] Compiling siphash.cc
[33/308] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[34/308] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[35/308] Compiling SwiftProtobuf BinaryDecodingError.swift
[36/308] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[37/308] Compiling SwiftProtobuf BinaryDelimited.swift
[38/308] Compiling SwiftProtobuf BinaryEncoder.swift
[39/309] Compiling slhdsa.cc
[40/308] Compiling sha1.cc
[41/308] Compiling sha512.cc
[42/323] Compiling sha256.cc
[43/323] Compiling rsa_print.cc
[44/323] Compiling rsa_extra.cc
[46/323] Compiling DequeModule Deque+Equatable.swift
[47/323] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[48/325] Compiling DequeModule _DequeBuffer.swift
[49/325] Compiling DequeModule _DequeBufferHeader.swift
[50/325] Compiling DequeModule Deque+Extras.swift
[51/325] Compiling DequeModule Deque+Hashable.swift
[52/325] Compiling DequeModule Deque+CustomReflectable.swift
[53/325] Compiling DequeModule Deque+Descriptions.swift
[53/325] Compiling refcount.cc
[54/325] Compiling rsa_asn1.cc
[55/325] Compiling rsa_crypt.cc
[56/325] Compiling rc4.cc
[58/325] Compiling DequeModule _DequeSlot.swift
[59/325] Compiling DequeModule _UnsafeWrappedBuffer.swift
[60/325] Compiling DequeModule Deque._UnsafeHandle.swift
[61/325] Compiling DequeModule Deque.swift
[62/325] Compiling DequeModule Deque+Testing.swift
[63/325] Compiling DequeModule Deque._Storage.swift
[64/325] Compiling DequeModule Deque+Codable.swift
[65/325] Compiling DequeModule Deque+Collection.swift
[65/325] Compiling windows.cc
[66/325] Compiling urandom.cc
[67/325] Compiling ios.cc
[68/325] Compiling trusty.cc
[69/325] Compiling rand.cc
[71/325] Emitting module DequeModule
[71/326] Compiling passive.cc
[73/326] Compiling SwiftProtobuf Message+JSONAdditions.swift
[74/326] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[75/326] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[76/326] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[77/326] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[78/326] Compiling SwiftProtobuf Message.swift
[79/326] Compiling SwiftProtobuf MessageExtension.swift
[80/326] Compiling SwiftProtobuf NameMap.swift
[81/326] Compiling SwiftProtobuf PathDecoder.swift
[82/326] Compiling SwiftProtobuf PathVisitor.swift
[83/326] Compiling SwiftProtobuf ProtoNameProviding.swift
[84/326] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[85/337] Compiling getentropy.cc
[86/337] Compiling fork_detect.cc
[87/337] Compiling poly1305_arm_asm.S
[88/336] Compiling deterministic.cc
[89/336] Compiling forkunsafe.cc
[90/336] Compiling poly1305_vec.cc
[91/336] Compiling pool.cc
[97/336] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[98/336] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[99/336] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[100/336] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[101/336] Compiling SwiftProtobuf HashVisitor.swift
[102/336] Compiling SwiftProtobuf Internal.swift
[103/336] Compiling SwiftProtobuf JSONDecoder.swift
[104/336] Compiling SwiftProtobuf JSONDecodingError.swift
[105/336] Compiling SwiftProtobuf CustomJSONCodable.swift
[106/336] Compiling SwiftProtobuf Decoder.swift
[107/336] Compiling SwiftProtobuf DoubleParser.swift
[108/336] Compiling SwiftProtobuf Enum.swift
[109/336] Compiling SwiftProtobuf ExtensibleMessage.swift
[110/336] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[111/336] Compiling SwiftProtobuf ExtensionFields.swift
[112/336] Compiling SwiftProtobuf ExtensionMap.swift
[113/336] Compiling SwiftProtobuf FieldTag.swift
[114/336] Compiling SwiftProtobuf FieldTypes.swift
[115/336] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[116/336] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[117/336] Compiling SwiftProtobuf JSONDecodingOptions.swift
[118/336] Compiling SwiftProtobuf JSONEncoder.swift
[119/336] Compiling SwiftProtobuf JSONEncodingError.swift
[120/336] Compiling SwiftProtobuf JSONEncodingOptions.swift
[121/336] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[122/336] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[123/336] Compiling SwiftProtobuf JSONScanner.swift
[124/336] Compiling SwiftProtobuf MathUtils.swift
[125/336] Compiling SwiftProtobuf Message+AnyAdditions.swift
[126/336] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[127/336] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[128/336] Compiling SwiftProtobuf Message+FieldMask.swift
[128/336] Compiling poly1305.cc
[129/336] Compiling poly1305_arm.cc
[130/336] Compiling p5_pbev2.cc
[131/336] Compiling pkcs8_x509.cc
[132/336] Compiling pkcs8.cc
[133/336] Compiling pkcs7.cc
[134/336] Compiling pkcs7_x509.cc
[135/336] Compiling pem_x509.cc
[137/336] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[138/336] Compiling SwiftProtobuf TextFormatScanner.swift
[139/336] Compiling SwiftProtobuf TimeUtils.swift
[140/336] Compiling SwiftProtobuf UnknownStorage.swift
[141/336] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[142/336] Compiling SwiftProtobuf Varint.swift
[143/336] Compiling SwiftProtobuf Version.swift
[144/336] Compiling SwiftProtobuf Visitor.swift
[145/336] Compiling SwiftProtobuf WireFormat.swift
[146/336] Compiling SwiftProtobuf ZigZag.swift
[147/336] Compiling SwiftProtobuf any.pb.swift
[148/336] Compiling SwiftProtobuf ProtobufMap.swift
[149/336] Compiling SwiftProtobuf SelectiveVisitor.swift
[150/336] Compiling SwiftProtobuf SimpleExtensionMap.swift
[151/336] Compiling SwiftProtobuf StringUtils.swift
[152/336] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[153/336] Compiling SwiftProtobuf SwiftProtobufError.swift
[154/336] Compiling SwiftProtobuf TextFormatDecoder.swift
[155/336] Compiling SwiftProtobuf TextFormatDecodingError.swift
[156/336] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[157/336] Compiling SwiftProtobuf TextFormatEncoder.swift
[158/336] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[158/336] Compiling pem_xaux.cc
[172/336] Emitting module SwiftProtobuf
[172/336] Compiling pem_pkey.cc
[173/336] Compiling pem_pk8.cc
[174/336] Compiling pem_oth.cc
[175/336] Compiling obj_xref.cc
[176/336] Compiling pem_info.cc
[177/336] Compiling pem_lib.cc
[178/336] Compiling pem_all.cc
[179/336] Compiling mlkem.cc
[180/336] Compiling mldsa.cc
[181/336] Compiling mem.cc
[182/336] Compiling md5.cc
[183/336] Compiling poly_rq_mul.S
[184/336] Compiling md4.cc
[185/336] Compiling fips_shared_support.cc
[186/336] Compiling obj.cc
[187/336] Compiling lhash.cc
[188/336] Compiling ex_data.cc
[188/336] Compiling scrypt.cc
[190/336] Compiling sign.cc
[191/336] Compiling kyber.cc
[192/336] Compiling hpke.cc
[193/336] Compiling hrss.cc
[194/336] Compiling pbkdf.cc
[195/336] Compiling print.cc
[196/336] Compiling p_x25519.cc
[197/336] Compiling p_x25519_asn1.cc
[198/336] Compiling p_rsa_asn1.cc
[199/336] Compiling p_rsa.cc
[200/336] Compiling p_ed25519.cc
[201/336] Compiling p_hkdf.cc
[202/336] Compiling p_ed25519_asn1.cc
[204/336] Compiling SwiftProtobuf api.pb.swift
[205/336] Compiling SwiftProtobuf descriptor.pb.swift
[206/336] Compiling SwiftProtobuf duration.pb.swift
[207/336] Compiling SwiftProtobuf empty.pb.swift
[208/336] Compiling SwiftProtobuf field_mask.pb.swift
[209/336] Compiling SwiftProtobuf source_context.pb.swift
[210/336] Compiling SwiftProtobuf struct.pb.swift
[211/336] Compiling SwiftProtobuf timestamp.pb.swift
[212/336] Compiling SwiftProtobuf type.pb.swift
[213/336] Compiling SwiftProtobuf wrappers.pb.swift
[214/336] Compiling SwiftProtobuf resource_bundle_accessor.swift
[214/337] Compiling p_ec.cc
[215/337] Compiling p_ec_asn1.cc
[217/337] Compiling p_dh_asn1.cc
[218/337] Compiling p_dh.cc
[219/337] Compiling evp_ctx.cc
[220/337] Compiling p_dsa_asn1.cc
[221/354] Compiling evp.cc
[222/415] Compiling engine.cc
[223/415] Compiling evp_asn1.cc
[224/415] Compiling err.cc
[225/415] Wrapping AST for SwiftProtobuf for debugging
[227/415] 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 |
[228/415] 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 |
[229/415] 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 |
[230/415] 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 |
[231/415] 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 |
[232/415] 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 |
[233/415] 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 |
[234/422] 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 |
[235/422] 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 |
[236/422] 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 |
[237/422] 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 |
[238/422] 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 |
[239/422] 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 |
[240/422] 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 |
[241/422] 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 |
[242/422] 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 |
[243/422] 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 |
[244/422] 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 |
[245/422] 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 |
[246/422] 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 |
[247/422] 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 |
[248/422] Compiling SwiftProtobufPluginLibrary PluginLibEditionDefaults.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 |
[249/422] Compiling SwiftProtobufPluginLibrary ProtoCompilerContext.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[250/422] Compiling SwiftProtobufPluginLibrary ProtoFileToModuleMappings.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[251/422] Compiling SwiftProtobufPluginLibrary ProvidesDeprecationComment.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[252/422] Compiling SwiftProtobufPluginLibrary ProvidesLocationPath.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[253/422] Compiling SwiftProtobufPluginLibrary ProvidesSourceCodeLocation.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[254/422] 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 |
[255/422] 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 |
[256/422] 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 |
[257/422] 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 |
[258/422] 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 |
[259/422] 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 |
[260/422] 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 |
[261/422] 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 |
[262/422] 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 |
[262/422] Compiling ecdh.cc
[269/425] Compiling ecdsa_asn1.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[271/425] 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 |
[272/425] Compiling SwiftProtobufPluginLibrary Descriptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[273/425] Compiling SwiftProtobufPluginLibrary FeatureResolver.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[274/425] Compiling SwiftProtobufPluginLibrary FieldNumbers.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[275/425] Compiling SwiftProtobufPluginLibrary GeneratorOutputs.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[276/425] Compiling SwiftProtobufPluginLibrary CodeGenerator.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/425] Compiling SwiftProtobufPluginLibrary CodeGeneratorParameter.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/425] Compiling SwiftProtobufPluginLibrary CodePrinter.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/425] Compiling SwiftProtobufPluginLibrary Descriptor+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 |
[280/425] 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 |
[281/425] 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 |
[282/425] 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 |
[283/425] 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 |
[284/425] 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 |
[285/425] 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 |
[286/425] 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 |
[287/425] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[288/425] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[289/425] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
[290/425] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[291/425] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[292/425] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[292/425] Compiling bcm.cc
[296/425] Compiling SwiftProtobufPluginLibrary Google_Protobuf_SourceCodeInfo+Extensions.swift
[297/425] Compiling SwiftProtobufPluginLibrary NamingUtils.swift
[298/425] Emitting module SwiftProtobufPluginLibrary
[298/425] Compiling ec_derive.cc
[299/425] Compiling hash_to_curve.cc
[300/425] Compiling ec_asn1.cc
[301/425] Compiling dsa.cc
[303/425] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[304/425] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[305/425] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[313/426] Compiling dsa_asn1.cc
[315/426] Compiling digest_extra.cc
[316/426] Compiling params.cc
[317/426] Compiling x25519-asm-arm.S
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[326/425] Compiling dh_asn1.cc
[327/425] Compiling cpu_intel.cc
[327/425] Compiling crypto.cc
[327/425] Compiling curve25519_64_adx.cc
[327/425] Compiling curve25519.cc
[327/425] Compiling spake25519.cc
[327/425] Compiling des.cc
[328/431] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[329/431] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[330/431] Compiling ConnectPluginUtilities GeneratorOptions.swift
[331/431] Compiling ConnectPluginUtilities FilePathComponents.swift
[332/431] Emitting module ConnectPluginUtilities
[333/431] Compiling ConnectPluginUtilities Generator.swift
BUILD FAILURE 6.1 android