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 Yorkie, reference main (14c906), with Swift 6.1 for Android on 8 Sep 2025 16:01:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.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/yorkie-team/yorkie-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 14c9069 Sync #1003 (#218)
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
14c906984c97fa2ad536b2f73d54dc4b7763aa4b
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "connect-swift",
      "requirement" : {
        "exact" : [
          "1.0.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/connectrpc/connect-swift"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "exact" : [
          "1.6.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "semaphore",
      "requirement" : {
        "exact" : [
          "0.0.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/Semaphore.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Yorkie",
  "name" : "Yorkie",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Yorkie",
      "targets" : [
        "Yorkie"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YorkieUnitTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieUnitTests",
      "path" : "Tests/Unit",
      "sources" : [
        "API/V1/ConverterTests.swift",
        "Document/CRDT/CRDTArrayTests.swift",
        "Document/CRDT/CRDTCountTests.swift",
        "Document/CRDT/CRDTElementTests.swift",
        "Document/CRDT/CRDTObjectTests.swift",
        "Document/CRDT/CRDTRootTests.swift",
        "Document/CRDT/CRDTTextTests.swift",
        "Document/CRDT/CRDTTreeTests.swift",
        "Document/CRDT/ElementRHTTests.swift",
        "Document/CRDT/PrimitiveTests.swift",
        "Document/CRDT/RGATreeListTests.swift",
        "Document/CRDT/RHTTests.swift",
        "Document/Change/ChangeContextTests.swift",
        "Document/Change/ChangeIDTests.swift",
        "Document/Change/ChangePackTests.swift",
        "Document/Change/ChangeTests.swift",
        "Document/Change/CheckpointTests.swift",
        "Document/DocumentConcurrentAccessTests.swift",
        "Document/DocumentTests.swift",
        "Document/GCTests.swift",
        "Document/Json/JONSTreeTests.swift",
        "Document/Json/JSONArrayTests.swift",
        "Document/Json/JSONObjectTests.swift",
        "Document/Json/JSONTextTest.swift",
        "Document/Operation/AddOperationTests.swift",
        "Document/Operation/MoveOperationTests.swift",
        "Document/Operation/RemoveOperationTests.swift",
        "Document/Operation/SetOperationTests.swift",
        "Document/Time/TimeTicketTests.swift",
        "Document/Time/VersionVectorTest.swift",
        "Document/Util/DocumentSizeTest.swift",
        "Document/Util/PayloadTests.swift",
        "Document/Util/StringEscapingTests.swift",
        "Document/Util/StringValueTypeDictionaryTests.swift",
        "Document/Util/YorkieJSONObjectableTests.swift",
        "TestUtils/XCTestCase+Extension.swift",
        "Util/Helper.swift",
        "Util/IndexTreeTests.swift",
        "Util/LLRBTreeTests.swift",
        "Util/SplayTreeTests.swift",
        "Util/StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie",
        "YorkieTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieTestHelper",
      "module_type" : "SwiftTarget",
      "name" : "YorkieTestHelper",
      "path" : "Tests/Helper",
      "product_dependencies" : [
        "ConnectNIO"
      ],
      "sources" : [
        "TestHelper.swift",
        "WebhookServer.swift",
        "YorkieProjectHelper.swift"
      ],
      "target_dependencies" : [
        "Yorkie"
      ],
      "type" : "library"
    },
    {
      "c99name" : "YorkieIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieIntegrationTests",
      "path" : "Tests/Integration",
      "sources" : [
        "ClientIntegrationTests.swift",
        "CounterIntegrationTests.swift",
        "DocumentIntegrationTests.swift",
        "DocumentLimitTests.swift",
        "GCIntegrationTests.swift",
        "GRPCTests.swift",
        "PresenceTests.swift",
        "SnapshotTests.swift",
        "TextIntegrationTests.swift",
        "TreeConcurrencyTests.swift",
        "TreeIntegrationTests.swift",
        "WebhookIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie",
        "YorkieTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YorkieBenchmarkTests",
      "module_type" : "SwiftTarget",
      "name" : "YorkieBenchmarkTests",
      "path" : "Tests/Benchmark",
      "sources" : [
        "DocumentBenchmarkTests.swift",
        "SplayTreeBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "Yorkie",
        "YorkieTestHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yorkie",
      "module_type" : "SwiftTarget",
      "name" : "Yorkie",
      "path" : "Sources",
      "product_dependencies" : [
        "Connect",
        "Logging",
        "Semaphore"
      ],
      "product_memberships" : [
        "Yorkie"
      ],
      "sources" : [
        "API/Converter.swift",
        "API/GRPCTypeAlias.swift",
        "API/V1/Generated/googleapis/google/rpc/error_details.pb.swift",
        "API/V1/Generated/yorkie/v1/resources.pb.swift",
        "API/V1/Generated/yorkie/v1/yorkie.connect.swift",
        "API/V1/Generated/yorkie/v1/yorkie.pb.swift",
        "Core/Attachment.swift",
        "Core/Auth.swift",
        "Core/AuthTokenInjector.swift",
        "Core/Client.swift",
        "Core/Logger.swift",
        "Core/YorkieService.swift",
        "Document/CRDT/CRDTArray.swift",
        "Document/CRDT/CRDTCounter.swift",
        "Document/CRDT/CRDTElement.swift",
        "Document/CRDT/CRDTObject.swift",
        "Document/CRDT/CRDTRoot.swift",
        "Document/CRDT/CRDTText.swift",
        "Document/CRDT/CRDTTree.swift",
        "Document/CRDT/ElementRHT.swift",
        "Document/CRDT/GC.swift",
        "Document/CRDT/Primitive.swift",
        "Document/CRDT/RGATreeList.swift",
        "Document/CRDT/RGATreeSplit.swift",
        "Document/CRDT/RHT.swift",
        "Document/Change/Change.swift",
        "Document/Change/ChangeContext.swift",
        "Document/Change/ChangeID.swift",
        "Document/Change/ChangePack.swift",
        "Document/Change/Checkpoint.swift",
        "Document/DocEvent.swift",
        "Document/Document.swift",
        "Document/Json/ElementConverter.swift",
        "Document/Json/JSONArray.swift",
        "Document/Json/JSONCounter.swift",
        "Document/Json/JSONDatable.swift",
        "Document/Json/JSONObject.swift",
        "Document/Json/JSONText.swift",
        "Document/Json/JSONTree.swift",
        "Document/Json/ObjectDataHandler.swift",
        "Document/Json/Strings.swift",
        "Document/Operation/AddOperation.swift",
        "Document/Operation/EditOperation.swift",
        "Document/Operation/IncreaseOperation.swift",
        "Document/Operation/MoveOperation.swift",
        "Document/Operation/Operation.swift",
        "Document/Operation/RemoveOperation.swift",
        "Document/Operation/SetOperation.swift",
        "Document/Operation/StyleOperation.swift",
        "Document/Operation/TreeEditOperation.swift",
        "Document/Operation/TreeSytleOperation.swift",
        "Document/Presence/Presence.swift",
        "Document/Time/ActorID.swift",
        "Document/Time/TimeTicket.swift",
        "Document/Time/VersionVector.swift",
        "Document/Util/JSONObjectable.swift",
        "Document/Util/Payload.swift",
        "Document/Util/YorkieCountable.swift",
        "Util/Codable+Extension.swift",
        "Util/Collection+Extensions.swift",
        "Util/Dictionary+Extension.swift",
        "Util/Errors.swift",
        "Util/IndexTree.swift",
        "Util/LLRBTree.swift",
        "Util/Optional+Extensions.swift",
        "Util/SplayTree.swift",
        "Util/String+Extensions.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
[1/293] Fetching semaphore
[294/2387] Fetching semaphore, swift-docc-plugin
[483/11045] Fetching semaphore, swift-docc-plugin, connect-swift
[2236/14948] Fetching semaphore, swift-docc-plugin, connect-swift, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.74s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.77s)
Fetched https://github.com/groue/Semaphore.git from cache (0.80s)
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.57s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (1.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.47s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (1.19s)
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
Fetching https://github.com/apple/swift-protobuf.git
[1/11661] Fetching swift-nio-http2
[1867/26736] Fetching swift-nio-http2, swift-nio-ssl
[7817/104773] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[42629/144919] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.49s)
[85873/133258] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.51s)
[71200/118183] Fetching swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio.git from cache (8.31s)
Fetched https://github.com/apple/swift-protobuf.git from cache (9.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (10.60s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.67s)
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.78s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.83s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (1.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.39s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4494/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.24s)
Fetched https://github.com/apple/swift-collections.git from cache (2.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (3.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.26s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 1.0.3
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.34.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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.70s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/441] Write sources
[11/441] Copying PrivacyInfo.xcprivacy
[12/441] Write sources
[26/441] Compiling CNIOWindows WSAStartup.c
[27/441] Compiling CNIOWindows shim.c
[28/441] Compiling _AtomicsShims.c
[29/441] Compiling CNIOWASI CNIOWASI.c
[30/441] Compiling CNIOLinux liburing_shims.c
[31/441] Compiling CNIOPosix event_loop_id.c
[32/441] Compiling CNIODarwin shim.c
[33/441] Compiling CNIOLLHTTP c_nio_http.c
[34/441] Compiling CNIOLinux shim.c
[35/441] Compiling fiat_p256_adx_sqr.S
[36/441] Compiling fiat_p256_adx_mul.S
[37/441] Compiling fiat_curve25519_adx_square.S
[38/441] Compiling CNIOLLHTTP c_nio_api.c
[39/441] Compiling fiat_curve25519_adx_mul.S
[40/441] Write swift-version-24593BA9C3E375BF.txt
[41/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/445] Compiling CNIOBoringSSLShims shims.c
[43/447] Compiling tls_method.cc
[44/447] Compiling tls_record.cc
[45/447] Compiling tls13_enc.cc
[46/469] Compiling tls13_client.cc
[47/534] Compiling tls13_both.cc
[48/534] Compiling tls13_server.cc
[50/553] Emitting module InternalCollectionsUtilities
[51/554] Emitting module _NIOBase64
[52/554] Compiling _NIOBase64 Base64.swift
[53/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/555] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/555] Compiling InternalCollectionsUtilities _SortedCollection.swift
[57/555] Compiling InternalCollectionsUtilities Descriptions.swift
[58/555] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/555] Compiling t1_enc.cc
[60/555] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/555] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/555] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/555] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/555] Compiling InternalCollectionsUtilities Debugging.swift
[65/555] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/555] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/555] Compiling InternalCollectionsUtilities Integer rank.swift
[68/556] Compiling _NIODataStructures PriorityQueue.swift
[69/556] Compiling _NIODataStructures _TinyArray.swift
[70/556] Compiling _NIODataStructures Heap.swift
[71/556] Emitting module _NIODataStructures
[73/557] Compiling ssl_x509.cc
[76/572] Compiling DequeModule Deque+CustomReflectable.swift
[77/572] Compiling DequeModule Deque+Descriptions.swift
[78/574] Compiling DequeModule _DequeBuffer.swift
[79/574] Compiling DequeModule _DequeBufferHeader.swift
[80/574] Compiling DequeModule Deque+Testing.swift
[81/574] Compiling DequeModule Deque._Storage.swift
[82/574] Compiling DequeModule Deque+Extras.swift
[83/574] Compiling DequeModule Deque+Hashable.swift
[84/574] Compiling DequeModule Deque+Equatable.swift
[85/574] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/574] Compiling DequeModule _DequeSlot.swift
[87/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/574] Compiling DequeModule Deque._UnsafeHandle.swift
[89/574] Compiling DequeModule Deque.swift
[90/574] Compiling DequeModule Deque+Codable.swift
[91/574] Compiling DequeModule Deque+Collection.swift
[92/574] Emitting module DequeModule
[93/575] Compiling ssl_stat.cc
[94/575] Compiling ssl_versions.cc
[95/575] Compiling ssl_transcript.cc
[97/575] Compiling Logging MetadataProvider.swift
[98/575] Compiling Logging LogHandler.swift
[99/575] Compiling Logging Logging.swift
[100/575] Emitting module Logging
[101/575] Compiling Logging Locks.swift
[102/576] Compiling ssl_session.cc
[104/576] Emitting module Semaphore
[105/576] Compiling Semaphore AsyncSemaphore.swift
[107/577] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[108/577] Compiling SwiftProtobuf Message+FieldMask.swift
[109/577] Compiling SwiftProtobuf Message+JSONAdditions.swift
[110/577] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[111/577] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[112/577] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[113/577] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[114/577] Compiling SwiftProtobuf Message.swift
[115/577] Compiling SwiftProtobuf MessageExtension.swift
[116/577] Compiling SwiftProtobuf NameMap.swift
[117/577] Compiling SwiftProtobuf PathDecoder.swift
[118/577] Compiling SwiftProtobuf PathVisitor.swift
[119/588] Emitting module SwiftProtobuf
[119/588] Compiling ssl_file.cc
[120/588] Compiling ssl_privkey.cc
[121/588] Compiling ssl_key_share.cc
[122/588] Compiling ssl_cipher.cc
[123/588] Compiling ssl_credential.cc
[124/588] Compiling ssl_lib.cc
[130/588] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[131/588] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[132/588] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[133/588] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[134/588] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[135/588] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[136/588] Compiling SwiftProtobuf HashVisitor.swift
[137/588] Compiling SwiftProtobuf Internal.swift
[137/588] Compiling ssl_cert.cc
[139/588] Compiling SwiftProtobuf BytecodeInterpreter.swift
[140/588] Compiling SwiftProtobuf BytecodeReader.swift
[141/588] Compiling SwiftProtobuf CustomJSONCodable.swift
[142/588] Compiling SwiftProtobuf Decoder.swift
[143/588] Compiling SwiftProtobuf DoubleParser.swift
[144/588] Compiling SwiftProtobuf Enum.swift
[145/588] Compiling SwiftProtobuf ExtensibleMessage.swift
[146/588] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[147/588] Compiling SwiftProtobuf ExtensionFields.swift
[148/588] Compiling SwiftProtobuf ExtensionMap.swift
[149/588] Compiling SwiftProtobuf FieldTag.swift
[150/588] Compiling SwiftProtobuf FieldTypes.swift
[151/588] Compiling SwiftProtobuf JSONDecoder.swift
[152/588] Compiling SwiftProtobuf JSONDecodingError.swift
[153/588] Compiling SwiftProtobuf JSONDecodingOptions.swift
[154/588] Compiling SwiftProtobuf JSONEncoder.swift
[155/588] Compiling SwiftProtobuf JSONEncodingError.swift
[156/588] Compiling SwiftProtobuf JSONEncodingOptions.swift
[157/588] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[158/588] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[159/588] Compiling SwiftProtobuf JSONScanner.swift
[160/588] Compiling SwiftProtobuf MathUtils.swift
[161/588] Compiling SwiftProtobuf Message+AnyAdditions.swift
[162/588] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[163/588] Compiling SwiftProtobuf ProtoNameProviding.swift
[164/588] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[165/588] Compiling SwiftProtobuf ProtobufMap.swift
[166/588] Compiling SwiftProtobuf SelectiveVisitor.swift
[167/588] Compiling SwiftProtobuf SimpleExtensionMap.swift
[168/588] Compiling SwiftProtobuf StringUtils.swift
[169/588] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[170/588] Compiling SwiftProtobuf SwiftProtobufError.swift
[171/588] Compiling SwiftProtobuf TextFormatDecoder.swift
[172/588] Compiling SwiftProtobuf TextFormatDecodingError.swift
[173/588] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[174/588] Compiling SwiftProtobuf TextFormatEncoder.swift
[175/588] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[176/588] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[177/588] Compiling SwiftProtobuf TextFormatScanner.swift
[178/588] Compiling SwiftProtobuf TimeUtils.swift
[179/588] Compiling SwiftProtobuf UnknownStorage.swift
[180/588] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[181/588] Compiling SwiftProtobuf Varint.swift
[182/588] Compiling SwiftProtobuf Version.swift
[183/588] Compiling SwiftProtobuf Visitor.swift
[184/588] Compiling SwiftProtobuf WireFormat.swift
[185/588] Compiling SwiftProtobuf ZigZag.swift
[186/588] Compiling SwiftProtobuf any.pb.swift
[186/588] Compiling ssl_buffer.cc
[187/588] Compiling ssl_aead_ctx.cc
[188/588] Compiling ssl_asn1.cc
[189/588] Compiling s3_pkt.cc
[190/588] Compiling s3_lib.cc
[203/588] Compiling s3_both.cc
[204/588] Compiling handshake_server.cc
[205/588] Compiling handshake.cc
[206/588] Compiling handshake_client.cc
[207/588] Compiling handoff.cc
[208/588] Compiling encrypted_client_hello.cc
[209/588] Compiling extensions.cc
[210/588] Compiling dtls_record.cc
[211/588] Compiling md5-x86_64-linux.S
[212/588] Compiling md5-x86_64-apple.S
[213/588] Compiling md5-586-linux.S
[214/588] Compiling md5-586-apple.S
[215/588] Compiling d1_pkt.cc
[216/588] Compiling d1_srtp.cc
[217/588] Compiling dtls_method.cc
[218/588] Compiling chacha20_poly1305_x86_64-linux.S
[219/588] Compiling chacha20_poly1305_x86_64-apple.S
[220/588] Compiling chacha20_poly1305_armv8-win.S
[221/588] Compiling chacha20_poly1305_armv8-apple.S
[222/588] Compiling chacha20_poly1305_armv8-linux.S
[223/588] Compiling chacha-x86_64-linux.S
[224/588] Compiling chacha-x86_64-apple.S
[225/588] Compiling chacha-x86-linux.S
[225/588] Compiling chacha-x86-apple.S
[227/588] Compiling chacha-armv8-win.S
[228/588] Compiling chacha-armv8-apple.S
[229/588] Compiling chacha-armv4-linux.S
[230/588] Compiling aes128gcmsiv-x86_64-linux.S
[231/588] Compiling chacha-armv8-linux.S
[232/588] Compiling aes128gcmsiv-x86_64-apple.S
[233/588] Compiling d1_both.cc
[234/588] Compiling x86_64-mont5-linux.S
[235/588] Compiling x86_64-mont5-apple.S
[236/588] Compiling x86_64-mont-linux.S
[237/588] Compiling x86_64-mont-apple.S
[238/588] Compiling x86-mont-linux.S
[239/588] Compiling err_data.cc
[240/588] Compiling x86-mont-apple.S
[241/588] Compiling d1_lib.cc
[242/588] Compiling vpaes-x86_64-linux.S
[243/588] Compiling vpaes-x86_64-apple.S
[244/588] Compiling vpaes-x86-apple.S
[245/588] Compiling vpaes-armv8-apple.S
[246/588] Compiling vpaes-x86-linux.S
[246/588] Compiling vpaes-armv8-win.S
[248/588] Compiling vpaes-armv7-linux.S
[249/588] Compiling vpaes-armv8-linux.S
[250/588] Compiling sha512-x86_64-linux.S
[251/588] Compiling sha512-x86_64-apple.S
[252/588] Compiling sha512-armv8-win.S
[253/588] Compiling sha512-armv8-apple.S
[254/588] Compiling bio_ssl.cc
[255/588] Compiling sha512-armv8-linux.S
[256/588] Compiling sha512-armv4-linux.S
[257/588] Compiling sha256-x86_64-linux.S
[258/588] Compiling sha256-x86_64-apple.S
[259/588] Compiling sha512-586-linux.S
[260/588] Compiling sha512-586-apple.S
[261/588] Compiling sha256-armv8-win.S
[262/588] Compiling sha256-armv8-apple.S
[263/588] Compiling sha256-armv8-linux.S
[263/588] Compiling sha256-armv4-linux.S
[265/588] Compiling sha1-x86_64-linux.S
[266/588] Compiling sha256-586-apple.S
[267/588] Compiling sha1-x86_64-apple.S
[268/588] Compiling sha256-586-linux.S
[269/588] Compiling sha1-armv8-win.S
[270/588] Compiling sha1-armv8-apple.S
[271/588] Compiling sha1-armv4-large-linux.S
[272/588] Compiling sha1-armv8-linux.S
[273/588] Compiling sha1-586-linux.S
[274/588] Compiling rsaz-avx2-linux.S
[275/588] Compiling sha1-586-apple.S
[276/588] Compiling rsaz-avx2-apple.S
[277/588] Compiling rdrand-x86_64-linux.S
[278/588] Compiling p256_beeu-armv8-asm-apple.S
[279/588] Compiling p256_beeu-x86_64-asm-linux.S
[280/588] Compiling p256_beeu-armv8-asm-win.S
[281/588] Compiling p256_beeu-x86_64-asm-apple.S
[282/588] Compiling rdrand-x86_64-apple.S
[283/588] Compiling p256-x86_64-asm-linux.S
[284/588] Compiling p256_beeu-armv8-asm-linux.S
[285/588] Compiling p256-x86_64-asm-apple.S
[286/588] Compiling p256-armv8-asm-win.S
[287/588] Compiling p256-armv8-asm-apple.S
[288/588] Compiling ghashv8-armv8-win.S
[289/588] Compiling ghashv8-armv8-apple.S
[290/588] Compiling p256-armv8-asm-linux.S
[291/588] Compiling ghash-x86_64-linux.S
[292/588] Compiling ghashv8-armv7-linux.S
[293/588] Compiling ghashv8-armv8-linux.S
[294/588] Compiling ghash-x86_64-apple.S
[294/588] Compiling ghash-x86-linux.S
[296/588] Compiling ghash-x86-apple.S
[297/588] Compiling ghash-ssse3-x86_64-apple.S
[298/588] Compiling ghash-ssse3-x86_64-linux.S
[299/588] Compiling ghash-neon-armv8-apple.S
[300/588] Compiling ghash-ssse3-x86-linux.S
[301/588] Compiling ghash-ssse3-x86-apple.S
[302/588] Compiling ghash-armv4-linux.S
[303/588] Compiling ghash-neon-armv8-linux.S
[304/588] Compiling ghash-neon-armv8-win.S
[305/588] Compiling co-586-linux.S
[306/588] Compiling co-586-apple.S
[307/588] Compiling bsaes-armv7-linux.S
[308/588] Compiling bn-armv8-win.S
[309/588] Compiling bn-armv8-apple.S
[310/588] Compiling bn-586-apple.S
[311/588] Compiling bn-armv8-linux.S
[312/588] Compiling bn-586-linux.S
[313/588] Compiling armv8-mont-win.S
[314/588] Compiling armv8-mont-linux.S
[315/588] Compiling armv8-mont-apple.S
[316/588] Compiling aesv8-gcm-armv8-apple.S
[317/588] Compiling armv4-mont-linux.S
[318/588] Compiling aesv8-gcm-armv8-linux.S
[319/588] Compiling aesv8-gcm-armv8-win.S
[320/588] Compiling aesv8-armv8-apple.S
[321/588] Compiling aesv8-armv7-linux.S
[322/588] Compiling aesv8-armv8-win.S
[323/588] Compiling aesv8-armv8-linux.S
[324/588] Compiling aesni-x86-linux.S
[325/588] Compiling aesni-x86_64-apple.S
[326/588] Compiling aesni-x86_64-linux.S
[327/588] Compiling aesni-gcm-x86_64-linux.S
[328/588] Compiling aesni-x86-apple.S
[329/588] Compiling aesni-gcm-x86_64-apple.S
[330/588] Compiling aes-gcm-avx2-x86_64-linux.S
[331/588] Compiling aes-gcm-avx10-x86_64-apple.S
[332/588] Compiling aes-gcm-avx2-x86_64-apple.S
[333/588] Compiling aes-gcm-avx10-x86_64-linux.S
[334/588] Compiling x_x509a.cc
[335/588] Compiling x_x509.cc
[336/588] Compiling x_val.cc
[337/588] Compiling x_req.cc
[338/588] Compiling x_spki.cc
[339/588] Compiling x_sig.cc
[340/588] Compiling x_pubkey.cc
[341/588] Compiling x_name.cc
[342/588] Compiling x_crl.cc
[343/588] Compiling x_attrib.cc
[344/588] Compiling x_exten.cc
[345/588] Compiling x509spki.cc
[346/588] Compiling x_all.cc
[347/588] Compiling x_algor.cc
[348/588] Compiling x509rset.cc
[349/588] Compiling x509name.cc
[350/588] Compiling x509cset.cc
[351/588] Compiling x509_txt.cc
[352/588] Compiling x509_v3.cc
[353/588] Compiling x509_vpm.cc
[354/588] Compiling x509_vfy.cc
[356/588] Compiling SwiftProtobuf api.pb.swift
[357/588] Compiling SwiftProtobuf descriptor.pb.swift
[358/588] Compiling SwiftProtobuf duration.pb.swift
[359/588] Compiling SwiftProtobuf empty.pb.swift
[360/588] Compiling SwiftProtobuf field_mask.pb.swift
[361/588] Compiling SwiftProtobuf source_context.pb.swift
[362/588] Compiling SwiftProtobuf struct.pb.swift
[363/588] Compiling SwiftProtobuf timestamp.pb.swift
[364/588] Compiling SwiftProtobuf type.pb.swift
[365/588] Compiling SwiftProtobuf wrappers.pb.swift
[366/588] Compiling SwiftProtobuf resource_bundle_accessor.swift
[366/589] Compiling x509_def.cc
[368/589] Compiling x509_trs.cc
[369/589] Compiling x509_set.cc
[370/589] Compiling x509_obj.cc
[371/589] Compiling x509_req.cc
[372/589] Compiling x509_lu.cc
[373/589] Compiling x509_ext.cc
[374/642] Compiling x509_d2.cc
[375/642] Compiling x509.cc
[376/642] Compiling v3_utl.cc
[377/642] Compiling x509_att.cc
[378/642] Compiling v3_skey.cc
[379/642] Compiling x509_cmp.cc
[380/642] Compiling v3_purp.cc
[381/642] Compiling v3_prn.cc
[382/642] Compiling v3_pmaps.cc
[383/642] Compiling v3_pcons.cc
[384/642] Compiling v3_ocsp.cc
[385/642] Compiling v3_ncons.cc
[386/642] Compiling v3_int.cc
[387/642] Compiling v3_lib.cc
[388/642] Compiling v3_info.cc
[389/642] Compiling v3_ia5.cc
[390/642] Compiling v3_genn.cc
[391/642] Compiling v3_enum.cc
[392/642] Compiling v3_extku.cc
[393/642] Compiling v3_crld.cc
[395/642] Compiling Connect IdempotencyLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect Interceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect InterceptorFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect StreamInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect UnaryInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect MethodSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect NetworkProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/642] Compiling Connect ProtobufMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[403/642] Compiling Connect ProtocolClientConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[404/642] Compiling Connect ProtocolClientInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[405/642] Compiling Connect ResponseMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[406/642] Compiling Connect BidirectionalAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[407/642] Compiling Connect ClientOnlyAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[408/642] Compiling Connect ServerOnlyAsyncStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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)
[409/649] Emitting module Connect
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ClientOnlyStreamValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[411/649] Compiling Connect ConnectEndStreamResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[412/649] Compiling Connect ServerOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[413/649] Compiling Connect ServerOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[414/649] Compiling Connect URLSessionStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[415/649] Compiling Connect UnaryAsyncWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[416/649] Compiling Connect Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/649] Compiling Connect Locked.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/649] Compiling v3_cpols.cc
[419/649] Compiling Connect BidirectionalStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[420/649] Compiling Connect ClientOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[421/649] Compiling Connect RequestCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[422/649] Compiling Connect ResponseCallbacks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[423/649] Compiling Connect ServerOnlyStreamInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[424/649] Compiling Connect StreamResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[425/649] Compiling Connect Trailers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[425/649] Compiling v3_bitst.cc
[426/649] Compiling v3_conf.cc
[428/649] Compiling Connect status.pb.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[429/649] Compiling Connect ConnectInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[430/649] Compiling Connect GRPCWebInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[431/649] Compiling Connect InterceptorChain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect BidirectionalAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect BidirectionalStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ClientOnlyAsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ClientOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling v3_bcons.cc
[436/649] Compiling v3_alt.cc
[437/649] Compiling v3_akeya.cc
[438/649] Compiling v3_akey.cc
[440/649] Compiling Connect HTTPClientInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect HTTPMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect HTTPMetrics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect HTTPRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect HTTPResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect HeaderConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Headers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect TimeoutTimer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ConnectError+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Envelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Headers+GRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Trailers+gRPC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ProtocolClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[453/649] Compiling Connect URLSessionHTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect JSONCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ProtoCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect GzipCompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Cancelable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Code.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect CompressionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling Connect ConnectError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/649] Compiling t_x509a.cc
[462/649] Compiling t_x509.cc
[463/649] Compiling t_req.cc
[464/649] Compiling t_crl.cc
[465/649] Compiling i2d_pr.cc
[466/649] Compiling rsa_pss.cc
[467/649] Compiling name_print.cc
[468/649] Compiling policy.cc
[469/649] Compiling by_dir.cc
[470/649] Compiling by_file.cc
[471/649] Compiling trust_token.cc
[472/649] Compiling algorithm.cc
[473/649] Compiling asn1_gen.cc
[474/649] Compiling voprf.cc
[475/649] Compiling a_verify.cc
[476/649] Compiling a_digest.cc
[477/649] Compiling a_sign.cc
[478/649] Compiling thread_win.cc
[479/649] Compiling thread_pthread.cc
[480/649] Compiling thread.cc
[481/649] Compiling pmbtoken.cc
[482/649] Compiling thread_none.cc
[483/649] Compiling stack.cc
[484/649] Compiling sha512.cc
[485/649] Compiling siphash.cc
[486/649] Compiling spake2plus.cc
[487/649] Compiling sha256.cc
[488/649] Compiling rsa_extra.cc
[489/649] Compiling sha1.cc
[490/649] Compiling slhdsa.cc
[491/649] Compiling rsa_print.cc
[492/649] Compiling rc4.cc
[493/649] Compiling rsa_crypt.cc
[494/649] Compiling refcount.cc
[495/649] Compiling windows.cc
[496/649] Compiling urandom.cc
[497/649] Compiling rand.cc
[498/649] Compiling trusty.cc
[499/649] Compiling rsa_asn1.cc
[500/649] Compiling fork_detect.cc
[501/649] Compiling ios.cc
[502/649] Compiling passive.cc
[503/649] Compiling poly1305_arm_asm.S
[504/649] Compiling getentropy.cc
[505/649] Compiling pkcs8_x509.cc
[505/649] Compiling poly1305_arm.cc
[505/649] Compiling poly1305.cc
[505/649] Compiling poly1305_vec.cc
[505/649] Compiling pool.cc
[505/649] Compiling deterministic.cc
[505/649] Compiling forkunsafe.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Benchmark/editing-trace.json
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/148] Compiling poly1305_vec.cc
[4/148] Compiling poly1305.cc
[4/148] Compiling deterministic.cc
[6/148] Compiling poly1305_arm.cc
[7/148] Compiling forkunsafe.cc
[8/148] Write swift-version-24593BA9C3E375BF.txt
[9/148] Compiling pool.cc
[10/148] Compiling pkcs8.cc
[11/152] Compiling pkcs8_x509.cc
[12/154] Compiling p5_pbev2.cc
[13/154] Compiling pkcs7_x509.cc
[14/154] Compiling pem_x509.cc
[15/154] Compiling pkcs7.cc
[17/154] Compiling _NIODataStructures PriorityQueue.swift
[18/154] Compiling _NIODataStructures Heap.swift
[19/260] Compiling _NIODataStructures _TinyArray.swift
[20/260] Compiling Logging MetadataProvider.swift
[21/260] Compiling _NIOBase64 Base64.swift
[22/260] Emitting module _NIODataStructures
[23/261] Emitting module _NIOBase64
[23/262] Compiling pem_xaux.cc
[27/262] Emitting module Semaphore
[28/262] Compiling Semaphore AsyncSemaphore.swift
[29/263] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/264] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/264] Compiling InternalCollectionsUtilities Debugging.swift
[32/264] Compiling InternalCollectionsUtilities Descriptions.swift
[33/264] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/264] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/264] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[37/264] Compiling InternalCollectionsUtilities UInt+reversed.swift
[38/264] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/264] Compiling InternalCollectionsUtilities Integer rank.swift
[40/264] Emitting module InternalCollectionsUtilities
[41/264] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/264] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/264] Compiling pem_pkey.cc
[44/264] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[45/264] Compiling InternalCollectionsUtilities _SortedCollection.swift
[46/265] Compiling pem_pk8.cc
[48/265] Compiling Logging LogHandler.swift
[49/265] Emitting module Logging
[50/265] Compiling Logging Locks.swift
[51/265] Compiling Logging Logging.swift
[52/281] Compiling pem_info.cc
[53/281] Compiling pem_lib.cc
[55/281] Compiling DequeModule _DequeBuffer.swift
[56/281] Compiling DequeModule _DequeBufferHeader.swift
[57/283] Compiling DequeModule Deque+CustomReflectable.swift
[58/283] Compiling DequeModule Deque+Descriptions.swift
[59/283] Compiling DequeModule Deque+Equatable.swift
[60/283] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/283] Compiling mldsa.cc
[62/283] Compiling DequeModule Deque+Extras.swift
[63/283] Compiling DequeModule Deque+Hashable.swift
[63/283] Compiling pem_oth.cc
[64/283] Compiling pem_all.cc
[66/283] Compiling DequeModule _DequeSlot.swift
[67/283] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/283] Compiling mem.cc
[68/283] Compiling mlkem.cc
[69/283] Compiling obj_xref.cc
[71/283] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[72/283] Compiling SwiftProtobuf Message+FieldMask.swift
[73/283] Compiling SwiftProtobuf Message+JSONAdditions.swift
[74/283] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[75/283] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[76/283] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[77/283] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[78/283] Compiling SwiftProtobuf Message.swift
[79/283] Compiling SwiftProtobuf MessageExtension.swift
[80/283] Compiling SwiftProtobuf NameMap.swift
[81/283] Compiling SwiftProtobuf PathDecoder.swift
[82/283] Compiling SwiftProtobuf PathVisitor.swift
[83/294] Compiling DequeModule Deque+Testing.swift
[84/294] Compiling DequeModule Deque._Storage.swift
[85/294] Compiling DequeModule Deque._UnsafeHandle.swift
[86/294] Compiling DequeModule Deque.swift
[91/294] Compiling SwiftProtobuf DoubleParser.swift
[92/294] Compiling SwiftProtobuf Enum.swift
[93/294] Compiling SwiftProtobuf ExtensibleMessage.swift
[94/294] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[95/294] Compiling SwiftProtobuf ExtensionFields.swift
[96/294] Compiling SwiftProtobuf ExtensionMap.swift
[97/294] Compiling SwiftProtobuf FieldTag.swift
[98/294] Compiling SwiftProtobuf FieldTypes.swift
[98/294] Compiling md4.cc
[99/294] Compiling poly_rq_mul.S
[100/294] Compiling obj.cc
[101/294] Compiling lhash.cc
[102/294] Compiling fips_shared_support.cc
[104/294] Compiling DequeModule Deque+Codable.swift
[105/294] Compiling DequeModule Deque+Collection.swift
[105/294] Compiling md5.cc
[107/294] Emitting module DequeModule
[109/295] Emitting module SwiftProtobuf
[109/295] Compiling kyber.cc
[110/295] Compiling hrss.cc
[111/295] Compiling ex_data.cc
[112/295] Compiling sign.cc
[113/295] Compiling scrypt.cc
[114/295] Compiling print.cc
[115/295] Compiling hpke.cc
[117/295] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[118/295] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[119/295] Compiling SwiftProtobuf TextFormatScanner.swift
[120/295] Compiling SwiftProtobuf TimeUtils.swift
[121/295] Compiling SwiftProtobuf UnknownStorage.swift
[122/295] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[123/295] Compiling SwiftProtobuf Varint.swift
[124/295] Compiling SwiftProtobuf Version.swift
[125/295] Compiling SwiftProtobuf Visitor.swift
[126/295] Compiling SwiftProtobuf WireFormat.swift
[127/295] Compiling SwiftProtobuf ZigZag.swift
[128/295] Compiling SwiftProtobuf any.pb.swift
[129/295] Compiling SwiftProtobuf ProtoNameProviding.swift
[130/295] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[131/295] Compiling SwiftProtobuf ProtobufMap.swift
[132/295] Compiling SwiftProtobuf SelectiveVisitor.swift
[133/295] Compiling SwiftProtobuf SimpleExtensionMap.swift
[134/295] Compiling SwiftProtobuf StringUtils.swift
[135/295] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[136/295] Compiling SwiftProtobuf SwiftProtobufError.swift
[137/295] Compiling SwiftProtobuf TextFormatDecoder.swift
[138/295] Compiling SwiftProtobuf TextFormatDecodingError.swift
[139/295] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[140/295] Compiling SwiftProtobuf TextFormatEncoder.swift
[140/295] Compiling pbkdf.cc
[141/295] Compiling p_x25519.cc
[143/295] Compiling SwiftProtobuf JSONDecoder.swift
[144/295] Compiling SwiftProtobuf JSONDecodingError.swift
[145/295] Compiling SwiftProtobuf JSONDecodingOptions.swift
[146/295] Compiling SwiftProtobuf JSONEncoder.swift
[147/295] Compiling SwiftProtobuf JSONEncodingError.swift
[148/295] Compiling SwiftProtobuf JSONEncodingOptions.swift
[149/295] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[150/295] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[151/295] Compiling SwiftProtobuf JSONScanner.swift
[152/295] Compiling SwiftProtobuf MathUtils.swift
[153/295] Compiling SwiftProtobuf Message+AnyAdditions.swift
[154/295] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[155/295] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[156/295] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[157/295] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[158/295] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[159/295] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[160/295] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[161/295] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[162/295] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[163/295] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[164/295] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[165/295] Compiling SwiftProtobuf HashVisitor.swift
[166/295] Compiling SwiftProtobuf Internal.swift
[166/295] Compiling p_x25519_asn1.cc
[167/295] Compiling p_hkdf.cc
[168/295] Compiling p_ed25519_asn1.cc
[169/295] Compiling p_ed25519.cc
[170/295] Compiling p_rsa_asn1.cc
[171/295] Compiling p_rsa.cc
[184/295] Compiling p_ec.cc
[185/295] Compiling p_dh_asn1.cc
[186/295] Compiling p_dh.cc
[187/295] Compiling p_ec_asn1.cc
[188/295] Compiling evp_ctx.cc
[189/295] Compiling p_dsa_asn1.cc
[190/295] Compiling err.cc
[191/295] Compiling engine.cc
[192/295] Compiling evp.cc
[193/295] Compiling ecdh.cc
[194/295] Compiling evp_asn1.cc
[195/295] Compiling bcm.cc
[196/295] Compiling hash_to_curve.cc
[197/295] Compiling ecdsa_asn1.cc
[198/295] Compiling ec_derive.cc
[199/295] Compiling dsa.cc
[200/295] Compiling ec_asn1.cc
[201/295] Compiling params.cc
[202/295] Compiling dsa_asn1.cc
[203/295] Compiling x25519-asm-arm.S
[204/295] Compiling dh_asn1.cc
[205/295] Compiling digest_extra.cc
[207/295] Compiling SwiftProtobuf api.pb.swift
[208/295] Compiling SwiftProtobuf descriptor.pb.swift
[209/295] Compiling SwiftProtobuf duration.pb.swift
[210/295] Compiling SwiftProtobuf empty.pb.swift
[211/295] Compiling SwiftProtobuf field_mask.pb.swift
[212/295] Compiling SwiftProtobuf source_context.pb.swift
[213/295] Compiling SwiftProtobuf struct.pb.swift
[214/295] Compiling SwiftProtobuf timestamp.pb.swift
[215/295] Compiling SwiftProtobuf type.pb.swift
[216/295] Compiling SwiftProtobuf wrappers.pb.swift
[217/295] Compiling SwiftProtobuf resource_bundle_accessor.swift
[217/296] Compiling des.cc
[219/296] Compiling curve25519_64_adx.cc
[220/296] Compiling crypto.cc
[221/296] Compiling cpu_arm_linux.cc
[222/296] Compiling curve25519.cc
[223/296] Compiling spake25519.cc
[224/296] Compiling cpu_arm_freebsd.cc
[225/296] Compiling cpu_aarch64_win.cc
[226/296] Compiling cpu_intel.cc
[227/349] Compiling cpu_aarch64_sysreg.cc
[229/349] Compiling Connect HTTPClientInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[230/349] Compiling Connect HTTPMethod.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[231/349] Compiling Connect HTTPMetrics.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[232/349] Compiling Connect HTTPRequest.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[233/349] Compiling Connect HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/349] Compiling Connect HeaderConstants.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/349] Compiling Connect Headers.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[240/356] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ProtobufMessage.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ProtocolClientConfig.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ProtocolClientInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ResponseMessage.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect BidirectionalAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ClientOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ServerOnlyAsyncStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect BidirectionalStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ClientOnlyStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect RequestCallbacks.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ResponseCallbacks.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ServerOnlyStreamInterface.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect StreamResult.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect Trailers.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ProtoCodec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect GzipCompressionPool.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect Code.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect Codec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect CompressionPool.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ConnectError.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling cpu_aarch64_fuchsia.cc
[264/356] Compiling cpu_aarch64_linux.cc
[265/356] Compiling cpu_aarch64_openbsd.cc
[266/356] Compiling conf.cc
[267/356] Compiling cpu_aarch64_apple.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[269/356] Emitting module Connect
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[270/356] Compiling Connect status.pb.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[271/356] Compiling Connect ConnectInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[272/356] Compiling Connect GRPCWebInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[273/356] Compiling Connect InterceptorChain.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect BidirectionalAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect BidirectionalStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ClientOnlyAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling Connect ClientOnlyStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no 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/356] Compiling tls_cbc.cc
[278/356] Compiling get_cipher.cc
[279/356] Compiling e_tls.cc
[280/356] Compiling e_rc4.cc
[281/356] Compiling e_des.cc
[282/356] Compiling e_null.cc
[284/356] Compiling Connect ClientOnlyStreamValidation.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[285/356] Compiling Connect ConnectEndStreamResponse.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[286/356] Compiling Connect ServerOnlyAsyncStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[287/356] Compiling Connect ServerOnlyStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[288/356] Compiling Connect URLSessionStream.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[289/356] Compiling Connect UnaryAsyncWrapper.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[290/356] Compiling Connect Lock.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[291/356] Compiling Connect Locked.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[292/356] Compiling Connect TimeoutTimer.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[293/356] Compiling Connect ConnectError+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[294/356] Compiling Connect Envelope.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[295/356] Compiling Connect Headers+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[296/356] Compiling Connect Trailers+gRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[297/356] Compiling Connect ProtocolClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[298/356] Compiling Connect URLSessionHTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[299/356] Compiling Connect JSONCodec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
   |        `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[299/356] Compiling unicode.cc
[299/356] Compiling e_rc2.cc
[299/356] Compiling e_chacha20poly1305.cc
[299/356] Compiling chacha.cc
[299/356] Compiling derive_key.cc
[299/356] Compiling e_aesctrhmac.cc
[299/356] Compiling e_aesgcmsiv.cc
BUILD FAILURE 6.1 android