The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Connect, reference 1.1.0 (c277d7), with Swift 6.1 for Android on 30 Jun 2025 13:52:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/connectrpc/connect-swift
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c277d73 Update CocoaPods for 1.1.0 (#356)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
c277d73d2042869ff4d0cad8a9a4c95268e63ca7
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.1.0
========================================
Build
========================================
Selected platform:         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.30.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    }
  ],
  "manifest_display_name" : "Connect",
  "name" : "Connect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Connect",
      "targets" : [
        "Connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectMocks",
      "targets" : [
        "ConnectMocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConnectNIO",
      "targets" : [
        "ConnectNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "protoc-gen-connect-swift",
      "targets" : [
        "ConnectSwiftPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "protoc-gen-connect-swift-mocks",
      "targets" : [
        "ConnectMocksPlugin"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ConnectConformanceClient",
      "targets" : [
        "ConnectConformanceClient"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ConnectSwiftPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectSwiftPlugin",
      "path" : "Plugins/ConnectSwiftPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift"
      ],
      "sources" : [
        "ConnectClientGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectPluginUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilitiesTests",
      "path" : "Tests/UnitTests/ConnectPluginUtilitiesTests",
      "sources" : [
        "FilePathComponentsTests.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectPluginUtilities",
      "module_type" : "SwiftTarget",
      "name" : "ConnectPluginUtilities",
      "path" : "Plugins/ConnectPluginUtilities",
      "product_dependencies" : [
        "SwiftProtobuf",
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift",
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "FilePathComponents.swift",
        "Generator.swift",
        "GeneratorOptions.swift",
        "MethodDescriptor+Extensions.swift",
        "ServiceDescriptor+Extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectNIO",
      "module_type" : "SwiftTarget",
      "name" : "ConnectNIO",
      "path" : "Libraries/ConnectNIO",
      "product_dependencies" : [
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOHTTP2",
        "NIOPosix",
        "NIOSSL"
      ],
      "product_memberships" : [
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/ConnectStreamChannelHandler.swift",
        "Internal/ConnectUnaryChannelHandler.swift",
        "Internal/Extensions/ConnectError+Extensions.swift",
        "Internal/Extensions/HTTPRequestHead+Extensions.swift",
        "Internal/Extensions/Headers+Extensions.swift",
        "Internal/GRPCInterceptor.swift",
        "Public/NIOHTTPClient.swift",
        "Public/NetworkProtocol+Extensions.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectMocksPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocksPlugin",
      "path" : "Plugins/ConnectMocksPlugin",
      "product_dependencies" : [
        "SwiftProtobufPluginLibrary"
      ],
      "product_memberships" : [
        "protoc-gen-connect-swift-mocks"
      ],
      "sources" : [
        "ConnectMockGenerator.swift"
      ],
      "target_dependencies" : [
        "ConnectPluginUtilities"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectMocks",
      "module_type" : "SwiftTarget",
      "name" : "ConnectMocks",
      "path" : "Libraries/ConnectMocks",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectMocks"
      ],
      "sources" : [
        "MockBidirectionalAsyncStream.swift",
        "MockBidirectionalStream.swift",
        "MockClientOnlyAsyncStream.swift",
        "MockClientOnlyStream.swift",
        "MockServerOnlyAsyncStream.swift",
        "MockServerOnlyStream.swift"
      ],
      "target_dependencies" : [
        "Connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ConnectLibraryTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectLibraryTests",
      "path" : "Tests/UnitTests/ConnectLibraryTests",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/UnitTests/ConnectLibraryTests/TestResources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ConnectMocksTests/ConnectMocksTests.swift",
        "ConnectTests/ConnectEndStreamResponseTests.swift",
        "ConnectTests/ConnectErrorTests.swift",
        "ConnectTests/EnvelopeTests.swift",
        "ConnectTests/GzipCompressionPoolTests.swift",
        "ConnectTests/InterceptorChainIterationTests.swift",
        "ConnectTests/InterceptorFactoryTests.swift",
        "ConnectTests/InterceptorIntegrationTests.swift",
        "ConnectTests/JSONCodecTests.swift",
        "ConnectTests/ProtoCodecTests.swift",
        "ConnectTests/ProtocolClientConfigTests.swift",
        "ConnectTests/ServiceMetadataTests.swift",
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.mock.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectMocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectConformanceClient",
      "module_type" : "SwiftTarget",
      "name" : "ConnectConformanceClient",
      "path" : "Tests/ConformanceClient",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "ConnectConformanceClient"
      ],
      "sources" : [
        "GeneratedSources/connectrpc/conformance/v1/client_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/config.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/server_compat.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.connect.swift",
        "GeneratedSources/connectrpc/conformance/v1/service.pb.swift",
        "GeneratedSources/connectrpc/conformance/v1/suite.pb.swift",
        "Sources/CommandLineArgument.swift",
        "Sources/ConformanceInvoker.swift",
        "Sources/main.swift"
      ],
      "target_dependencies" : [
        "Connect",
        "ConnectNIO"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Connect",
      "module_type" : "SwiftTarget",
      "name" : "Connect",
      "path" : "Libraries/Connect",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "Connect",
        "ConnectMocks",
        "ConnectNIO",
        "ConnectConformanceClient"
      ],
      "sources" : [
        "Internal/GeneratedSources/proto/grpc/status/v1/status.pb.swift",
        "Internal/Interceptors/ConnectInterceptor.swift",
        "Internal/Interceptors/GRPCWebInterceptor.swift",
        "Internal/Interceptors/InterceptorChain.swift",
        "Internal/Streaming/BidirectionalAsyncStream.swift",
        "Internal/Streaming/BidirectionalStream.swift",
        "Internal/Streaming/ClientOnlyAsyncStream.swift",
        "Internal/Streaming/ClientOnlyStream.swift",
        "Internal/Streaming/ClientOnlyStreamValidation.swift",
        "Internal/Streaming/ConnectEndStreamResponse.swift",
        "Internal/Streaming/ServerOnlyAsyncStream.swift",
        "Internal/Streaming/ServerOnlyStream.swift",
        "Internal/Streaming/URLSessionStream.swift",
        "Internal/Unary/UnaryAsyncWrapper.swift",
        "Internal/Utilities/Lock.swift",
        "Internal/Utilities/Locked.swift",
        "Internal/Utilities/TimeoutTimer.swift",
        "PackageInternal/ConnectError+GRPC.swift",
        "PackageInternal/Envelope.swift",
        "PackageInternal/Headers+GRPC.swift",
        "PackageInternal/Trailers+gRPC.swift",
        "Public/Implementation/Clients/ProtocolClient.swift",
        "Public/Implementation/Clients/URLSessionHTTPClient.swift",
        "Public/Implementation/Codecs/JSONCodec.swift",
        "Public/Implementation/Codecs/ProtoCodec.swift",
        "Public/Implementation/Compression/GzipCompressionPool.swift",
        "Public/Interfaces/Cancelable.swift",
        "Public/Interfaces/Code.swift",
        "Public/Interfaces/Codec.swift",
        "Public/Interfaces/CompressionPool.swift",
        "Public/Interfaces/ConnectError.swift",
        "Public/Interfaces/HTTPClientInterface.swift",
        "Public/Interfaces/HTTPMethod.swift",
        "Public/Interfaces/HTTPMetrics.swift",
        "Public/Interfaces/HTTPRequest.swift",
        "Public/Interfaces/HTTPResponse.swift",
        "Public/Interfaces/HeaderConstants.swift",
        "Public/Interfaces/Headers.swift",
        "Public/Interfaces/IdempotencyLevel.swift",
        "Public/Interfaces/Interceptors/Interceptor.swift",
        "Public/Interfaces/Interceptors/InterceptorFactory.swift",
        "Public/Interfaces/Interceptors/StreamInterceptor.swift",
        "Public/Interfaces/Interceptors/UnaryInterceptor.swift",
        "Public/Interfaces/MethodSpec.swift",
        "Public/Interfaces/NetworkProtocol.swift",
        "Public/Interfaces/ProtobufMessage.swift",
        "Public/Interfaces/ProtocolClientConfig.swift",
        "Public/Interfaces/ProtocolClientInterface.swift",
        "Public/Interfaces/ResponseMessage.swift",
        "Public/Interfaces/Streaming/AsyncAwait/BidirectionalAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ClientOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/AsyncAwait/ServerOnlyAsyncStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/BidirectionalStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/ClientOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/Callbacks/RequestCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ResponseCallbacks.swift",
        "Public/Interfaces/Streaming/Callbacks/ServerOnlyStreamInterface.swift",
        "Public/Interfaces/Streaming/StreamResult.swift",
        "Public/Interfaces/Trailers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/11549] Fetching swift-nio-http2
[2658/26445] Fetching swift-nio-http2, swift-nio-ssl
[4081/102807] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[42317/142332] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.97s)
[88297/127436] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (11.84s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (15.72s)
Fetched https://github.com/apple/swift-protobuf.git from cache (15.77s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (18.58s)
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.53s)
Fetching https://github.com/apple/swift-atomics.git
[1/1807] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.49s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4447] Fetching swift-system
[4448/21179] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
[1172/16732] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.43s)
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-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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/471] Write sources
[9/471] Compiling asn1_par.cc
[10/471] Write sources
[10/471] Compiling asn_pack.cc
[10/471] Write sources
[10/471] Copying PrivacyInfo.xcprivacy
[10/471] Write sources
[29/471] Compiling CNIOWindows shim.c
[30/471] Compiling _AtomicsShims.c
[31/471] Compiling CNIOWindows WSAStartup.c
[32/471] Compiling CNIOWASI CNIOWASI.c
[33/471] Compiling CNIOLinux liburing_shims.c
[34/471] Compiling CNIOLinux shim.c
[35/471] Compiling a_utctm.cc
[36/471] Compiling a_type.cc
[37/471] Compiling a_strnid.cc
[38/471] Compiling CNIOLLHTTP c_nio_http.c
[39/471] Compiling CNIODarwin shim.c
[40/471] Write swift-version-24593BA9C3E375BF.txt
[41/471] Compiling asn1_lib.cc
[42/471] Compiling a_time.cc
[43/471] Compiling fiat_p256_adx_mul.S
[44/471] Compiling fiat_p256_adx_sqr.S
[45/471] Compiling CNIOLLHTTP c_nio_api.c
[46/471] Compiling fiat_curve25519_adx_square.S
[47/471] Compiling fiat_curve25519_adx_mul.S
[48/527] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/574] Compiling CNIOBoringSSLShims shims.c
[51/574] Emitting module _NIOBase64
[51/574] Compiling tls_method.cc
[52/574] Compiling tls_record.cc
[53/574] Compiling tls13_enc.cc
[54/574] Compiling tls13_server.cc
[56/574] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/575] Emitting module InternalCollectionsUtilities
[58/575] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/575] Compiling InternalCollectionsUtilities Integer rank.swift
[60/575] Compiling _NIODataStructures _TinyArray.swift
[61/575] Compiling _NIODataStructures PriorityQueue.swift
[62/575] Emitting module _NIODataStructures
[63/575] Compiling _NIODataStructures Heap.swift
[64/576] Compiling _NIOBase64 Base64.swift
[65/577] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[66/577] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/577] Compiling InternalCollectionsUtilities Descriptions.swift
[68/577] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/577] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[70/577] Compiling InternalCollectionsUtilities _SortedCollection.swift
[71/577] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/577] Compiling InternalCollectionsUtilities Debugging.swift
[73/577] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/577] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/578] Wrapping AST for _NIODataStructures for debugging
[79/578] Compiling tls13_both.cc
[80/578] Compiling tls13_client.cc
[81/578] Wrapping AST for _NIOBase64 for debugging
[82/578] Wrapping AST for InternalCollectionsUtilities for debugging
[83/593] Compiling t1_enc.cc
[84/593] Compiling ssl_x509.cc
[86/593] Compiling DequeModule _DequeBuffer.swift
[87/593] Compiling DequeModule _DequeBufferHeader.swift
[88/595] Compiling DequeModule Deque+CustomReflectable.swift
[89/595] Compiling DequeModule Deque+Descriptions.swift
[89/595] Compiling ssl_transcript.cc
[91/595] Compiling DequeModule Deque+Equatable.swift
[92/595] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/595] Compiling DequeModule Deque+Testing.swift
[94/595] Compiling DequeModule Deque._Storage.swift
[95/595] Compiling DequeModule Deque+Extras.swift
[96/595] Compiling DequeModule Deque+Hashable.swift
[97/595] Compiling DequeModule Deque._UnsafeHandle.swift
[98/595] Compiling DequeModule Deque.swift
[99/595] Compiling DequeModule _DequeSlot.swift
[100/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/595] Compiling DequeModule Deque+Codable.swift
[102/595] Compiling DequeModule Deque+Collection.swift
[103/595] Emitting module DequeModule
[104/596] Compiling ssl_versions.cc
[105/596] Compiling ssl_key_share.cc
[106/596] Wrapping AST for DequeModule for debugging
[107/596] Compiling ssl_stat.cc
[108/596] Compiling ssl_session.cc
[109/596] Compiling ssl_privkey.cc
[110/596] Compiling ssl_lib.cc
[112/596] Emitting module SwiftProtobuf
[112/607] Compiling ssl_file.cc
[113/607] Compiling ssl_credential.cc
[114/607] Compiling ssl_cipher.cc
[115/607] Compiling ssl_cert.cc
[116/607] Compiling ssl_buffer.cc
[117/607] Compiling ssl_asn1.cc
[119/607] Compiling SwiftProtobuf Message+JSONAdditions.swift
[120/607] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[121/607] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[122/607] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[123/607] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[124/607] Compiling SwiftProtobuf Message.swift
[125/607] Compiling SwiftProtobuf MessageExtension.swift
[126/607] Compiling SwiftProtobuf NameMap.swift
[127/607] Compiling SwiftProtobuf PathDecoder.swift
[128/607] Compiling SwiftProtobuf PathVisitor.swift
[129/607] Compiling SwiftProtobuf ProtoNameProviding.swift
[130/607] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[135/607] Compiling SwiftProtobuf ExtensibleMessage.swift
[136/607] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[137/607] Compiling SwiftProtobuf ExtensionFields.swift
[138/607] Compiling SwiftProtobuf ExtensionMap.swift
[139/607] Compiling SwiftProtobuf FieldTag.swift
[140/607] Compiling SwiftProtobuf FieldTypes.swift
[141/607] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[142/607] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[143/607] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[144/607] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[145/607] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[146/607] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[147/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[148/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[149/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[150/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[151/607] Compiling SwiftProtobuf HashVisitor.swift
[152/607] Compiling SwiftProtobuf Internal.swift
[153/607] Compiling SwiftProtobuf JSONDecoder.swift
[154/607] Compiling SwiftProtobuf JSONDecodingError.swift
[154/607] Compiling ssl_aead_ctx.cc
[156/607] Compiling SwiftProtobuf JSONDecodingOptions.swift
[157/607] Compiling SwiftProtobuf JSONEncoder.swift
[158/607] Compiling SwiftProtobuf JSONEncodingError.swift
[159/607] Compiling SwiftProtobuf JSONEncodingOptions.swift
[160/607] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[161/607] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[162/607] Compiling SwiftProtobuf JSONScanner.swift
[163/607] Compiling SwiftProtobuf MathUtils.swift
[164/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[165/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[166/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[167/607] Compiling SwiftProtobuf Message+FieldMask.swift
[168/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[169/607] Compiling SwiftProtobuf TextFormatScanner.swift
[170/607] Compiling SwiftProtobuf TimeUtils.swift
[171/607] Compiling SwiftProtobuf UnknownStorage.swift
[172/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[173/607] Compiling SwiftProtobuf Varint.swift
[174/607] Compiling SwiftProtobuf Version.swift
[175/607] Compiling SwiftProtobuf Visitor.swift
[176/607] Compiling SwiftProtobuf WireFormat.swift
[177/607] Compiling SwiftProtobuf ZigZag.swift
[178/607] Compiling SwiftProtobuf any.pb.swift
[179/607] Compiling SwiftProtobuf ProtobufMap.swift
[180/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[181/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[182/607] Compiling SwiftProtobuf StringUtils.swift
[183/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[184/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[185/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[186/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[187/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[188/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[189/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[189/607] Compiling s3_lib.cc
[190/607] Compiling s3_pkt.cc
[191/607] Compiling handshake_server.cc
[192/607] Compiling s3_both.cc
[205/607] Compiling handshake_client.cc
[206/607] Compiling handshake.cc
[207/607] Compiling encrypted_client_hello.cc
[208/607] Compiling handoff.cc
[209/607] Compiling d1_lib.cc
[210/607] Compiling extensions.cc
[211/607] Compiling dtls_method.cc
[212/607] Compiling md5-x86_64-linux.S
[213/607] Compiling md5-x86_64-apple.S
[214/607] Compiling md5-586-linux.S
[215/607] Compiling md5-586-apple.S
[216/607] Compiling chacha20_poly1305_x86_64-linux.S
[217/607] Compiling dtls_record.cc
[218/607] Compiling chacha20_poly1305_x86_64-apple.S
[219/607] Compiling d1_pkt.cc
[220/607] Compiling chacha20_poly1305_armv8-win.S
[221/607] Compiling chacha20_poly1305_armv8-apple.S
[222/607] Compiling chacha20_poly1305_armv8-linux.S
[223/607] Compiling chacha-x86_64-linux.S
[224/607] Compiling chacha-x86_64-apple.S
[225/607] Compiling chacha-x86-linux.S
[226/607] Compiling d1_srtp.cc
[227/607] Compiling chacha-x86-apple.S
[228/607] Compiling chacha-armv8-apple.S
[229/607] Compiling chacha-armv8-win.S
[230/607] Compiling chacha-armv4-linux.S
[231/607] Compiling chacha-armv8-linux.S
[232/607] Compiling aes128gcmsiv-x86_64-linux.S
[233/607] Compiling x86_64-mont5-linux.S
[234/607] Compiling aes128gcmsiv-x86_64-apple.S
[235/607] Compiling x86_64-mont-linux.S
[236/607] Compiling x86_64-mont5-apple.S
[237/607] Compiling x86_64-mont-apple.S
[238/607] Compiling x86-mont-linux.S
[239/607] Compiling x86-mont-apple.S
[240/607] Compiling vpaes-x86_64-linux.S
[241/607] Compiling vpaes-x86_64-apple.S
[242/607] Compiling vpaes-x86-linux.S
[243/607] Compiling vpaes-armv8-win.S
[244/607] Compiling vpaes-x86-apple.S
[245/607] Compiling vpaes-armv8-apple.S
[246/607] Compiling vpaes-armv8-linux.S
[247/607] Compiling sha512-x86_64-apple.S
[248/607] Compiling vpaes-armv7-linux.S
[249/607] Compiling sha512-armv8-linux.S
[250/607] Compiling sha512-x86_64-linux.S
[251/607] Compiling sha512-armv8-win.S
[252/607] Compiling sha512-armv8-apple.S
[253/607] Compiling err_data.cc
[254/607] Compiling sha512-586-linux.S
[255/607] Compiling sha512-armv4-linux.S
[256/607] Compiling sha512-586-apple.S
[257/607] Compiling sha256-x86_64-apple.S
[258/607] Compiling sha256-x86_64-linux.S
[259/607] Compiling sha256-armv8-win.S
[260/607] Compiling sha256-armv8-apple.S
[261/607] Compiling sha256-armv8-linux.S
[262/607] Compiling sha256-586-apple.S
[263/607] Compiling sha256-586-linux.S
[264/607] Compiling sha256-armv4-linux.S
[265/607] Compiling sha1-x86_64-linux.S
[266/607] Compiling sha1-x86_64-apple.S
[267/607] Compiling sha1-armv8-win.S
[268/607] Compiling sha1-armv8-apple.S
[269/607] Compiling sha1-armv8-linux.S
[270/607] Compiling sha1-armv4-large-linux.S
[271/607] Compiling bio_ssl.cc
[272/607] Compiling sha1-586-linux.S
[273/607] Compiling rsaz-avx2-linux.S
[274/607] Compiling sha1-586-apple.S
[275/607] Compiling rsaz-avx2-apple.S
[276/607] Compiling rdrand-x86_64-linux.S
[277/607] Compiling rdrand-x86_64-apple.S
[278/607] Compiling p256_beeu-x86_64-asm-linux.S
[279/607] Compiling p256_beeu-x86_64-asm-apple.S
[280/607] Compiling p256_beeu-armv8-asm-win.S
[281/607] Compiling p256_beeu-armv8-asm-linux.S
[282/607] Compiling p256_beeu-armv8-asm-apple.S
[283/607] Compiling p256-x86_64-asm-linux.S
[284/607] Compiling p256-armv8-asm-apple.S
[285/607] Compiling p256-x86_64-asm-apple.S
[286/607] Compiling p256-armv8-asm-win.S
[287/607] Compiling ghashv8-armv8-win.S
[288/607] Compiling p256-armv8-asm-linux.S
[289/607] Compiling ghashv8-armv8-linux.S
[290/607] Compiling ghashv8-armv7-linux.S
[291/607] Compiling ghashv8-armv8-apple.S
[292/607] Compiling ghash-x86_64-linux.S
[293/607] Compiling ghash-x86_64-apple.S
[294/607] Compiling ghash-x86-apple.S
[295/607] Compiling ghash-ssse3-x86_64-linux.S
[296/607] Compiling ghash-x86-linux.S
[297/607] Compiling d1_both.cc
[298/607] Compiling ghash-ssse3-x86_64-apple.S
[299/607] Compiling ghash-ssse3-x86-linux.S
[300/607] Compiling ghash-ssse3-x86-apple.S
[301/607] Compiling ghash-armv4-linux.S
[302/607] Compiling ghash-neon-armv8-win.S
[302/607] Compiling ghash-neon-armv8-linux.S
[304/607] Compiling ghash-neon-armv8-apple.S
[305/607] Compiling co-586-linux.S
[306/607] Compiling co-586-apple.S
[307/607] Compiling bsaes-armv7-linux.S
[308/607] Compiling bn-armv8-linux.S
[309/607] Compiling bn-586-linux.S
[310/607] Compiling armv8-mont-win.S
[310/607] Compiling bn-armv8-apple.S
[312/607] Compiling bn-armv8-win.S
[313/607] Compiling bn-586-apple.S
[314/607] Compiling armv8-mont-apple.S
[315/607] Compiling armv8-mont-linux.S
[316/607] Compiling aesv8-armv8-win.S
[317/607] Compiling aesv8-gcm-armv8-win.S
[318/607] Compiling armv4-mont-linux.S
[319/607] Compiling aesv8-gcm-armv8-apple.S
[320/607] Compiling aesv8-gcm-armv8-linux.S
[321/607] Compiling aesv8-armv8-linux.S
[322/607] Compiling aesv8-armv8-apple.S
[323/607] Compiling aesni-x86_64-linux.S
[324/607] Compiling aesv8-armv7-linux.S
[325/607] Compiling aesni-x86_64-apple.S
[326/607] Compiling aesni-x86-linux.S
[327/607] Compiling aesni-x86-apple.S
[328/607] Compiling aesni-gcm-x86_64-apple.S
[329/607] Compiling aesni-gcm-x86_64-linux.S
[330/607] Compiling aes-gcm-avx2-x86_64-apple.S
[331/607] Compiling aes-gcm-avx2-x86_64-linux.S
[332/607] Compiling aes-gcm-avx10-x86_64-linux.S
[333/607] Compiling aes-gcm-avx10-x86_64-apple.S
[334/607] Compiling x_sig.cc
[335/607] Compiling x_req.cc
[336/607] Compiling x_val.cc
[337/607] Compiling x_x509a.cc
[338/607] Compiling x_spki.cc
[339/607] Compiling x_x509.cc
[340/607] Compiling x_pubkey.cc
[341/607] Compiling x_all.cc
[342/607] Compiling x_crl.cc
[343/607] Compiling x_attrib.cc
[344/607] Compiling x_name.cc
[345/607] Compiling x_exten.cc
[346/607] Compiling x_algor.cc
[347/607] Compiling x509spki.cc
[348/607] Compiling x509cset.cc
[349/607] Compiling x509rset.cc
[350/607] Compiling x509_v3.cc
[351/607] Compiling x509_txt.cc
[352/607] Compiling x509_vpm.cc
[353/607] Compiling x509_vfy.cc
[354/607] Compiling x509name.cc
[355/607] Compiling x509_lu.cc
[356/607] Compiling x509_set.cc
[357/607] Compiling x509_trs.cc
[358/607] Compiling x509_req.cc
[359/607] Compiling x509_ext.cc
[360/607] Compiling x509_def.cc
[361/607] Compiling x509_obj.cc
[362/607] Compiling x509_d2.cc
[363/607] Compiling x509_cmp.cc
[364/607] Compiling x509_att.cc
[365/607] Compiling x509.cc
[366/607] Compiling v3_utl.cc
[367/607] Compiling v3_purp.cc
[368/607] Compiling v3_prn.cc
[369/607] Compiling v3_skey.cc
[371/607] Compiling SwiftProtobuf api.pb.swift
[372/607] Compiling SwiftProtobuf descriptor.pb.swift
[373/607] Compiling SwiftProtobuf duration.pb.swift
[374/607] Compiling SwiftProtobuf empty.pb.swift
[375/607] Compiling SwiftProtobuf field_mask.pb.swift
[376/607] Compiling SwiftProtobuf source_context.pb.swift
[377/607] Compiling SwiftProtobuf struct.pb.swift
[378/607] Compiling SwiftProtobuf timestamp.pb.swift
[379/607] Compiling SwiftProtobuf type.pb.swift
[380/607] Compiling SwiftProtobuf wrappers.pb.swift
[381/607] Compiling SwiftProtobuf resource_bundle_accessor.swift
[382/608] Compiling v3_ncons.cc
[383/686] Compiling v3_pmaps.cc
[385/686] Compiling Connect Locked.swift
[386/686] Compiling Connect TimeoutTimer.swift
[387/686] Compiling Connect ConnectError+GRPC.swift
[387/689] Compiling v3_int.cc
[388/689] Wrapping AST for SwiftProtobuf for debugging
[390/689] Compiling Connect URLSessionStream.swift
[391/689] Compiling Connect UnaryAsyncWrapper.swift
[392/689] Compiling Connect Lock.swift
[392/689] Compiling v3_ocsp.cc
[393/689] Compiling v3_lib.cc
[394/689] Compiling v3_pcons.cc
[396/689] Compiling Connect Envelope.swift
[397/689] Compiling Connect Headers+GRPC.swift
[398/689] Compiling Connect Trailers+gRPC.swift
[399/689] Compiling Connect ProtocolClient.swift
[400/689] Compiling Connect URLSessionHTTPClient.swift
[401/689] Compiling Connect JSONCodec.swift
[401/689] Compiling v3_info.cc
[403/689] Compiling Connect ClientOnlyStreamValidation.swift
[404/689] Compiling Connect ConnectEndStreamResponse.swift
[405/689] Compiling Connect ServerOnlyAsyncStream.swift
[406/689] Compiling Connect ServerOnlyStream.swift
[407/689] Compiling Connect BidirectionalAsyncStream.swift
[408/689] Compiling Connect BidirectionalStream.swift
[409/689] Compiling Connect ClientOnlyAsyncStream.swift
[410/689] Compiling Connect ClientOnlyStream.swift
[411/689] Compiling Connect status.pb.swift
[412/689] Compiling Connect ConnectInterceptor.swift
[413/689] Compiling Connect GRPCWebInterceptor.swift
[414/689] Compiling Connect InterceptorChain.swift
[415/689] Emitting module SwiftProtobufPluginLibrary
[415/689] Compiling v3_enum.cc
[416/689] Compiling v3_ia5.cc
[418/689] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[419/689] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[420/689] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[421/690] Compiling v3_genn.cc
[422/690] Compiling v3_cpols.cc
[423/694] Compiling v3_extku.cc
[424/696] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[425/696] Compiling v3_crld.cc
[426/696] Compiling v3_bitst.cc
[427/696] Compiling v3_conf.cc
[428/696] Compiling v3_bcons.cc
[429/696] Compiling v3_alt.cc
[430/696] Compiling v3_akeya.cc
[432/696] Compiling ConnectPluginUtilities GeneratorOptions.swift
[433/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 |
[434/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 |
[435/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 |
[436/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 |
[437/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 |
[438/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 |
[439/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 |
[440/696] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[441/696] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[442/696] Compiling ConnectPluginUtilities Generator.swift
[443/696] Emitting module ConnectPluginUtilities
[444/696] Compiling ConnectPluginUtilities FilePathComponents.swift
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[452/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 |
[453/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 |
[454/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 |
[455/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 |
[456/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 |
[457/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 |
[458/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 |
[458/697] Compiling v3_akey.cc
[459/697] Compiling t_x509a.cc
[460/704] Compiling t_x509.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 |
[466/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 |
[467/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 |
[468/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 |
[469/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 |
[469/704] Compiling t_req.cc
[471/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 |
[472/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 |
[473/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 |
[474/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 |
[475/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 |
[476/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 |
[477/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 |
[477/704] Compiling t_crl.cc
[478/706] Compiling i2d_pr.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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[495/706] Compiling rsa_pss.cc
[496/706] 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 |
[505/706] Wrapping AST for ConnectPluginUtilities for debugging
[506/708] Compiling policy.cc
[507/708] Compiling name_print.cc
[509/708] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[510/708] Emitting module ConnectSwiftPlugin
[511/708] Emitting module ConnectMocksPlugin
[512/709] Compiling by_dir.cc
[513/709] Compiling by_file.cc
[515/709] Compiling ConnectMocksPlugin ConnectMockGenerator.swift
[516/710] Compiling algorithm.cc
[517/710] Compiling voprf.cc
[517/710] Compiling a_digest.cc
[517/710] Compiling a_sign.cc
[517/710] Compiling asn1_gen.cc
[517/710] Compiling a_verify.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/202] Compiling thread_win.cc
[2/202] Write swift-version-24593BA9C3E375BF.txt
[3/202] Compiling trust_token.cc
[4/207] Compiling asn1_gen.cc
[5/208] Compiling pmbtoken.cc
[6/208] Compiling voprf.cc
[7/208] Compiling a_verify.cc
[8/208] Compiling a_sign.cc
[10/209] Compiling _NIODataStructures PriorityQueue.swift
[11/209] Compiling _NIODataStructures _TinyArray.swift
[11/213] Compiling a_digest.cc
[13/222] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/223] Compiling _NIODataStructures Heap.swift
[15/223] Compiling _NIOBase64 Base64.swift
[16/223] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/223] Compiling InternalCollectionsUtilities Debugging.swift
[18/223] Compiling InternalCollectionsUtilities Descriptions.swift
[19/223] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/223] Emitting module _NIODataStructures
[21/224] Emitting module _NIOBase64
[22/241] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/308] Compiling SwiftProtobuf AnyMessageStorage.swift
[25/308] Compiling SwiftProtobuf AnyUnpackError.swift
[27/306] Compiling SwiftProtobuf AsyncMessageSequence.swift
[28/306] Compiling SwiftProtobuf BinaryDecoder.swift
[29/306] Emitting module InternalCollectionsUtilities
[30/306] Compiling SwiftProtobuf BinaryDelimited.swift
[31/306] Compiling SwiftProtobuf BinaryEncoder.swift
[31/306] Compiling thread_pthread.cc
[32/306] Compiling thread.cc
[33/306] Compiling thread_none.cc
[34/306] Compiling stack.cc
[36/306] Compiling SwiftProtobuf BinaryDecodingError.swift
[37/306] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[38/306] Compiling siphash.cc
[39/306] Compiling rsa_print.cc
[40/306] Compiling slhdsa.cc
[41/306] Compiling sha256.cc
[42/306] Compiling spake2plus.cc
[43/306] Compiling sha512.cc
[44/321] Compiling sha1.cc
[46/321] Compiling DequeModule _DequeBuffer.swift
[47/321] Compiling DequeModule _DequeBufferHeader.swift
[47/321] Compiling rsa_extra.cc
[48/323] Compiling rsa_crypt.cc
[50/323] Compiling DequeModule Deque+Extras.swift
[51/323] Compiling DequeModule Deque+Hashable.swift
[52/323] Compiling DequeModule Deque+Equatable.swift
[53/323] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[54/323] Compiling DequeModule Deque+Testing.swift
[55/323] Compiling DequeModule Deque._Storage.swift
[56/323] Compiling DequeModule Deque+CustomReflectable.swift
[57/323] Compiling DequeModule Deque+Descriptions.swift
[57/323] Compiling refcount.cc
[59/323] Compiling DequeModule Deque._UnsafeHandle.swift
[60/323] Compiling DequeModule Deque.swift
[60/323] Compiling rc4.cc
[61/323] Compiling windows.cc
[63/323] Compiling SwiftProtobuf Message+JSONAdditions.swift
[64/323] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[65/323] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[66/323] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[67/323] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[68/323] Compiling SwiftProtobuf Message.swift
[69/323] Compiling SwiftProtobuf MessageExtension.swift
[70/323] Compiling SwiftProtobuf NameMap.swift
[71/323] Compiling SwiftProtobuf PathDecoder.swift
[72/323] Compiling SwiftProtobuf PathVisitor.swift
[73/323] Compiling SwiftProtobuf ProtoNameProviding.swift
[74/323] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[75/334] Compiling DequeModule Deque+Codable.swift
[76/334] Compiling DequeModule Deque+Collection.swift
[77/334] Compiling DequeModule _DequeSlot.swift
[78/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/334] Compiling rsa_asn1.cc
[80/334] Emitting module DequeModule
[80/335] Compiling urandom.cc
[81/335] Compiling trusty.cc
[82/335] Compiling rand.cc
[83/335] Compiling passive.cc
[85/334] Compiling ios.cc
[86/334] Compiling poly1305_arm_asm.S
[87/334] Compiling getentropy.cc
[88/334] Compiling deterministic.cc
[89/334] Compiling fork_detect.cc
[90/334] Compiling forkunsafe.cc
[91/334] Compiling poly1305_vec.cc
[92/334] Compiling poly1305_arm.cc
[93/334] Compiling pool.cc
[94/334] Compiling poly1305.cc
[100/334] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[101/334] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[102/334] Compiling SwiftProtobuf JSONScanner.swift
[103/334] Compiling SwiftProtobuf MathUtils.swift
[104/334] Compiling SwiftProtobuf Message+AnyAdditions.swift
[105/334] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[106/334] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[107/334] Compiling SwiftProtobuf Message+FieldMask.swift
[108/334] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[109/334] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[110/334] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[111/334] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[112/334] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[113/334] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[114/334] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[115/334] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[116/334] Compiling SwiftProtobuf HashVisitor.swift
[117/334] Compiling SwiftProtobuf Internal.swift
[118/334] Compiling SwiftProtobuf JSONDecoder.swift
[119/334] Compiling SwiftProtobuf JSONDecodingError.swift
[120/334] Compiling SwiftProtobuf CustomJSONCodable.swift
[121/334] Compiling SwiftProtobuf Decoder.swift
[122/334] Compiling SwiftProtobuf DoubleParser.swift
[123/334] Compiling SwiftProtobuf Enum.swift
[124/334] Compiling SwiftProtobuf ExtensibleMessage.swift
[125/334] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[126/334] Compiling SwiftProtobuf ExtensionFields.swift
[127/334] Compiling SwiftProtobuf ExtensionMap.swift
[128/334] Compiling SwiftProtobuf FieldTag.swift
[129/334] Compiling SwiftProtobuf FieldTypes.swift
[130/334] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[131/334] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[132/334] Emitting module SwiftProtobuf
[144/334] Compiling p5_pbev2.cc
[145/334] Compiling pkcs8.cc
[146/334] Compiling pkcs7.cc
[148/334] Compiling SwiftProtobuf ProtobufMap.swift
[149/334] Compiling SwiftProtobuf SelectiveVisitor.swift
[150/334] Compiling SwiftProtobuf SimpleExtensionMap.swift
[151/334] Compiling SwiftProtobuf StringUtils.swift
[152/334] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[153/334] Compiling SwiftProtobuf SwiftProtobufError.swift
[154/334] Compiling SwiftProtobuf TextFormatDecoder.swift
[155/334] Compiling SwiftProtobuf TextFormatDecodingError.swift
[156/334] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[157/334] Compiling SwiftProtobuf TextFormatEncoder.swift
[158/334] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[159/334] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[160/334] Compiling SwiftProtobuf TextFormatScanner.swift
[161/334] Compiling SwiftProtobuf TimeUtils.swift
[162/334] Compiling SwiftProtobuf UnknownStorage.swift
[163/334] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[164/334] Compiling SwiftProtobuf Varint.swift
[165/334] Compiling SwiftProtobuf Version.swift
[166/334] Compiling SwiftProtobuf Visitor.swift
[167/334] Compiling SwiftProtobuf WireFormat.swift
[168/334] Compiling SwiftProtobuf ZigZag.swift
[169/334] Compiling SwiftProtobuf any.pb.swift
[169/334] Compiling pkcs8_x509.cc
[170/334] Compiling pkcs7_x509.cc
[171/334] Compiling pem_xaux.cc
[172/334] Compiling pem_x509.cc
[173/334] Compiling pem_pk8.cc
[174/334] Compiling pem_oth.cc
[175/334] Compiling pem_pkey.cc
[176/334] Compiling pem_lib.cc
[177/334] Compiling obj_xref.cc
[178/334] Compiling pem_info.cc
[179/334] Compiling pem_all.cc
[180/334] Compiling mlkem.cc
[181/334] Compiling mldsa.cc
[182/334] Compiling mem.cc
[183/334] Compiling poly_rq_mul.S
[184/334] Compiling md5.cc
[185/334] Compiling fips_shared_support.cc
[186/334] Compiling md4.cc
[187/334] Compiling obj.cc
[188/334] Compiling lhash.cc
[189/334] Compiling kyber.cc
[190/334] Compiling sign.cc
[191/334] Compiling scrypt.cc
[192/334] Compiling ex_data.cc
[193/334] Compiling hrss.cc
[194/334] Compiling hpke.cc
[195/334] Compiling pbkdf.cc
[196/334] Compiling p_x25519.cc
[197/334] Compiling print.cc
[198/334] Compiling p_rsa_asn1.cc
[199/334] Compiling p_x25519_asn1.cc
[200/334] Compiling p_rsa.cc
[201/334] Compiling p_ed25519.cc
[202/334] Compiling p_hkdf.cc
[203/334] Compiling p_ec.cc
[204/334] Compiling p_ed25519_asn1.cc
[206/334] Compiling SwiftProtobuf api.pb.swift
[207/334] Compiling SwiftProtobuf descriptor.pb.swift
[208/334] Compiling SwiftProtobuf duration.pb.swift
[209/334] Compiling SwiftProtobuf empty.pb.swift
[210/334] Compiling SwiftProtobuf field_mask.pb.swift
[211/334] Compiling SwiftProtobuf source_context.pb.swift
[212/334] Compiling SwiftProtobuf struct.pb.swift
[213/334] Compiling SwiftProtobuf timestamp.pb.swift
[214/334] Compiling SwiftProtobuf type.pb.swift
[215/334] Compiling SwiftProtobuf wrappers.pb.swift
[216/334] Compiling SwiftProtobuf resource_bundle_accessor.swift
[217/335] Compiling p_ec_asn1.cc
[218/335] Compiling p_dh.cc
[219/335] Compiling p_dh_asn1.cc
[220/335] Wrapping AST for SwiftProtobuf for debugging
[221/335] Compiling p_dsa_asn1.cc
[222/351] Compiling evp_ctx.cc
[223/413] Compiling evp.cc
[225/413] Compiling Connect Trailers+gRPC.swift
[226/413] Compiling Connect ProtocolClient.swift
[227/413] Compiling Connect URLSessionHTTPClient.swift
[228/416] 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 |
[229/416] 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 |
[230/416] 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 |
[231/416] 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 |
[232/416] 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 |
[233/416] 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 |
[234/416] 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 |
[235/416] 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 |
[236/416] 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 |
[237/416] 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 |
[238/416] 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 |
[239/416] 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 |
[240/416] 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 |
[241/416] 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 |
[242/416] 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 |
[243/416] 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 |
[244/416] 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 |
[245/416] 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 |
[246/416] 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 |
[247/416] 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 |
[248/416] 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 |
[249/423] Compiling Connect JSONCodec.swift
[250/423] Compiling Connect status.pb.swift
[251/423] Compiling Connect ConnectInterceptor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[252/423] 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 |
[253/423] 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 |
[254/423] 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 |
[255/423] 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 |
[256/423] 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 |
[257/423] 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 |
[258/423] 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 |
[259/423] 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 |
[260/423] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[261/423] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[262/423] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[263/423] 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 |
[264/423] 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 |
[265/423] 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 |
[266/423] 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 |
[267/423] Compiling Connect BidirectionalStream.swift
[268/423] Compiling Connect ClientOnlyAsyncStream.swift
[269/423] Compiling Connect ClientOnlyStream.swift
[270/423] Compiling Connect GRPCWebInterceptor.swift
[271/423] Compiling Connect InterceptorChain.swift
[272/423] Compiling Connect BidirectionalAsyncStream.swift
[272/423] Compiling evp_asn1.cc
[274/423] Compiling Connect URLSessionStream.swift
[275/423] Compiling Connect UnaryAsyncWrapper.swift
[276/423] Compiling Connect Lock.swift
[277/423] Compiling Connect Locked.swift
[277/423] Compiling ecdsa_asn1.cc
[278/423] Compiling engine.cc
[279/423] Compiling bcm.cc
[280/423] Compiling err.cc
[281/423] Compiling ecdh.cc
[282/423] Compiling hash_to_curve.cc
[286/423] Compiling ec_derive.cc
[287/423] Compiling dsa.cc
[289/423] Compiling Connect ClientOnlyStreamValidation.swift
[290/423] Compiling Connect ConnectEndStreamResponse.swift
[291/423] Compiling Connect ServerOnlyAsyncStream.swift
[292/423] Compiling Connect ServerOnlyStream.swift
[293/423] Compiling Connect TimeoutTimer.swift
[294/423] Compiling Connect ConnectError+GRPC.swift
[295/423] Compiling Connect Envelope.swift
[296/423] Compiling Connect Headers+GRPC.swift
[297/423] Emitting module SwiftProtobufPluginLibrary
[298/424] Compiling params.cc
[299/424] Compiling dsa_asn1.cc
[300/424] Compiling ec_asn1.cc
[301/424] Compiling dh_asn1.cc
[302/424] Compiling digest_extra.cc
[303/424] Compiling des.cc
[304/424] Compiling x25519-asm-arm.S
[305/424] Compiling curve25519_64_adx.cc
[306/423] Compiling curve25519.cc
[307/423] Compiling crypto.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 |
[324/423] Compiling cpu_intel.cc
[325/423] Compiling spake25519.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 |
[334/423] Compiling cpu_arm_linux.cc
[335/423] Compiling cpu_arm_freebsd.cc
[336/423] Compiling cpu_aarch64_win.cc
[337/429] Compiling cpu_aarch64_openbsd.cc
[338/429] Compiling cpu_aarch64_fuchsia.cc
[339/429] Compiling cpu_aarch64_sysreg.cc
[340/429] Compiling cpu_aarch64_apple.cc
[341/429] Compiling cpu_aarch64_linux.cc
[342/429] Compiling conf.cc
[344/429] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[344/429] Compiling tls_cbc.cc
[344/429] Compiling e_tls.cc
[344/429] Compiling get_cipher.cc
[344/429] Compiling e_rc2.cc
[344/429] Compiling e_rc4.cc
[344/429] Compiling e_null.cc
BUILD FAILURE 6.1 android