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 main (db631a), with Swift 6.1 for Android on 20 Jun 2025 05:51:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/connectrpc/connect-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db631a8 Fixed memory leak caused by retain cycle in channel handlers (#354)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
db631a89c7612a39dd24bd296b7b1d02d5978101
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at main
========================================
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-1":/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.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11532] Fetching swift-nio-http2
[2539/87859] Fetching swift-nio-http2, swift-nio
[2655/102749] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
[58593/142204] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.97s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.00s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.14s)
Fetched https://github.com/apple/swift-nio.git from cache (7.18s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (7.96s)
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.54s)
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.80s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[4038/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
[2496/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.88s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-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
[8/471] Copying PrivacyInfo.xcprivacy
[8/471] Write sources
[27/471] Compiling CNIOWindows WSAStartup.c
[27/471] Compiling CNIOWindows shim.c
[29/471] Compiling CNIOWASI CNIOWASI.c
[30/471] Compiling CNIOLinux liburing_shims.c
[31/471] Compiling _AtomicsShims.c
[32/471] Compiling CNIODarwin shim.c
[33/471] Compiling CNIOLLHTTP c_nio_http.c
[34/471] Compiling fiat_p256_adx_sqr.S
[35/471] Compiling fiat_p256_adx_mul.S
[36/471] Compiling fiat_curve25519_adx_square.S
[37/471] Compiling CNIOLinux shim.c
[38/471] Compiling CNIOLLHTTP c_nio_api.c
[39/471] Compiling fiat_curve25519_adx_mul.S
[40/471] Write swift-version-24593BA9C3E375BF.txt
[41/471] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/471] Compiling CNIOBoringSSLShims shims.c
[43/477] Compiling tls_record.cc
[44/477] Compiling tls_method.cc
[45/477] Compiling tls13_client.cc
[46/477] Compiling tls13_enc.cc
[47/477] Compiling tls13_server.cc
[48/492] Compiling tls13_both.cc
[49/574] Compiling ssl_versions.cc
[50/574] Compiling t1_enc.cc
[51/574] Compiling ssl_transcript.cc
[52/574] Compiling ssl_x509.cc
[54/574] Emitting module _NIOBase64
[55/574] Compiling _NIOBase64 Base64.swift
[56/575] Compiling _NIODataStructures _TinyArray.swift
[57/575] Emitting module InternalCollectionsUtilities
[58/575] Compiling SwiftProtobuf BinaryDelimited.swift
[59/575] Compiling SwiftProtobuf BinaryEncoder.swift
[60/575] Compiling _NIODataStructures PriorityQueue.swift
[61/576] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[62/576] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[63/576] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/576] Compiling SwiftProtobuf BinaryDecodingError.swift
[65/576] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/576] Compiling SwiftProtobuf AnyMessageStorage.swift
[67/576] Compiling SwiftProtobuf AnyUnpackError.swift
[68/576] Compiling SwiftProtobuf AsyncMessageSequence.swift
[69/576] Compiling SwiftProtobuf BinaryDecoder.swift
[70/576] Compiling SwiftProtobuf BinaryEncodingError.swift
[71/576] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[72/576] Emitting module _NIODataStructures
[73/576] Compiling _NIODataStructures Heap.swift
[76/577] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/578] Wrapping AST for _NIOBase64 for debugging
[78/578] Wrapping AST for _NIODataStructures for debugging
[79/578] Wrapping AST for InternalCollectionsUtilities for debugging
[81/593] Compiling DequeModule Deque+CustomReflectable.swift
[82/593] Compiling DequeModule Deque+Descriptions.swift
[83/595] Compiling DequeModule _DequeBuffer.swift
[84/595] Compiling DequeModule _DequeBufferHeader.swift
[84/595] Compiling ssl_stat.cc
[86/595] Compiling DequeModule Deque+Equatable.swift
[87/595] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/595] Compiling DequeModule Deque+Extras.swift
[89/595] Compiling DequeModule Deque+Hashable.swift
[89/595] Compiling ssl_session.cc
[90/595] Compiling ssl_privkey.cc
[92/595] Compiling DequeModule _DequeSlot.swift
[93/595] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/595] Compiling DequeModule Deque+Testing.swift
[95/595] Compiling DequeModule Deque._Storage.swift
[96/595] Compiling DequeModule Deque._UnsafeHandle.swift
[97/595] Compiling DequeModule Deque.swift
[98/595] Compiling DequeModule Deque+Codable.swift
[99/595] Compiling DequeModule Deque+Collection.swift
[100/595] Emitting module DequeModule
[100/596] Compiling ssl_credential.cc
[102/596] Wrapping AST for DequeModule for debugging
[103/596] Compiling ssl_file.cc
[104/596] Compiling ssl_key_share.cc
[105/596] Compiling ssl_lib.cc
[106/596] Compiling ssl_cipher.cc
[107/596] Compiling ssl_cert.cc
[108/596] Compiling ssl_buffer.cc
[110/596] Emitting module SwiftProtobuf
[110/607] Compiling ssl_aead_ctx.cc
[111/607] Compiling s3_both.cc
[112/607] Compiling ssl_asn1.cc
[113/607] Compiling s3_pkt.cc
[114/607] Compiling s3_lib.cc
[115/607] Compiling handshake_client.cc
[116/607] Compiling handshake_server.cc
[134/607] Compiling SwiftProtobuf ExtensibleMessage.swift
[135/607] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[136/607] Compiling SwiftProtobuf ExtensionFields.swift
[137/607] Compiling SwiftProtobuf ExtensionMap.swift
[138/607] Compiling SwiftProtobuf FieldTag.swift
[139/607] Compiling SwiftProtobuf FieldTypes.swift
[140/607] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[141/607] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[142/607] Compiling SwiftProtobuf ProtobufMap.swift
[143/607] Compiling SwiftProtobuf SelectiveVisitor.swift
[144/607] Compiling SwiftProtobuf SimpleExtensionMap.swift
[145/607] Compiling SwiftProtobuf StringUtils.swift
[146/607] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[147/607] Compiling SwiftProtobuf SwiftProtobufError.swift
[148/607] Compiling SwiftProtobuf TextFormatDecoder.swift
[149/607] Compiling SwiftProtobuf TextFormatDecodingError.swift
[150/607] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[151/607] Compiling SwiftProtobuf TextFormatEncoder.swift
[152/607] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[153/607] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[154/607] Compiling SwiftProtobuf TextFormatScanner.swift
[155/607] Compiling SwiftProtobuf TimeUtils.swift
[156/607] Compiling SwiftProtobuf UnknownStorage.swift
[157/607] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[158/607] Compiling SwiftProtobuf Varint.swift
[159/607] Compiling SwiftProtobuf Version.swift
[160/607] Compiling SwiftProtobuf Visitor.swift
[161/607] Compiling SwiftProtobuf WireFormat.swift
[162/607] Compiling SwiftProtobuf ZigZag.swift
[163/607] Compiling SwiftProtobuf any.pb.swift
[164/607] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[165/607] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[166/607] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[167/607] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[168/607] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[169/607] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[170/607] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[171/607] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[172/607] Compiling SwiftProtobuf HashVisitor.swift
[173/607] Compiling SwiftProtobuf Internal.swift
[174/607] Compiling SwiftProtobuf JSONDecoder.swift
[175/607] Compiling SwiftProtobuf JSONDecodingError.swift
[176/607] Compiling SwiftProtobuf JSONDecodingOptions.swift
[177/607] Compiling SwiftProtobuf JSONEncoder.swift
[178/607] Compiling SwiftProtobuf JSONEncodingError.swift
[179/607] Compiling SwiftProtobuf JSONEncodingOptions.swift
[180/607] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[181/607] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[182/607] Compiling SwiftProtobuf JSONScanner.swift
[183/607] Compiling SwiftProtobuf MathUtils.swift
[184/607] Compiling SwiftProtobuf Message+AnyAdditions.swift
[185/607] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[186/607] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[187/607] Compiling SwiftProtobuf Message+FieldMask.swift
[188/607] Compiling SwiftProtobuf Message+JSONAdditions.swift
[189/607] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[190/607] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[191/607] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[192/607] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[193/607] Compiling SwiftProtobuf Message.swift
[194/607] Compiling SwiftProtobuf MessageExtension.swift
[195/607] Compiling SwiftProtobuf NameMap.swift
[196/607] Compiling SwiftProtobuf PathDecoder.swift
[197/607] Compiling SwiftProtobuf PathVisitor.swift
[198/607] Compiling SwiftProtobuf ProtoNameProviding.swift
[199/607] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[199/607] Compiling handshake.cc
[200/607] Compiling handoff.cc
[201/607] Compiling encrypted_client_hello.cc
[202/607] Compiling dtls_record.cc
[203/607] Compiling extensions.cc
[204/607] Compiling md5-x86_64-linux.S
[205/607] Compiling md5-x86_64-apple.S
[206/607] Compiling md5-586-linux.S
[207/607] Compiling md5-586-apple.S
[208/607] Compiling dtls_method.cc
[209/607] Compiling chacha20_poly1305_x86_64-linux.S
[210/607] Compiling err_data.cc
[211/607] Compiling chacha20_poly1305_x86_64-apple.S
[212/607] Compiling chacha20_poly1305_armv8-win.S
[213/607] Compiling d1_srtp.cc
[214/607] Compiling chacha20_poly1305_armv8-apple.S
[215/607] Compiling chacha-x86_64-linux.S
[216/607] Compiling chacha20_poly1305_armv8-linux.S
[217/607] Compiling chacha-x86_64-apple.S
[218/607] Compiling chacha-x86-apple.S
[219/607] Compiling chacha-x86-linux.S
[220/607] Compiling chacha-armv8-win.S
[221/607] Compiling chacha-armv8-apple.S
[222/607] Compiling chacha-armv4-linux.S
[223/607] Compiling chacha-armv8-linux.S
[224/607] Compiling aes128gcmsiv-x86_64-linux.S
[225/607] Compiling x86_64-mont5-linux.S
[226/607] Compiling aes128gcmsiv-x86_64-apple.S
[227/607] Compiling x86_64-mont5-apple.S
[228/607] Compiling x86_64-mont-apple.S
[229/607] Compiling x86_64-mont-linux.S
[230/607] Compiling x86-mont-linux.S
[231/607] Compiling bio_ssl.cc
[232/607] Compiling x86-mont-apple.S
[233/607] Compiling vpaes-x86_64-linux.S
[234/607] Compiling vpaes-x86_64-apple.S
[235/607] Compiling vpaes-x86-linux.S
[236/607] Compiling vpaes-x86-apple.S
[237/607] Compiling vpaes-armv8-win.S
[238/607] Compiling vpaes-armv8-linux.S
[239/607] Compiling vpaes-armv8-apple.S
[240/607] Compiling sha512-x86_64-linux.S
[241/607] Compiling vpaes-armv7-linux.S
[242/607] Compiling sha512-armv8-win.S
[243/607] Compiling sha512-x86_64-apple.S
[244/607] Compiling sha512-armv8-apple.S
[245/607] Compiling sha512-armv8-linux.S
[246/607] Compiling sha512-armv4-linux.S
[247/607] Compiling sha512-586-linux.S
[248/607] Compiling sha512-586-apple.S
[249/607] Compiling d1_pkt.cc
[250/607] Compiling sha256-x86_64-linux.S
[251/607] Compiling sha256-armv8-win.S
[252/607] Compiling sha256-x86_64-apple.S
[253/607] Compiling sha256-armv8-apple.S
[254/607] Compiling sha256-armv8-linux.S
[255/607] Compiling sha256-armv4-linux.S
[256/607] Compiling sha256-586-linux.S
[257/607] Compiling sha256-586-apple.S
[258/607] Compiling sha1-x86_64-linux.S
[259/607] Compiling d1_lib.cc
[260/607] Compiling sha1-x86_64-apple.S
[261/607] Compiling sha1-armv8-apple.S
[262/607] Compiling sha1-armv8-win.S
[263/607] Compiling sha1-armv4-large-linux.S
[264/607] Compiling sha1-586-linux.S
[265/607] Compiling sha1-armv8-linux.S
[266/607] Compiling rsaz-avx2-linux.S
[267/607] Compiling sha1-586-apple.S
[268/607] Compiling rdrand-x86_64-apple.S
[269/607] Compiling rdrand-x86_64-linux.S
[270/607] Compiling rsaz-avx2-apple.S
[271/607] Compiling p256-x86_64-asm-linux.S
[272/607] Compiling p256_beeu-x86_64-asm-linux.S
[273/607] Compiling p256_beeu-armv8-asm-win.S
[274/607] Compiling p256_beeu-armv8-asm-linux.S
[275/607] Compiling p256_beeu-armv8-asm-apple.S
[276/607] Compiling p256_beeu-x86_64-asm-apple.S
[277/607] Compiling p256-armv8-asm-win.S
[278/607] Compiling p256-x86_64-asm-apple.S
[279/607] Compiling ghashv8-armv8-win.S
[280/607] Compiling p256-armv8-asm-apple.S
[281/607] Compiling p256-armv8-asm-linux.S
[282/607] Compiling ghashv8-armv8-apple.S
[283/607] Compiling ghashv8-armv8-linux.S
[284/607] Compiling ghash-x86_64-linux.S
[285/607] Compiling ghash-x86_64-apple.S
[286/607] Compiling ghashv8-armv7-linux.S
[287/607] Compiling ghash-x86-apple.S
[288/607] Compiling ghash-x86-linux.S
[289/607] Compiling ghash-ssse3-x86_64-apple.S
[290/607] Compiling ghash-ssse3-x86_64-linux.S
[291/607] Compiling ghash-ssse3-x86-linux.S
[292/607] Compiling ghash-neon-armv8-win.S
[292/607] Compiling ghash-neon-armv8-linux.S
[294/607] Compiling ghash-ssse3-x86-apple.S
[295/607] Compiling d1_both.cc
[296/607] Compiling ghash-neon-armv8-apple.S
[297/607] Compiling ghash-armv4-linux.S
[298/607] Compiling co-586-linux.S
[299/607] Compiling co-586-apple.S
[300/607] Compiling bn-armv8-apple.S
[300/607] Compiling bn-armv8-win.S
[302/607] Compiling bsaes-armv7-linux.S
[303/607] Compiling bn-586-linux.S
[304/607] Compiling bn-armv8-linux.S
[305/607] Compiling bn-586-apple.S
[305/607] Compiling armv8-mont-apple.S
[307/607] Compiling armv8-mont-win.S
[308/607] Compiling aesv8-gcm-armv8-win.S
[309/607] Compiling armv8-mont-linux.S
[310/607] Compiling aesv8-gcm-armv8-linux.S
[311/607] Compiling aesv8-armv8-win.S
[312/607] Compiling aesv8-gcm-armv8-apple.S
[313/607] Compiling armv4-mont-linux.S
[314/607] Compiling aesv8-armv8-apple.S
[315/607] Compiling aesni-x86_64-linux.S
[316/607] Compiling aesv8-armv7-linux.S
[317/607] Compiling aesni-x86-linux.S
[318/607] Compiling aesv8-armv8-linux.S
[319/607] Compiling aesni-x86-apple.S
[320/607] Compiling aesni-x86_64-apple.S
[321/607] Compiling aesni-gcm-x86_64-linux.S
[322/607] Compiling aesni-gcm-x86_64-apple.S
[323/607] Compiling aes-gcm-avx10-x86_64-linux.S
[324/607] Compiling aes-gcm-avx2-x86_64-linux.S
[324/607] Compiling aes-gcm-avx2-x86_64-apple.S
[326/607] Compiling aes-gcm-avx10-x86_64-apple.S
[327/607] Compiling x_x509a.cc
[328/607] Compiling x_pubkey.cc
[329/607] Compiling x_req.cc
[329/607] Compiling x_x509.cc
[329/607] Compiling x_spki.cc
[332/607] Compiling x_val.cc
[333/607] Compiling x_sig.cc
[334/607] Compiling x_name.cc
[335/607] Compiling x_attrib.cc
[336/607] Compiling x_algor.cc
[337/607] Compiling x_exten.cc
[338/607] Compiling x_crl.cc
[339/607] Compiling x509spki.cc
[340/607] Compiling x_all.cc
[341/607] Compiling x509_v3.cc
[342/607] Compiling x509rset.cc
[343/607] Compiling x509name.cc
[344/607] Compiling x509_vpm.cc
[345/607] Compiling x509cset.cc
[346/607] Compiling x509_vfy.cc
[346/607] Compiling x509_txt.cc
[348/607] Compiling x509_trs.cc
[349/607] Compiling x509_set.cc
[350/607] Compiling x509_def.cc
[351/607] Compiling x509_obj.cc
[352/607] Compiling x509_lu.cc
[353/607] Compiling x509_ext.cc
[354/607] Compiling x509_req.cc
[355/607] Compiling x509_cmp.cc
[356/607] Compiling x509_d2.cc
[357/607] Compiling x509_att.cc
[358/607] Compiling v3_purp.cc
[359/607] Compiling v3_skey.cc
[360/607] Compiling x509.cc
[361/607] Compiling v3_utl.cc
[362/607] Compiling v3_prn.cc
[363/607] Compiling v3_pmaps.cc
[364/607] Compiling v3_ocsp.cc
[365/607] Compiling v3_ncons.cc
[366/607] Compiling v3_lib.cc
[367/607] Compiling v3_pcons.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
[379/608] Compiling v3_int.cc
[381/633] Compiling v3_info.cc
[382/686] Compiling v3_ia5.cc
[383/686] Compiling v3_extku.cc
[385/686] Compiling Connect Locked.swift
[386/686] Compiling Connect TimeoutTimer.swift
[387/686] Compiling Connect ConnectError+GRPC.swift
[387/686] Wrapping AST for SwiftProtobuf for debugging
[389/686] Compiling Connect URLSessionStream.swift
[390/686] Compiling Connect UnaryAsyncWrapper.swift
[391/686] Compiling Connect Lock.swift
[391/689] Compiling v3_genn.cc
[392/689] Compiling v3_enum.cc
[393/689] Compiling v3_crld.cc
[395/689] Compiling Connect ProtocolClient.swift
[396/689] Compiling Connect URLSessionHTTPClient.swift
[397/689] Compiling Connect JSONCodec.swift
[398/689] Compiling Connect Envelope.swift
[399/689] Compiling Connect Headers+GRPC.swift
[400/689] Compiling Connect Trailers+gRPC.swift
[400/689] Compiling v3_cpols.cc
[402/689] Compiling Connect ClientOnlyStreamValidation.swift
[403/689] Compiling Connect ConnectEndStreamResponse.swift
[404/689] Compiling Connect ServerOnlyAsyncStream.swift
[405/689] Compiling Connect ServerOnlyStream.swift
[405/689] Compiling v3_bitst.cc
[407/689] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[408/689] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[409/689] Compiling SwiftProtobufPluginLibrary resource_bundle_accessor.swift
[409/689] Compiling v3_conf.cc
[410/689] Compiling v3_alt.cc
[411/689] Compiling v3_bcons.cc
[412/689] Compiling v3_akeya.cc
[413/689] Compiling v3_akey.cc
[415/689] Emitting module SwiftProtobufPluginLibrary
[416/689] Compiling Connect status.pb.swift
[417/689] Compiling Connect ConnectInterceptor.swift
[418/689] Compiling Connect GRPCWebInterceptor.swift
[419/689] Compiling Connect InterceptorChain.swift
[420/689] Compiling Connect BidirectionalAsyncStream.swift
[421/689] Compiling Connect BidirectionalStream.swift
[422/689] Compiling Connect ClientOnlyAsyncStream.swift
[423/689] Compiling Connect ClientOnlyStream.swift
[424/690] Compiling t_x509a.cc
[425/690] Compiling t_x509.cc
[426/690] Compiling t_crl.cc
[427/690] Wrapping AST for SwiftProtobufPluginLibrary for debugging
[428/696] Compiling t_req.cc
[429/696] Compiling rsa_pss.cc
[430/696] Compiling policy.cc
[432/696] Compiling ConnectPluginUtilities MethodDescriptor+Extensions.swift
[433/696] Compiling ConnectPluginUtilities ServiceDescriptor+Extensions.swift
[434/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 |
[435/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 |
[436/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 |
[437/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 |
[438/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 |
[439/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 |
[440/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 |
[441/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 |
[442/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 |
[443/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 |
[444/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 |
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[452/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 |
[453/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 |
[454/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 |
[455/703] Compiling ConnectPluginUtilities GeneratorOptions.swift
[456/703] Compiling ConnectPluginUtilities Generator.swift
[457/703] Compiling ConnectPluginUtilities FilePathComponents.swift
[458/703] Emitting module ConnectPluginUtilities
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[467/704] Compiling name_print.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 |
[472/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 |
[473/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 |
[474/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 |
[475/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 |
[476/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 |
[477/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 |
[478/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 |
[479/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 |
[480/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 |
[481/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 |
[482/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 |
[482/704] Compiling i2d_pr.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[484/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 |
[493/706] Emitting module ConnectSwiftPlugin
[494/706] Compiling ConnectSwiftPlugin ConnectClientGenerator.swift
[494/706] Compiling by_file.cc
[495/706] Compiling by_dir.cc
[496/707] Compiling asn1_gen.cc
[498/707] Wrapping AST for ConnectPluginUtilities for debugging
[499/707] Compiling algorithm.cc
[500/709] Wrapping AST for ConnectSwiftPlugin for debugging
[501/709] Compiling a_sign.cc
[502/709] Write Objects.LinkFileList
[503/709] Compiling a_verify.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 |
[512/709] Compiling thread_win.cc
[512/709] Compiling pmbtoken.cc
[512/709] Compiling voprf.cc
[512/709] Compiling a_digest.cc
[513/709] Emitting module ConnectMocksPlugin
[513/709] Compiling trust_token.cc
[513/709] Linking protoc-gen-connect-swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/197] Write sources
[2/206] Compiling thread.cc
[3/206] Compiling thread_none.cc
[4/206] Compiling thread_win.cc
[5/206] Compiling thread_pthread.cc
[6/206] Write swift-version-24593BA9C3E375BF.txt
[7/206] Compiling trust_token.cc
[8/206] Compiling voprf.cc
[9/206] Compiling pmbtoken.cc
[10/206] Compiling a_digest.cc
[11/226] Compiling stack.cc
[13/226] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/283] Compiling SwiftProtobuf FieldTag.swift
[15/283] Compiling SwiftProtobuf FieldTypes.swift
[16/283] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[17/283] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[17/296] Compiling siphash.cc
[19/322] Compiling Atomics AtomicBool.swift
[20/322] Compiling Atomics IntegerConformances.swift
[20/328] Compiling slhdsa.cc
[22/328] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/328] Compiling _NIODataStructures Heap.swift
[24/328] Compiling Atomics OptionalRawRepresentable.swift
[25/328] Compiling Atomics RawRepresentable.swift
[26/328] Emitting module _NIODataStructures
[26/328] Compiling spake2plus.cc
[28/328] Compiling Atomics ManagedAtomic.swift
[29/328] Compiling Atomics ManagedAtomicLazyReference.swift
[30/328] Compiling Atomics UnsafeAtomic.swift
[31/328] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/330] Compiling Atomics AtomicStorage.swift
[33/330] Compiling Atomics AtomicValue.swift
[34/330] Compiling Atomics AtomicMemoryOrderings.swift
[35/330] Compiling Atomics DoubleWord.swift
[36/330] Compiling _NIODataStructures _TinyArray.swift
[37/330] Compiling _NIODataStructures PriorityQueue.swift
[38/331] Compiling _NIOBase64 Base64.swift
[39/331] Emitting module _NIOBase64
[42/332] Emitting module InternalCollectionsUtilities
[43/330] Compiling Atomics AtomicInteger.swift
[44/330] Compiling Atomics AtomicOptionalWrappable.swift
[45/330] Compiling Atomics PointerConformances.swift
[46/330] Compiling Atomics Primitives.native.swift
[50/330] Compiling Atomics AtomicReference.swift
[51/330] Compiling Atomics IntegerOperations.swift
[52/330] Compiling Atomics Unmanaged extensions.swift
[52/330] Compiling sha512.cc
[53/330] Compiling sha256.cc
[54/330] Compiling sha1.cc
[55/345] Compiling rsa_extra.cc
[56/345] Compiling rsa_print.cc
[58/345] Compiling DequeModule _DequeBuffer.swift
[59/345] Compiling DequeModule _DequeBufferHeader.swift
[60/347] Compiling DequeModule Deque+CustomReflectable.swift
[61/347] Compiling DequeModule Deque+Descriptions.swift
[62/347] Compiling DequeModule Deque+Extras.swift
[63/347] Compiling DequeModule Deque+Hashable.swift
[63/347] Compiling rsa_crypt.cc
[65/347] Compiling DequeModule _DequeSlot.swift
[66/347] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/347] Compiling DequeModule Deque+Equatable.swift
[68/347] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[69/347] Compiling DequeModule Deque+Testing.swift
[70/347] Compiling DequeModule Deque._Storage.swift
[71/347] Compiling DequeModule Deque._UnsafeHandle.swift
[72/347] Compiling DequeModule Deque.swift
[72/347] Compiling refcount.cc
[74/347] Compiling DequeModule Deque+Codable.swift
[75/347] Compiling DequeModule Deque+Collection.swift
[75/347] Compiling rc4.cc
[76/347] Compiling windows.cc
[77/347] Compiling rsa_asn1.cc
[79/347] Emitting module DequeModule
[79/348] Compiling urandom.cc
[82/347] Emitting module Atomics
[82/347] Compiling trusty.cc
[83/347] Compiling rand.cc
[90/347] Compiling passive.cc
[105/359] Compiling SwiftProtobuf Message+JSONAdditions.swift
[106/359] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[107/359] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[108/359] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[109/359] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[110/359] Compiling SwiftProtobuf Message.swift
[111/359] Compiling SwiftProtobuf MessageExtension.swift
[112/359] Compiling SwiftProtobuf NameMap.swift
[113/359] Compiling SwiftProtobuf PathDecoder.swift
[114/359] Compiling SwiftProtobuf PathVisitor.swift
[115/359] Compiling SwiftProtobuf ProtoNameProviding.swift
[116/359] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[116/359] Compiling ios.cc
[117/359] Compiling poly1305_arm_asm.S
[118/359] Compiling getentropy.cc
[119/359] Compiling forkunsafe.cc
[119/359] Compiling fork_detect.cc
[121/359] Compiling deterministic.cc
[122/359] Compiling poly1305_vec.cc
[123/359] Compiling poly1305_arm.cc
[124/359] Compiling poly1305.cc
[125/359] Compiling pool.cc
[134/359] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[135/359] Compiling SwiftProtobuf HashVisitor.swift
[136/359] Compiling SwiftProtobuf Internal.swift
[137/359] Compiling SwiftProtobuf JSONDecoder.swift
[138/359] Compiling SwiftProtobuf JSONDecodingError.swift
[139/359] Compiling SwiftProtobuf JSONDecodingOptions.swift
[140/359] Compiling SwiftProtobuf JSONEncoder.swift
[141/359] Compiling SwiftProtobuf JSONEncodingError.swift
[142/359] Compiling SwiftProtobuf JSONEncodingOptions.swift
[143/359] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[144/359] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[145/359] Compiling SwiftProtobuf JSONScanner.swift
[146/359] Compiling SwiftProtobuf MathUtils.swift
[147/359] Compiling SwiftProtobuf Message+AnyAdditions.swift
[148/359] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[149/359] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[150/359] Compiling SwiftProtobuf Message+FieldMask.swift
[150/359] Compiling pkcs8.cc
[151/359] Compiling pkcs8_x509.cc
[152/359] Compiling p5_pbev2.cc
[154/359] Compiling SwiftProtobuf ProtobufMap.swift
[155/359] Compiling SwiftProtobuf SelectiveVisitor.swift
[156/359] Compiling SwiftProtobuf SimpleExtensionMap.swift
[157/359] Compiling SwiftProtobuf StringUtils.swift
[158/359] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[159/359] Compiling SwiftProtobuf SwiftProtobufError.swift
[160/359] Compiling SwiftProtobuf TextFormatDecoder.swift
[161/359] Compiling SwiftProtobuf TextFormatDecodingError.swift
[162/359] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[163/359] Compiling SwiftProtobuf TextFormatEncoder.swift
[164/359] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[165/359] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[166/359] Compiling SwiftProtobuf TextFormatScanner.swift
[167/359] Compiling SwiftProtobuf TimeUtils.swift
[168/359] Compiling SwiftProtobuf UnknownStorage.swift
[169/359] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[170/359] Compiling SwiftProtobuf Varint.swift
[171/359] Compiling SwiftProtobuf Version.swift
[172/359] Compiling SwiftProtobuf Visitor.swift
[173/359] Compiling SwiftProtobuf WireFormat.swift
[174/359] Compiling SwiftProtobuf ZigZag.swift
[175/359] Compiling SwiftProtobuf any.pb.swift
[175/359] Compiling pkcs7.cc
[176/359] Compiling pem_xaux.cc
[177/359] Compiling pkcs7_x509.cc
[178/359] Compiling pem_x509.cc
[180/359] Emitting module SwiftProtobuf
[181/359] Compiling SwiftProtobuf AnyMessageStorage.swift
[182/359] Compiling SwiftProtobuf AnyUnpackError.swift
[183/359] Compiling SwiftProtobuf AsyncMessageSequence.swift
[184/359] Compiling SwiftProtobuf BinaryDecoder.swift
[185/359] Compiling SwiftProtobuf BinaryDecodingError.swift
[186/359] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[187/359] Compiling SwiftProtobuf BinaryDelimited.swift
[188/359] Compiling SwiftProtobuf BinaryEncoder.swift
[189/359] Compiling SwiftProtobuf BinaryEncodingError.swift
[190/359] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[191/359] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[192/359] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[192/359] Compiling pem_pkey.cc
[193/359] Compiling pem_oth.cc
[194/359] Compiling pem_pk8.cc
[195/359] Compiling pem_lib.cc
[196/359] Compiling obj_xref.cc
[197/359] Compiling pem_info.cc
[198/359] Compiling pem_all.cc
[199/359] Compiling mlkem.cc
[200/359] Compiling mldsa.cc
[201/359] Compiling md5.cc
[202/359] Compiling mem.cc
[203/359] Compiling poly_rq_mul.S
[204/359] Compiling obj.cc
[205/359] Compiling fips_shared_support.cc
[206/359] Compiling md4.cc
[207/359] Compiling lhash.cc
[208/359] Compiling kyber.cc
[209/359] Compiling ex_data.cc
[210/359] Compiling sign.cc
[211/359] Compiling scrypt.cc
[212/359] Compiling hrss.cc
[213/359] Compiling hpke.cc
[214/359] Compiling pbkdf.cc
[215/359] Compiling print.cc
[216/359] Compiling p_x25519.cc
[217/359] Compiling p_x25519_asn1.cc
[218/359] Compiling p_rsa_asn1.cc
[219/359] Compiling p_ed25519.cc
[220/359] Compiling p_rsa.cc
[221/359] Compiling p_hkdf.cc
[222/359] Compiling p_ed25519_asn1.cc
[223/359] Compiling p_ec.cc
[224/359] Compiling p_ec_asn1.cc
[226/359] Compiling SwiftProtobuf api.pb.swift
[227/359] Compiling SwiftProtobuf descriptor.pb.swift
[228/359] Compiling SwiftProtobuf duration.pb.swift
[229/359] Compiling SwiftProtobuf empty.pb.swift
[230/359] Compiling SwiftProtobuf field_mask.pb.swift
[231/359] Compiling SwiftProtobuf source_context.pb.swift
[232/359] Compiling SwiftProtobuf struct.pb.swift
[233/359] Compiling SwiftProtobuf timestamp.pb.swift
[234/359] Compiling SwiftProtobuf type.pb.swift
[235/359] Compiling SwiftProtobuf wrappers.pb.swift
[236/359] Compiling SwiftProtobuf resource_bundle_accessor.swift
[236/359] Compiling p_dh_asn1.cc
[238/360] Compiling p_dh.cc
[239/360] Compiling p_dsa_asn1.cc
[240/360] Compiling evp_ctx.cc
[241/438] Compiling evp.cc
[242/438] Compiling err.cc
[243/438] Wrapping AST for SwiftProtobuf for debugging
[245/438] Compiling Connect InterceptorChain.swift
[246/438] Compiling Connect BidirectionalAsyncStream.swift
[247/438] Compiling Connect BidirectionalStream.swift
[248/441] 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 |
[249/441] 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 |
[250/441] 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 |
[251/441] 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 |
[252/441] 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 |
[253/441] 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 |
[254/441] 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 |
[255/448] 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 |
[256/448] 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 |
[257/448] 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 |
[258/448] 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 |
[259/448] 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 |
[260/448] 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 |
[261/448] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[262/448] 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 |
[263/448] 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 |
[264/448] 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 |
[265/448] 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 |
[266/448] 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 |
[267/448] 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 |
[268/448] 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 |
[268/448] Compiling evp_asn1.cc
[269/448] Compiling engine.cc
[271/448] 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 |
[272/448] 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 |
[273/448] 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 |
[274/448] 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 |
[275/448] 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 |
[276/448] 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 |
[277/448] 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 |
[278/448] 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 |
[279/448] 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 |
[280/448] 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 |
[281/448] 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 |
[282/448] 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 |
[283/448] 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 |
[284/448] 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 |
[285/448] Compiling SwiftProtobufPluginLibrary StandardErrorOutputStream.swift
[286/448] Compiling SwiftProtobufPluginLibrary StringUtils.swift
[287/448] Compiling SwiftProtobufPluginLibrary SwiftLanguage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[288/448] 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 |
[289/448] Compiling SwiftProtobufPluginLibrary SwiftProtobufInfo.swift
[290/448] Compiling SwiftProtobufPluginLibrary SwiftProtobufNamer.swift
[291/448] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[291/448] Compiling ecdsa_asn1.cc
[292/448] Compiling bcm.cc
[296/448] Compiling ecdh.cc
[297/448] Compiling hash_to_curve.cc
[299/448] Emitting module SwiftProtobufPluginLibrary
[299/448] Compiling ec_derive.cc
[301/448] Compiling Connect status.pb.swift
[302/448] Compiling Connect ConnectInterceptor.swift
[303/448] Compiling Connect GRPCWebInterceptor.swift
[304/448] Compiling Connect URLSessionStream.swift
[305/448] Compiling Connect UnaryAsyncWrapper.swift
[306/448] Compiling Connect Lock.swift
[307/448] Compiling Connect Locked.swift
[308/448] Compiling Connect ClientOnlyAsyncStream.swift
[309/448] Compiling Connect ClientOnlyStream.swift
[310/448] Compiling Connect TimeoutTimer.swift
[311/448] Compiling Connect ConnectError+GRPC.swift
[312/448] Compiling Connect ClientOnlyStreamValidation.swift
[313/448] Compiling Connect ConnectEndStreamResponse.swift
[314/448] Compiling Connect ServerOnlyAsyncStream.swift
[315/448] Compiling Connect ServerOnlyStream.swift
[315/449] Compiling dsa.cc
[317/449] Compiling ec_asn1.cc
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[342/449] Compiling params.cc
[343/448] Compiling spake25519.cc
[343/448] Compiling dsa_asn1.cc
[343/448] Compiling curve25519.cc
[343/448] Compiling dh_asn1.cc
[343/448] Compiling curve25519_64_adx.cc
[343/448] Compiling digest_extra.cc
[343/448] Compiling des.cc
BUILD FAILURE 6.1 android