The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Connect, reference 1.2.2 (8e7abc), with Swift 6.1 for Android on 31 Mar 2026 00:57:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/connectrpc/connect-swift.git
Reference: 1.2.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/connectrpc/connect-swift
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 8e7abcd Update podspecs for 1.2.2 (#390)
Cloned https://github.com/connectrpc/connect-swift.git
Revision (git rev-parse @):
8e7abcdeae70cfeb27e13ecd2e6bddfe24fecd78
SUCCESS checkout https://github.com/connectrpc/connect-swift.git at 1.2.2
========================================
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.92.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.39.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.36.0",
            "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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/43147] Fetching swift-protobuf
[3022/58507] Fetching swift-protobuf, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.38s)
[32792/43147] Fetching swift-protobuf
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-protobuf.git from cache (10.81s)
[1/12070] Fetching swift-nio-http2
[4709/95038] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.11s)
[29869/82968] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.31s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (22.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.01s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (3.09s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/23277] Fetching swift-collections
[1864/28878] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.41s)
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.85s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.36.1 (0.59s)
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.36.1
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.42.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.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.97.1
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/473] Write sources
[11/473] Compiling ghash-ssse3-x86-apple.S
[12/473] Write sources
[27/473] Compiling _AtomicsShims.c
[28/473] Compiling CNIOWindows WSAStartup.c
[28/473] Compiling CNIOWindows shim.c
[30/473] Compiling bn-armv8-linux.S
[31/473] Compiling CNIOWASI CNIOWASI.c
[32/473] Compiling ghash-neon-armv8-win.S
[33/473] Compiling CNIOPosix event_loop_id.c
[34/473] Compiling CNIOOpenBSD shim.c
[35/473] Compiling CNIOLinux liburing_shims.c
[36/473] Compiling CNIOLLHTTP c_nio_http.c
[37/473] Compiling CNIODarwin shim.c
[38/473] Compiling CNIOLinux shim.c
[39/473] Compiling CNIOLLHTTP c_nio_api.c
[40/473] Compiling fiat_p256_adx_sqr.S
[41/473] Write swift-version-24593BA9C3E375BF.txt
[42/473] Compiling fiat_p256_adx_mul.S
[43/473] Compiling fiat_curve25519_adx_square.S
[44/473] Compiling fiat_curve25519_adx_mul.S
[45/473] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/479] Compiling CNIOBoringSSLShims shims.c
[47/581] Compiling forkunsafe.cc
[48/581] Compiling x_pubkey.cc
[49/581] Compiling v3_utl.cc
[51/581] Emitting module InternalCollectionsUtilities
[51/583] Compiling tls_method.cc
[52/583] Compiling tls_record.cc
[53/583] Compiling tls13_server.cc
[54/583] Compiling tls13_enc.cc
[55/583] Compiling tls13_client.cc
[57/583] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/583] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/583] Emitting module _NIOBase64
[60/583] Compiling _NIOBase64 Base64.swift
[61/584] Compiling SwiftProtobuf Decoder.swift
[62/584] Compiling SwiftProtobuf DoubleParser.swift
[63/584] Compiling _NIODataStructures PriorityQueue.swift
[64/584] Compiling _NIODataStructures _TinyArray.swift
[65/584] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[66/584] Compiling SwiftProtobuf BinaryDelimited.swift
[67/584] Compiling SwiftProtobuf BinaryEncoder.swift
[68/584] Compiling SwiftProtobuf AnyMessageStorage.swift
[69/584] Compiling SwiftProtobuf AnyUnpackError.swift
[70/584] Compiling SwiftProtobuf AsyncMessageSequence.swift
[71/584] Compiling SwiftProtobuf BinaryDecoder.swift
[72/584] Compiling SwiftProtobuf BinaryDecodingError.swift
[73/584] Compiling SwiftProtobuf BinaryEncodingError.swift
[74/584] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[75/584] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[76/584] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[77/584] Compiling SwiftProtobuf BytecodeInterpreter.swift
[78/584] Compiling SwiftProtobuf BytecodeReader.swift
[79/584] Compiling SwiftProtobuf CustomJSONCodable.swift
[82/585] Emitting module _NIODataStructures
[83/585] Compiling _NIODataStructures Heap.swift
[83/586] Compiling t1_enc.cc
[85/586] Wrapping AST for _NIOBase64 for debugging
[86/586] Wrapping AST for InternalCollectionsUtilities for debugging
[88/619] Emitting module ContainersPreview
[89/623] Compiling ContainersPreview Producer+Map.swift
[90/623] Compiling ContainersPreview Producer+Reduce.swift
[91/623] Compiling ContainersPreview Producer.swift
[92/623] Compiling ContainersPreview Borrow.swift
[93/623] Compiling ContainersPreview Drain+Reduce.swift
[94/623] Compiling ContainersPreview Drain.swift
[95/623] Compiling ContainersPreview Producer+Collect.swift
[96/623] Compiling ContainersPreview Producer+Filter.swift
[97/623] Compiling ContainersPreview RandomAccessContainer.swift
[98/623] Compiling ContainersPreview RangeExpression2.swift
[99/623] Compiling ContainersPreview RangeReplaceableContainer.swift
[100/623] Compiling ContainersPreview Drain+Map.swift
[101/623] Compiling ContainersPreview OutputSpan+Extras.swift
[102/623] Compiling ContainersPreview TemporaryAllocation.swift
[103/623] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[104/623] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[105/623] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[106/623] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[107/623] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[108/623] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[109/623] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[110/623] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[110/623] Compiling tls13_both.cc
[112/623] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[113/623] Compiling ContainersPreview BorrowingSequence.swift
[114/623] Compiling ContainersPreview BidirectionalContainer.swift
[115/623] Compiling ContainersPreview Container+Filter.swift
[116/623] Compiling ContainersPreview Container+SpanwiseZip.swift
[117/623] Compiling ContainersPreview Container.swift
[118/623] Compiling ContainersPreview ContainerIterator.swift
[119/623] Compiling ContainersPreview DynamicContainer.swift
[120/623] Compiling ContainersPreview MutableContainer.swift
[121/623] Compiling ContainersPreview PermutableContainer.swift
[121/623] Wrapping AST for _NIODataStructures for debugging
[123/623] Compiling ContainersPreview Box.swift
[124/623] Compiling ContainersPreview Inout.swift
[125/623] Compiling ContainersPreview InputSpan.swift
[126/623] Compiling ContainersPreview Shared.swift
[127/624] Compiling ssl_versions.cc
[128/624] Compiling ssl_x509.cc
[129/664] Wrapping AST for ContainersPreview for debugging
[131/664] Compiling DequeModule RigidDeque+Equatable.swift
[132/664] Compiling DequeModule RigidDeque+Experimental.swift
[133/664] Compiling DequeModule RigidDeque+Hashable.swift
[134/664] Compiling DequeModule RigidDeque+Initializers.swift
[135/664] Compiling DequeModule RigidDeque+Insertions.swift
[136/664] Compiling DequeModule RigidDeque+Prepend.swift
[137/664] Compiling DequeModule UniqueDeque+Consumption.swift
[138/664] Compiling DequeModule UniqueDeque+Container.swift
[139/664] Compiling DequeModule UniqueDeque+Descriptions.swift
[140/664] Compiling DequeModule UniqueDeque+Equatable.swift
[141/664] Compiling DequeModule UniqueDeque+Experimental.swift
[142/664] Compiling DequeModule UniqueDeque+Hashable.swift
[143/664] Compiling DequeModule UniqueDeque+Initializers.swift
[144/664] Compiling DequeModule UniqueDeque+Insertions.swift
[145/664] Compiling DequeModule UniqueDeque+Prepend.swift
[146/664] Compiling DequeModule UniqueDeque+Removals.swift
[147/664] Compiling DequeModule RigidDeque+Removals.swift
[148/664] Compiling DequeModule RigidDeque+Replacements.swift
[149/664] Compiling DequeModule RigidDeque+Testing.swift
[150/664] Compiling DequeModule RigidDeque.swift
[151/664] Compiling DequeModule UniqueDeque+Append.swift
[152/669] Compiling DequeModule _DequeBuffer.swift
[153/669] Compiling DequeModule _DequeBufferHeader.swift
[154/669] Compiling DequeModule RigidDeque+Append.swift
[155/669] Compiling DequeModule RigidDeque+Consumption.swift
[156/669] Compiling DequeModule RigidDeque+Container.swift
[157/669] Compiling DequeModule RigidDeque+Descriptions.swift
[157/669] Compiling ssl_transcript.cc
[158/669] Compiling ssl_session.cc
[159/669] Compiling ssl_privkey.cc
[160/669] Compiling ssl_stat.cc
[162/669] Compiling DequeModule Deque+Codable.swift
[163/669] Compiling DequeModule Deque+Collection.swift
[164/669] Compiling DequeModule Deque+CustomReflectable.swift
[165/669] Compiling DequeModule Deque+Descriptions.swift
[166/669] Compiling DequeModule Deque+Equatable.swift
[167/669] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/669] Compiling DequeModule Deque+Extras.swift
[169/669] Compiling DequeModule Deque+Hashable.swift
[170/669] Compiling DequeModule Deque+Testing.swift
[171/669] Compiling DequeModule Deque._Storage.swift
[172/669] Compiling DequeModule Deque._UnsafeHandle.swift
[173/669] Compiling DequeModule Deque.swift
[173/669] Compiling ssl_lib.cc
[175/669] Emitting module SwiftProtobuf
[175/680] Compiling ssl_key_share.cc
[176/680] Compiling ssl_cert.cc
[178/680] Emitting module DequeModule
[178/680] Compiling ssl_credential.cc
[179/680] Compiling ssl_buffer.cc
[180/680] Compiling ssl_file.cc
[182/680] Compiling DequeModule UniqueDeque+Replacements.swift
[183/680] Compiling DequeModule UniqueDeque.swift
[184/680] Compiling DequeModule _DequeSlot.swift
[185/680] Compiling DequeModule _UnsafeDequeHandle.swift
[186/680] Compiling DequeModule _UnsafeDequeSegments.swift
[187/681] Compiling ssl_aead_ctx.cc
[188/681] Compiling ssl_cipher.cc
[189/681] Wrapping AST for DequeModule for debugging
[190/681] Compiling ssl_asn1.cc
[192/681] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[193/681] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[194/681] Compiling SwiftProtobuf TextFormatScanner.swift
[195/681] Compiling SwiftProtobuf TimeUtils.swift
[196/681] Compiling SwiftProtobuf UnknownStorage.swift
[197/681] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[198/681] Compiling SwiftProtobuf Varint.swift
[199/681] Compiling SwiftProtobuf Version.swift
[200/681] Compiling SwiftProtobuf Visitor.swift
[201/681] Compiling SwiftProtobuf WireFormat.swift
[202/681] Compiling SwiftProtobuf ZigZag.swift
[227/681] Compiling SwiftProtobuf ProtoNameProviding.swift
[228/681] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[229/681] Compiling SwiftProtobuf ProtobufMap.swift
[230/681] Compiling SwiftProtobuf SelectiveVisitor.swift
[231/681] Compiling SwiftProtobuf SimpleExtensionMap.swift
[232/681] Compiling SwiftProtobuf StringUtils.swift
[233/681] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[234/681] Compiling SwiftProtobuf SwiftProtobufError.swift
[235/681] Compiling SwiftProtobuf TextFormatDecoder.swift
[236/681] Compiling SwiftProtobuf TextFormatDecodingError.swift
[237/681] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[238/681] Compiling SwiftProtobuf TextFormatEncoder.swift
[239/681] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[240/681] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[241/681] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[242/681] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[243/681] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[244/681] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[245/681] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[246/681] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[247/681] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[248/681] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[249/681] Compiling SwiftProtobuf HashVisitor.swift
[250/681] Compiling SwiftProtobuf Internal.swift
[259/681] Compiling SwiftProtobuf MessageExtension.swift
[260/681] Compiling SwiftProtobuf NameMap.swift
[261/681] Compiling SwiftProtobuf PathDecoder.swift
[262/681] Compiling SwiftProtobuf PathVisitor.swift
[262/681] Compiling s3_lib.cc
[263/681] Compiling s3_both.cc
[276/681] Compiling s3_pkt.cc
[277/681] Compiling handshake_server.cc
[278/681] Compiling handshake_client.cc
[279/681] Compiling handshake.cc
[280/681] Compiling handoff.cc
[281/681] Compiling extensions.cc
[282/681] Compiling encrypted_client_hello.cc
[283/681] Compiling dtls_record.cc
[284/681] Compiling md5-x86_64-linux.S
[285/681] Compiling md5-x86_64-apple.S
[286/681] Compiling md5-586-linux.S
[287/681] Compiling md5-586-apple.S
[288/681] Compiling d1_srtp.cc
[289/681] Compiling chacha20_poly1305_x86_64-linux.S
[290/681] Compiling dtls_method.cc
[291/681] Compiling d1_pkt.cc
[292/681] Compiling d1_lib.cc
[293/681] Compiling chacha20_poly1305_armv8-win.S
[293/681] Compiling chacha20_poly1305_x86_64-apple.S
[295/681] Compiling err_data.cc
[296/681] Compiling chacha20_poly1305_armv8-apple.S
[297/681] Compiling chacha-x86_64-apple.S
[298/681] Compiling chacha-x86-linux.S
[299/681] Compiling chacha-x86_64-linux.S
[300/681] Compiling chacha-x86-apple.S
[301/681] Compiling chacha-armv8-win.S
[302/681] Compiling chacha20_poly1305_armv8-linux.S
[303/681] Compiling chacha-armv4-linux.S
[304/681] Compiling chacha-armv8-apple.S
[305/681] Compiling aes128gcmsiv-x86_64-linux.S
[306/681] Compiling bio_ssl.cc
[307/681] Compiling x86_64-mont5-apple.S
[308/681] Compiling aes128gcmsiv-x86_64-apple.S
[309/681] Compiling x86_64-mont5-linux.S
[310/681] Compiling chacha-armv8-linux.S
[311/681] Compiling x86_64-mont-linux.S
[312/681] Compiling x86-mont-linux.S
[313/681] Compiling x86_64-mont-apple.S
[314/681] Compiling vpaes-x86_64-linux.S
[314/681] Compiling vpaes-x86_64-apple.S
[316/681] Compiling x86-mont-apple.S
[317/681] Compiling vpaes-x86-apple.S
[318/681] Compiling vpaes-x86-linux.S
[319/681] Compiling vpaes-armv8-linux.S
[320/681] Compiling vpaes-armv8-apple.S
[321/681] Compiling vpaes-armv8-win.S
[322/681] Compiling sha512-x86_64-apple.S
[323/681] Compiling sha512-x86_64-linux.S
[324/681] Compiling vpaes-armv7-linux.S
[325/681] Compiling sha512-armv8-win.S
[326/681] Compiling sha512-armv8-apple.S
[327/681] Compiling sha512-586-apple.S
[328/681] Compiling sha512-armv8-linux.S
[329/681] Compiling sha512-586-linux.S
[330/681] Compiling sha512-armv4-linux.S
[331/681] Compiling sha256-x86_64-linux.S
[332/681] Compiling sha256-armv8-win.S
[333/681] Compiling sha256-x86_64-apple.S
[334/681] Compiling sha256-armv4-linux.S
[335/681] Compiling sha256-armv8-linux.S
[336/681] Compiling sha256-armv8-apple.S
[337/681] Compiling sha256-586-linux.S
[338/681] Compiling sha1-x86_64-linux.S
[338/681] Compiling sha256-586-apple.S
[340/681] Compiling sha1-armv8-win.S
[341/681] Compiling d1_both.cc
[342/681] Compiling sha1-x86_64-apple.S
[343/681] Compiling sha1-armv8-apple.S
[344/681] Compiling sha1-armv8-linux.S
[345/681] Compiling sha1-armv4-large-linux.S
[346/681] Compiling sha1-586-linux.S
[347/681] Compiling sha1-586-apple.S
[348/681] Compiling rdrand-x86_64-linux.S
[349/681] Compiling rsaz-avx2-apple.S
[349/681] Compiling rsaz-avx2-linux.S
[351/681] Compiling p256_beeu-x86_64-asm-linux.S
[352/681] Compiling p256_beeu-x86_64-asm-apple.S
[353/681] Compiling rdrand-x86_64-apple.S
[354/681] Compiling p256_beeu-armv8-asm-win.S
[355/681] Compiling p256_beeu-armv8-asm-linux.S
[356/681] Compiling p256-x86_64-asm-linux.S
[357/681] Compiling p256_beeu-armv8-asm-apple.S
[358/681] Compiling p256-armv8-asm-win.S
[359/681] Compiling p256-x86_64-asm-apple.S
[360/681] Compiling p256-armv8-asm-apple.S
[361/681] Compiling p256-armv8-asm-linux.S
[362/681] Compiling ghashv8-armv8-apple.S
[363/681] Compiling ghashv8-armv8-win.S
[364/681] Compiling ghashv8-armv7-linux.S
[365/681] Compiling ghashv8-armv8-linux.S
[366/681] Compiling ghash-x86_64-linux.S
[367/681] Compiling ghash-ssse3-x86_64-linux.S
[368/681] Compiling ghash-x86_64-apple.S
[369/681] Compiling ghash-x86-apple.S
[370/681] Compiling ghash-x86-linux.S
[371/681] Compiling ghash-ssse3-x86_64-apple.S
[372/681] Compiling ghash-neon-armv8-linux.S
[373/681] Compiling co-586-apple.S
[374/681] Compiling ghash-ssse3-x86-linux.S
[375/681] Compiling ghash-neon-armv8-apple.S
[376/681] Compiling bn-armv8-win.S
[376/681] Compiling co-586-linux.S
[378/681] Compiling bsaes-armv7-linux.S
[379/681] Compiling ghash-armv4-linux.S
[380/681] Compiling bn-armv8-apple.S
[381/681] Compiling bn-586-linux.S
[382/681] Compiling bn-586-apple.S
[383/681] Compiling armv8-mont-win.S
[384/681] Compiling armv4-mont-linux.S
[385/681] Compiling aesv8-gcm-armv8-win.S
[386/681] Compiling armv8-mont-apple.S
[387/681] Compiling armv8-mont-linux.S
[388/681] Compiling aesv8-gcm-armv8-apple.S
[389/681] Compiling aesv8-gcm-armv8-linux.S
[390/681] Compiling aesv8-armv8-win.S
[391/681] Compiling aesv8-armv7-linux.S
[392/681] Compiling aesv8-armv8-linux.S
[393/681] Compiling aesv8-armv8-apple.S
[394/681] Compiling aesni-x86_64-linux.S
[395/681] Compiling aesni-gcm-x86_64-linux.S
[396/681] Compiling aesni-x86_64-apple.S
[397/681] Compiling aesni-gcm-x86_64-apple.S
[398/681] Compiling aesni-x86-linux.S
[399/681] Compiling aes-gcm-avx2-x86_64-apple.S
[400/681] Compiling aes-gcm-avx2-x86_64-linux.S
[401/681] Compiling aes-gcm-avx10-x86_64-linux.S
[402/681] Compiling aes-gcm-avx10-x86_64-apple.S
[403/681] Compiling aesni-x86-apple.S
[404/681] Compiling x_x509.cc
[405/681] Compiling x_x509a.cc
[406/681] Compiling x_req.cc
[407/681] Compiling x_sig.cc
[408/681] Compiling x_val.cc
[409/681] Compiling x_spki.cc
[410/681] Compiling x_name.cc
[411/681] Compiling x_crl.cc
[412/681] Compiling x_exten.cc
[413/681] Compiling x509spki.cc
[414/681] Compiling x_attrib.cc
[415/681] Compiling x_algor.cc
[416/681] Compiling x_all.cc
[417/681] Compiling x509rset.cc
[418/681] Compiling x509name.cc
[419/681] Compiling x509_vpm.cc
[420/681] Compiling x509_trs.cc
[420/681] Compiling x509cset.cc
[422/681] Compiling x509_v3.cc
[423/681] Compiling x509_vfy.cc
[424/681] Compiling x509_txt.cc
[425/681] Compiling x509_set.cc
[426/681] Compiling x509_ext.cc
[427/681] Compiling x509_obj.cc
[428/681] Compiling x509_req.cc
[429/681] Compiling x509_lu.cc
[430/681] Compiling x509_def.cc
[432/681] Compiling SwiftProtobuf any.pb.swift
[433/681] Compiling SwiftProtobuf api.pb.swift
[434/681] Compiling SwiftProtobuf descriptor.pb.swift
[435/681] Compiling SwiftProtobuf duration.pb.swift
[436/681] Compiling SwiftProtobuf empty.pb.swift
[437/681] Compiling SwiftProtobuf field_mask.pb.swift
[438/681] Compiling SwiftProtobuf source_context.pb.swift
[439/681] Compiling SwiftProtobuf struct.pb.swift
[440/681] Compiling SwiftProtobuf timestamp.pb.swift
[441/681] Compiling SwiftProtobuf type.pb.swift
[442/681] Compiling SwiftProtobuf wrappers.pb.swift
[442/681] Compiling x509_d2.cc
[444/682] Compiling x509_cmp.cc
[445/682] Compiling x509_att.cc
[446/682] Compiling x509.cc
[447/683] Compiling v3_skey.cc
[448/706] Wrapping AST for SwiftProtobuf for debugging
[449/706] Compiling v3_purp.cc
[450/706] Compiling v3_pmaps.cc
[451/759] Compiling v3_prn.cc
[453/759] 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 |
[454/759] 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 |
[455/759] 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 |
[456/759] 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 |
[457/759] 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 |
[458/759] 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 |
[459/759] 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 |
[460/766] Compiling Connect Lock.swift
[461/766] Compiling Connect Locked.swift
[462/766] Compiling Connect ProtoCodec.swift
[463/766] Compiling Connect GzipCompressionPool.swift
[464/766] Compiling Connect Cancelable.swift
[465/766] Compiling Connect Code.swift
[466/766] Compiling Connect Codec.swift
[467/766] Compiling Connect CompressionPool.swift
[468/766] Compiling Connect ConnectError.swift
[469/769] 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 |
[470/769] 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 |
[471/769] 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 |
[472/769] 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 |
[473/769] 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 |
[474/769] 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 |
[475/769] 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 |
[476/769] 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 |
[477/769] 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 |
[478/769] 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 |
[479/769] 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 |
[480/769] 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 |
[481/769] 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 |
[482/769] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[483/769] 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 |
[484/769] Compiling Connect ServerOnlyStream.swift
[485/769] Compiling Connect URLSessionStream.swift
[486/769] Compiling Connect UnaryAsyncWrapper.swift
[487/769] 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 |
[488/769] 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 |
[489/769] 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 |
[490/769] 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 |
[491/769] 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 |
[492/769] 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 |
[493/769] 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 |
[493/769] Compiling v3_pcons.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 |
[502/769] Emitting module SwiftProtobufPluginLibrary
[502/769] Compiling v3_ocsp.cc
[504/769] Compiling Connect ClientOnlyStreamValidation.swift
[505/769] Compiling Connect ConnectEndStreamResponse.swift
[506/769] Compiling Connect ServerOnlyAsyncStream.swift
[507/769] Compiling Connect BidirectionalAsyncStream.swift
[508/769] Compiling Connect BidirectionalStream.swift
[509/769] Compiling Connect ClientOnlyAsyncStream.swift
[510/769] Compiling Connect ClientOnlyStream.swift
[510/769] Compiling v3_lib.cc
[511/769] Compiling v3_ncons.cc
[512/769] Compiling v3_int.cc
[514/769] Compiling SwiftProtobufPluginLibrary UnicodeScalar+Extensions.swift
[515/769] Compiling SwiftProtobufPluginLibrary plugin.pb.swift
[516/769] Compiling SwiftProtobufPluginLibrary swift_protobuf_module_mappings.pb.swift
[516/769] Compiling v3_info.cc
[517/769] Compiling v3_ia5.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 |
[522/769] Compiling Connect Headers+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 |
[523/769] 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 |
[524/769] 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 |
[525/769] 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 |
[526/769] 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 |
[535/769] Compiling Connect status.pb.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[536/769] Compiling Connect ConnectInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[537/769] Compiling Connect GRPCWebInterceptor.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[538/769] Compiling Connect InterceptorChain.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[546/770] Compiling v3_extku.cc
[548/770] Compiling v3_bitst.cc
[548/770] Compiling v3_conf.cc
[548/770] Compiling v3_enum.cc
[548/770] Compiling v3_crld.cc
[548/770] Compiling v3_genn.cc
[548/770] Compiling v3_cpols.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/230] Compiling v3_genn.cc
[2/230] Write swift-version-24593BA9C3E375BF.txt
[3/230] Compiling v3_bitst.cc
[4/230] Compiling v3_enum.cc
[5/230] Compiling v3_bcons.cc
[6/230] Compiling v3_conf.cc
[7/230] Compiling v3_crld.cc
[8/230] Compiling v3_cpols.cc
[9/230] Compiling v3_alt.cc
[11/338] Compiling SwiftProtobuf Decoder.swift
[12/338] Compiling SwiftProtobuf DoubleParser.swift
[13/340] Compiling SwiftProtobuf AnyMessageStorage.swift
[14/340] Compiling SwiftProtobuf AnyUnpackError.swift
[15/340] Compiling SwiftProtobuf AsyncMessageSequence.swift
[16/340] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/340] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/340] Compiling _NIODataStructures Heap.swift
[19/340] Emitting module _NIODataStructures
[20/340] Compiling _NIODataStructures PriorityQueue.swift
[21/340] Compiling _NIODataStructures _TinyArray.swift
[22/341] Compiling SwiftProtobuf BytecodeReader.swift
[23/341] Compiling SwiftProtobuf CustomJSONCodable.swift
[24/341] Compiling SwiftProtobuf BinaryDecoder.swift
[25/341] Compiling SwiftProtobuf BinaryDecodingError.swift
[26/341] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[27/341] Compiling SwiftProtobuf BinaryDelimited.swift
[28/341] Compiling SwiftProtobuf BinaryEncoder.swift
[29/341] Compiling SwiftProtobuf BinaryEncodingError.swift
[31/340] Emitting module _NIOBase64
[32/340] Compiling _NIOBase64 Base64.swift
[32/340] Compiling v3_akeya.cc
[34/340] Compiling t_x509a.cc
[36/340] Emitting module InternalCollectionsUtilities
[37/340] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[38/340] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[39/340] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[40/340] Compiling SwiftProtobuf BytecodeInterpreter.swift
[40/340] Compiling t_x509.cc
[41/341] Compiling v3_akey.cc
[44/373] Compiling ContainersPreview RandomAccessContainer.swift
[45/373] Compiling ContainersPreview RangeExpression2.swift
[46/373] Compiling ContainersPreview RangeReplaceableContainer.swift
[47/373] Compiling ContainersPreview Drain+Map.swift
[48/377] Compiling ContainersPreview Producer+Map.swift
[49/377] Compiling ContainersPreview Producer+Reduce.swift
[50/377] Compiling ContainersPreview Producer.swift
[51/377] Compiling ContainersPreview Borrow.swift
[52/377] Emitting module ContainersPreview
[53/377] Compiling ContainersPreview Drain+Reduce.swift
[54/377] Compiling ContainersPreview Drain.swift
[55/377] Compiling ContainersPreview Producer+Collect.swift
[56/377] Compiling ContainersPreview Producer+Filter.swift
[57/377] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[58/377] Compiling ContainersPreview BorrowingSequence.swift
[59/377] Compiling ContainersPreview BidirectionalContainer.swift
[60/377] Compiling ContainersPreview Container+Filter.swift
[61/377] Compiling ContainersPreview Container+SpanwiseZip.swift
[62/377] Compiling ContainersPreview Container.swift
[63/377] Compiling ContainersPreview ContainerIterator.swift
[64/377] Compiling ContainersPreview DynamicContainer.swift
[65/377] Compiling ContainersPreview MutableContainer.swift
[66/377] Compiling ContainersPreview PermutableContainer.swift
[67/377] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[68/377] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[69/377] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[70/377] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[71/377] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[72/377] Compiling ContainersPreview OutputSpan+Extras.swift
[73/377] Compiling ContainersPreview TemporaryAllocation.swift
[74/377] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[75/377] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[76/377] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[77/377] Compiling ContainersPreview Box.swift
[78/377] Compiling ContainersPreview Inout.swift
[79/377] Compiling ContainersPreview InputSpan.swift
[80/377] Compiling ContainersPreview Shared.swift
[81/377] Compiling rsa_pss.cc
[82/377] Compiling t_crl.cc
[83/377] Compiling name_print.cc
[84/412] Compiling policy.cc
[85/417] Compiling i2d_pr.cc
[87/417] Compiling DequeModule RigidDeque+Removals.swift
[88/417] Compiling DequeModule RigidDeque+Replacements.swift
[89/417] Compiling DequeModule RigidDeque+Testing.swift
[90/417] Compiling DequeModule RigidDeque.swift
[91/417] Compiling DequeModule UniqueDeque+Append.swift
[92/422] Compiling DequeModule UniqueDeque+Consumption.swift
[93/422] Compiling DequeModule UniqueDeque+Container.swift
[94/422] Compiling DequeModule UniqueDeque+Descriptions.swift
[95/422] Compiling DequeModule UniqueDeque+Equatable.swift
[96/422] Compiling DequeModule UniqueDeque+Experimental.swift
[97/422] Compiling DequeModule UniqueDeque+Hashable.swift
[98/422] Compiling DequeModule UniqueDeque+Initializers.swift
[99/422] Compiling DequeModule UniqueDeque+Insertions.swift
[100/422] Compiling DequeModule UniqueDeque+Prepend.swift
[101/422] Compiling DequeModule UniqueDeque+Removals.swift
[102/422] Compiling DequeModule RigidDeque+Equatable.swift
[103/422] Compiling DequeModule RigidDeque+Experimental.swift
[104/422] Compiling DequeModule RigidDeque+Hashable.swift
[105/422] Compiling DequeModule RigidDeque+Initializers.swift
[106/422] Compiling DequeModule RigidDeque+Insertions.swift
[107/422] Compiling DequeModule RigidDeque+Prepend.swift
[107/422] Compiling t_req.cc
[109/422] Compiling DequeModule _DequeBuffer.swift
[110/422] Compiling DequeModule _DequeBufferHeader.swift
[111/422] Compiling DequeModule RigidDeque+Append.swift
[112/422] Compiling DequeModule RigidDeque+Consumption.swift
[113/422] Compiling DequeModule RigidDeque+Container.swift
[114/422] Compiling DequeModule RigidDeque+Descriptions.swift
[114/422] Compiling algorithm.cc
[116/422] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[117/422] Compiling SwiftProtobuf Message+FieldMask.swift
[118/422] Compiling SwiftProtobuf Message+JSONAdditions.swift
[119/422] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[120/422] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[121/422] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[122/422] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[123/422] Compiling SwiftProtobuf Message.swift
[124/422] Compiling SwiftProtobuf MessageExtension.swift
[125/422] Compiling SwiftProtobuf NameMap.swift
[126/422] Compiling SwiftProtobuf PathDecoder.swift
[127/422] Compiling SwiftProtobuf PathVisitor.swift
[128/433] Compiling DequeModule Deque+Codable.swift
[129/433] Compiling DequeModule Deque+Collection.swift
[130/433] Compiling DequeModule Deque+CustomReflectable.swift
[131/433] Compiling DequeModule Deque+Descriptions.swift
[132/433] Compiling DequeModule Deque+Equatable.swift
[133/433] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[134/433] Compiling DequeModule Deque+Extras.swift
[135/433] Compiling DequeModule Deque+Hashable.swift
[136/433] Compiling DequeModule Deque+Testing.swift
[137/433] Compiling DequeModule Deque._Storage.swift
[138/433] Compiling DequeModule Deque._UnsafeHandle.swift
[139/433] Compiling DequeModule Deque.swift
[139/433] Compiling a_sign.cc
[140/433] Compiling asn1_gen.cc
[141/433] Compiling by_file.cc
[142/433] Compiling by_dir.cc
[144/433] Emitting module SwiftProtobuf
[145/433] Compiling SwiftProtobuf ProtoNameProviding.swift
[146/433] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[147/433] Compiling SwiftProtobuf ProtobufMap.swift
[148/433] Compiling SwiftProtobuf SelectiveVisitor.swift
[149/433] Compiling SwiftProtobuf SimpleExtensionMap.swift
[150/433] Compiling SwiftProtobuf StringUtils.swift
[151/433] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[152/433] Compiling SwiftProtobuf SwiftProtobufError.swift
[153/433] Compiling SwiftProtobuf TextFormatDecoder.swift
[154/433] Compiling SwiftProtobuf TextFormatDecodingError.swift
[155/433] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[156/433] Compiling SwiftProtobuf TextFormatEncoder.swift
[157/433] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[158/433] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[159/433] Compiling SwiftProtobuf TextFormatScanner.swift
[160/433] Compiling SwiftProtobuf TimeUtils.swift
[161/433] Compiling SwiftProtobuf UnknownStorage.swift
[162/433] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[163/433] Compiling SwiftProtobuf Varint.swift
[164/433] Compiling SwiftProtobuf Version.swift
[165/433] Compiling SwiftProtobuf Visitor.swift
[166/433] Compiling SwiftProtobuf WireFormat.swift
[167/433] Compiling SwiftProtobuf ZigZag.swift
[171/433] Compiling DequeModule UniqueDeque+Replacements.swift
[172/433] Compiling DequeModule UniqueDeque.swift
[173/433] Compiling DequeModule _DequeSlot.swift
[174/433] Compiling DequeModule _UnsafeDequeHandle.swift
[175/433] Compiling DequeModule _UnsafeDequeSegments.swift
[176/433] Compiling SwiftProtobuf JSONScanner.swift
[177/433] Compiling SwiftProtobuf MathUtils.swift
[178/433] Compiling SwiftProtobuf Message+AnyAdditions.swift
[179/433] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[179/433] Compiling a_digest.cc
[221/433] Compiling a_verify.cc
[222/433] Compiling thread_win.cc
[223/433] Compiling thread_none.cc
[225/433] Emitting module DequeModule
[225/434] Compiling voprf.cc
[225/434] Compiling pmbtoken.cc
[228/434] Compiling thread_pthread.cc
[229/433] Compiling thread.cc
[230/433] Compiling trust_token.cc
[231/433] Compiling stack.cc
[232/433] Compiling spake2plus.cc
[233/433] Compiling siphash.cc
[234/433] Compiling sha256.cc
[235/433] Compiling sha1.cc
[236/433] Compiling sha512.cc
[237/433] Compiling slhdsa.cc
[238/433] Compiling refcount.cc
[239/433] Compiling rsa_extra.cc
[240/433] Compiling rsa_print.cc
[241/433] Compiling rsa_asn1.cc
[242/433] Compiling rc4.cc
[243/433] Compiling rsa_crypt.cc
[244/433] Compiling windows.cc
[245/433] Compiling passive.cc
[246/433] Compiling trusty.cc
[247/433] Compiling urandom.cc
[248/433] Compiling rand.cc
[249/433] Compiling poly1305_arm_asm.S
[250/433] Compiling deterministic.cc
[251/433] Compiling fork_detect.cc
[252/433] Compiling getentropy.cc
[253/433] Compiling ios.cc
[254/433] Compiling poly1305_vec.cc
[255/433] Compiling pool.cc
[256/433] Compiling poly1305_arm.cc
[257/433] Compiling poly1305.cc
[258/433] Compiling pem_xaux.cc
[259/433] Compiling p5_pbev2.cc
[260/433] Compiling pkcs7.cc
[261/433] Compiling pkcs8.cc
[262/433] Compiling pkcs8_x509.cc
[263/433] Compiling pem_x509.cc
[264/433] Compiling pkcs7_x509.cc
[265/433] Compiling pem_info.cc
[266/433] Compiling pem_pkey.cc
[267/433] Compiling pem_pk8.cc
[268/433] Compiling pem_oth.cc
[269/433] Compiling obj.cc
[270/433] Compiling pem_lib.cc
[271/433] Compiling pem_all.cc
[272/433] Compiling obj_xref.cc
[273/433] Compiling mlkem.cc
[274/433] Compiling mldsa.cc
[275/433] Compiling mem.cc
[276/433] Compiling poly_rq_mul.S
[277/433] Compiling fips_shared_support.cc
[278/433] Compiling md5.cc
[279/433] Compiling md4.cc
[280/433] Compiling lhash.cc
[281/433] Compiling kyber.cc
[282/433] Compiling hpke.cc
[283/433] Compiling ex_data.cc
[284/433] Compiling sign.cc
[285/433] Compiling hrss.cc
[286/433] Compiling print.cc
[287/433] Compiling scrypt.cc
[288/433] Compiling pbkdf.cc
[289/433] Compiling p_x25519.cc
[290/433] Compiling p_x25519_asn1.cc
[291/433] Compiling p_hkdf.cc
[292/433] Compiling p_rsa_asn1.cc
[293/433] Compiling p_rsa.cc
[294/433] Compiling p_ed25519.cc
[295/433] Compiling p_ec.cc
[296/433] Compiling p_ed25519_asn1.cc
[297/433] Compiling p_dh_asn1.cc
[298/433] Compiling bcm.cc
[299/433] Compiling p_ec_asn1.cc
[300/433] Compiling p_dsa_asn1.cc
[301/433] Compiling p_dh.cc
[302/433] Compiling evp_ctx.cc
[303/433] Compiling evp.cc
[304/433] Compiling engine.cc
[305/433] Compiling ecdh.cc
[306/433] Compiling hash_to_curve.cc
[307/433] Compiling err.cc
[308/433] Compiling ec_derive.cc
[309/433] Compiling ecdsa_asn1.cc
[310/433] Compiling evp_asn1.cc
[311/433] Compiling dsa.cc
[313/433] Compiling SwiftProtobuf any.pb.swift
[314/433] Compiling SwiftProtobuf api.pb.swift
[315/433] Compiling SwiftProtobuf descriptor.pb.swift
[316/433] Compiling SwiftProtobuf duration.pb.swift
[317/433] Compiling SwiftProtobuf empty.pb.swift
[318/433] Compiling SwiftProtobuf field_mask.pb.swift
[319/433] Compiling SwiftProtobuf source_context.pb.swift
[320/433] Compiling SwiftProtobuf struct.pb.swift
[321/433] Compiling SwiftProtobuf timestamp.pb.swift
[322/433] Compiling SwiftProtobuf type.pb.swift
[323/433] Compiling SwiftProtobuf wrappers.pb.swift
[323/433] Compiling params.cc
[325/434] Compiling dh_asn1.cc
[326/434] Compiling des.cc
[327/434] Compiling digest_extra.cc
[328/434] Compiling ec_asn1.cc
[329/458] Compiling dsa_asn1.cc
[330/458] Compiling curve25519_64_adx.cc
[331/458] Compiling x25519-asm-arm.S
[332/475] Wrapping AST for SwiftProtobuf for debugging
[334/511] Compiling Connect GzipCompressionPool.swift
[335/511] Compiling Connect Cancelable.swift
[336/511] Compiling Connect Code.swift
[336/514] Compiling spake25519.cc
[338/514] Compiling Connect ClientOnlyAsyncStream.swift
[339/514] Compiling Connect ClientOnlyStream.swift
[340/514] Compiling Connect ProtoCodec.swift
[341/514] 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 |
[342/514] 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 |
[343/514] 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 |
[344/514] 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 |
[345/514] 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 |
[346/514] 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 |
[347/514] 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 |
[348/514] 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 |
[349/514] 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 |
[350/514] 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 |
[351/514] 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 |
[352/514] 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 |
[353/514] 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 |
[354/514] 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 |
[355/514] 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 |
[356/514] 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 |
[357/514] 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 |
[358/514] 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 |
[359/514] 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 |
[360/514] 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 |
[361/514] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[366/521] 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 |
[367/521] 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 |
[368/521] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[369/521] 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 |
[370/521] Compiling Connect status.pb.swift
[371/521] Compiling Connect ConnectInterceptor.swift
[372/521] Compiling Connect GRPCWebInterceptor.swift
[373/521] Compiling Connect InterceptorChain.swift
[374/521] Compiling Connect BidirectionalAsyncStream.swift
[375/521] Compiling Connect BidirectionalStream.swift
[375/521] Compiling cpu_intel.cc
[380/521] Compiling Connect ClientOnlyStreamValidation.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[381/521] Compiling Connect ConnectEndStreamResponse.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[382/521] Compiling Connect ServerOnlyAsyncStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[383/521] Compiling Connect ServerOnlyStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[384/521] Compiling Connect URLSessionStream.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[385/521] Compiling Connect UnaryAsyncWrapper.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[386/521] Compiling Connect Lock.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[387/521] Compiling Connect Locked.swift
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[388/521] Compiling SwiftProtobufPluginLibrary UnicodeScalar+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 |
[389/521] 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 |
[390/521] 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 |
[391/521] Compiling Connect Headers+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 |
[392/521] 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 |
[393/521] 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 |
[394/521] 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 |
[395/521] 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 |
[396/521] 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 |
[397/521] 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 |
[398/521] 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 |
[399/521] 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 |
[400/521] 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 |
[401/521] 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 |
[402/521] 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 |
/host/spi-builder-workspace/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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 |
[410/521] Compiling cpu_arm_freebsd.cc
[411/521] Compiling crypto.cc
[412/521] Compiling cpu_aarch64_openbsd.cc
[412/521] Compiling cpu_aarch64_win.cc
[412/521] Compiling cpu_aarch64_sysreg.cc
[412/521] Compiling cpu_aarch64_linux.cc
[412/521] Compiling cpu_arm_linux.cc
[412/521] Compiling curve25519.cc
BUILD FAILURE 6.1 android