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 (3f7b4a), with Swift 6.1 for Android on 14 Aug 2025 11:10:10 UTC.

Build Command

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