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 0.6.15 (14c906), with Swift 6.1 for Linux on 11 Sep 2025 09:25:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: 0.6.15
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
 * tag               0.6.15     -> FETCH_HEAD
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 0.6.15
========================================
Build
========================================
Selected platform:         linux
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-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
Fetching https://github.com/apple/swift-docc-plugin
[3/293] Fetching semaphore
[294/8957] Fetching semaphore, connect-swift
Fetched https://github.com/groue/Semaphore.git from cache (0.33s)
[2340/8664] Fetching connect-swift
[2774/10758] Fetching connect-swift, swift-docc-plugin
[3635/14661] Fetching connect-swift, swift-docc-plugin, swift-log
Fetched https://github.com/connectrpc/connect-swift from cache (0.74s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.75s)
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3508] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (1.69s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.95s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (1.20s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11661] Fetching swift-nio-http2
[2567/26736] Fetching swift-nio-http2, swift-nio-ssl
[4842/104798] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[20869/144969] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.23s)
[55070/133308] Fetching swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (12.98s)
Fetched https://github.com/apple/swift-nio.git from cache (13.09s)
Fetched https://github.com/apple/swift-protobuf.git from cache (13.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (14.62s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.83s)
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.76s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.02s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[3655/22390] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
[4015/17453] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.98s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-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
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1369/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 (1.95s)
[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
[14/441] Copying PrivacyInfo.xcprivacy
[14/441] Write sources
[26/441] Compiling CNIOWindows WSAStartup.c
[27/441] Compiling CNIOWindows shim.c
[28/441] Compiling CNIOWASI CNIOWASI.c
[29/441] Compiling CNIOLinux liburing_shims.c
[30/441] Compiling CNIOPosix event_loop_id.c
[31/441] Compiling CNIOLLHTTP c_nio_http.c
[32/441] Compiling CNIODarwin shim.c
[33/441] Compiling fiat_p256_adx_sqr.S
[34/441] Compiling fiat_p256_adx_mul.S
[35/441] Compiling CNIOLinux shim.c
[36/441] Compiling CNIOLLHTTP c_nio_api.c
[37/441] Compiling fiat_curve25519_adx_square.S
[38/441] Compiling fiat_curve25519_adx_mul.S
[39/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/441] Compiling _AtomicsShims.c
[41/441] Write swift-version-24593BA9C3E375BF.txt
[42/441] Compiling CNIOBoringSSLShims shims.c
[43/445] Compiling tls_method.cc
[44/445] Compiling t1_enc.cc
[45/445] Compiling tls_record.cc
[46/445] Compiling tls13_both.cc
[47/445] Compiling tls13_enc.cc
[48/449] Compiling tls13_client.cc
[48/449] Compiling tls13_server.cc
[50/553] Compiling ssl_versions.cc
[52/553] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/553] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/553] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/553] Compiling InternalCollectionsUtilities Debugging.swift
[56/553] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/553] Compiling InternalCollectionsUtilities Descriptions.swift
[58/553] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/554] Compiling _NIOBase64 Base64.swift
[60/554] Emitting module _NIOBase64
[61/554] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/554] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/554] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/554] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/555] Emitting module InternalCollectionsUtilities
[66/555] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/555] Compiling InternalCollectionsUtilities Integer rank.swift
[68/555] Compiling _NIODataStructures PriorityQueue.swift
[69/555] Compiling _NIODataStructures _TinyArray.swift
[71/555] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/556] Compiling ssl_x509.cc
[74/556] Compiling Logging MetadataProvider.swift
[75/556] Emitting module Logging
[76/556] Compiling Logging Locks.swift
[77/556] Compiling _NIODataStructures Heap.swift
[78/556] Emitting module _NIODataStructures
[79/557] Compiling Logging LogHandler.swift
[80/557] Compiling Logging Logging.swift
[82/558] Compiling ssl_transcript.cc
[84/571] Compiling Semaphore AsyncSemaphore.swift
[85/571] Emitting module Semaphore
[87/574] Compiling DequeModule Deque+CustomReflectable.swift
[88/574] Compiling DequeModule Deque+Descriptions.swift
[89/574] Compiling DequeModule Deque+Equatable.swift
[90/574] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/576] Compiling DequeModule _DequeBuffer.swift
[92/576] Compiling DequeModule _DequeBufferHeader.swift
[93/576] Compiling DequeModule Deque+Extras.swift
[94/576] Compiling DequeModule Deque+Hashable.swift
[94/576] Compiling ssl_stat.cc
[95/576] Compiling ssl_session.cc
[97/576] Compiling DequeModule _DequeSlot.swift
[98/576] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/576] Compiling DequeModule Deque+Codable.swift
[100/576] Compiling DequeModule Deque+Collection.swift
[100/576] Compiling ssl_privkey.cc
[102/576] Compiling DequeModule Deque+Testing.swift
[103/576] Compiling DequeModule Deque._Storage.swift
[104/576] Compiling DequeModule Deque._UnsafeHandle.swift
[105/576] Compiling DequeModule Deque.swift
[106/576] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[107/576] Compiling SwiftProtobuf Message+FieldMask.swift
[108/576] Compiling SwiftProtobuf Message+JSONAdditions.swift
[109/576] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[110/576] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[111/576] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[112/576] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[113/576] Compiling SwiftProtobuf Message.swift
[114/576] Compiling SwiftProtobuf MessageExtension.swift
[115/576] Compiling SwiftProtobuf NameMap.swift
[116/576] Compiling SwiftProtobuf PathDecoder.swift
[117/576] Compiling SwiftProtobuf PathVisitor.swift
[118/576] Compiling SwiftProtobuf ProtoNameProviding.swift
[119/576] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[120/576] Compiling SwiftProtobuf ProtobufMap.swift
[121/576] Compiling SwiftProtobuf SelectiveVisitor.swift
[122/576] Compiling SwiftProtobuf SimpleExtensionMap.swift
[123/576] Compiling SwiftProtobuf StringUtils.swift
[124/576] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[125/576] Compiling SwiftProtobuf SwiftProtobufError.swift
[126/576] Compiling SwiftProtobuf TextFormatDecoder.swift
[127/576] Compiling SwiftProtobuf TextFormatDecodingError.swift
[128/576] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[129/576] Compiling SwiftProtobuf TextFormatEncoder.swift
[130/587] Emitting module DequeModule
[131/588] Compiling ssl_key_share.cc
[132/588] Compiling ssl_file.cc
[133/588] Compiling ssl_lib.cc
[134/588] Compiling ssl_credential.cc
[136/588] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[137/588] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[138/588] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[139/588] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[140/588] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[141/588] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[142/588] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[143/588] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[144/588] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[145/588] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[146/588] Compiling SwiftProtobuf HashVisitor.swift
[147/588] Compiling SwiftProtobuf Internal.swift
[160/588] Compiling SwiftProtobuf JSONDecoder.swift
[161/588] Compiling SwiftProtobuf JSONDecodingError.swift
[162/588] Compiling SwiftProtobuf JSONDecodingOptions.swift
[163/588] Compiling SwiftProtobuf JSONEncoder.swift
[164/588] Compiling SwiftProtobuf JSONEncodingError.swift
[165/588] Compiling SwiftProtobuf JSONEncodingOptions.swift
[166/588] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[167/588] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[168/588] Compiling SwiftProtobuf JSONScanner.swift
[169/588] Compiling SwiftProtobuf MathUtils.swift
[170/588] Compiling SwiftProtobuf Message+AnyAdditions.swift
[171/588] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[171/588] Compiling ssl_cipher.cc
[172/588] Compiling ssl_cert.cc
[174/588] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[175/588] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[176/588] Compiling SwiftProtobuf TextFormatScanner.swift
[177/588] Compiling SwiftProtobuf TimeUtils.swift
[178/588] Compiling SwiftProtobuf UnknownStorage.swift
[179/588] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[180/588] Compiling SwiftProtobuf Varint.swift
[181/588] Compiling SwiftProtobuf Version.swift
[182/588] Compiling SwiftProtobuf Visitor.swift
[183/588] Compiling SwiftProtobuf WireFormat.swift
[184/588] Compiling SwiftProtobuf ZigZag.swift
[185/588] Compiling SwiftProtobuf any.pb.swift
[185/588] Compiling s3_pkt.cc
[186/588] Compiling ssl_buffer.cc
[187/588] Compiling ssl_aead_ctx.cc
[188/588] Compiling s3_lib.cc
[190/588] Emitting module SwiftProtobuf
[195/588] Compiling SwiftProtobuf BinaryDecodingError.swift
[196/588] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[197/588] Compiling SwiftProtobuf BinaryDelimited.swift
[198/588] Compiling SwiftProtobuf BinaryEncoder.swift
[199/588] Compiling SwiftProtobuf BinaryEncodingError.swift
[200/588] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[201/588] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[202/588] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[202/588] Compiling ssl_asn1.cc
[203/588] Compiling s3_both.cc
[204/588] Compiling handshake_server.cc
[205/588] Compiling handshake.cc
[206/588] Compiling handoff.cc
[207/588] Compiling handshake_client.cc
[208/588] Compiling extensions.cc
[209/588] Compiling encrypted_client_hello.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 dtls_method.cc
[216/588] Compiling chacha20_poly1305_x86_64-linux.S
[217/588] Compiling chacha20_poly1305_x86_64-apple.S
[218/588] Compiling bio_ssl.cc
[219/588] Compiling err_data.cc
[220/588] Compiling chacha20_poly1305_armv8-linux.S
[221/588] Compiling chacha20_poly1305_armv8-win.S
[222/588] Compiling chacha20_poly1305_armv8-apple.S
[223/588] Compiling d1_pkt.cc
[224/588] Compiling chacha-x86_64-linux.S
[225/588] Compiling chacha-x86_64-apple.S
[226/588] Compiling chacha-x86-linux.S
[227/588] Compiling chacha-x86-apple.S
[228/588] Compiling chacha-armv8-linux.S
[229/588] Compiling chacha-armv8-win.S
[230/588] Compiling chacha-armv8-apple.S
[231/588] Compiling d1_srtp.cc
[232/588] Compiling chacha-armv4-linux.S
[233/588] Compiling aes128gcmsiv-x86_64-apple.S
[234/588] Compiling aes128gcmsiv-x86_64-linux.S
[235/588] Compiling x86_64-mont5-linux.S
[236/588] Compiling x86_64-mont5-apple.S
[237/588] Compiling x86_64-mont-linux.S
[238/588] Compiling x86_64-mont-apple.S
[239/588] Compiling x86-mont-apple.S
[239/588] Compiling x86-mont-linux.S
[241/588] Compiling vpaes-x86_64-linux.S
[242/588] Compiling vpaes-x86-linux.S
[243/588] Compiling vpaes-x86_64-apple.S
[244/588] Compiling vpaes-x86-apple.S
[245/588] Compiling vpaes-armv8-win.S
[246/588] Compiling vpaes-armv8-linux.S
[247/588] Compiling vpaes-armv8-apple.S
[248/588] Compiling vpaes-armv7-linux.S
[249/588] Compiling sha512-armv8-win.S
[250/588] Compiling sha512-x86_64-apple.S
[251/588] Compiling sha512-x86_64-linux.S
[252/588] Compiling sha512-armv8-linux.S
[253/588] Compiling sha512-armv8-apple.S
[254/588] Compiling sha512-armv4-linux.S
[255/588] Compiling sha512-586-linux.S
[256/588] Compiling d1_lib.cc
[257/588] Compiling sha512-586-apple.S
[258/588] Compiling sha256-x86_64-apple.S
[259/588] Compiling sha256-x86_64-linux.S
[260/588] Compiling sha256-armv8-linux.S
[261/588] Compiling sha256-armv8-win.S
[262/588] Compiling sha256-armv8-apple.S
[263/588] Compiling sha256-armv4-linux.S
[264/588] Compiling sha256-586-linux.S
[265/588] Compiling sha256-586-apple.S
[266/588] Compiling sha1-x86_64-apple.S
[267/588] Compiling sha1-armv8-win.S
[268/588] Compiling sha1-armv8-linux.S
[269/588] Compiling sha1-armv8-apple.S
[270/588] Compiling sha1-x86_64-linux.S
[271/588] Compiling sha1-armv4-large-linux.S
[272/588] Compiling sha1-586-apple.S
[273/588] Compiling sha1-586-linux.S
[274/588] Compiling rdrand-x86_64-linux.S
[275/588] Compiling rsaz-avx2-apple.S
[276/588] Compiling d1_both.cc
[277/588] Compiling rsaz-avx2-linux.S
[278/588] Compiling rdrand-x86_64-apple.S
[279/588] Compiling p256_beeu-x86_64-asm-apple.S
[280/588] Compiling p256_beeu-armv8-asm-win.S
[281/588] Compiling p256_beeu-x86_64-asm-linux.S
[282/588] Compiling p256_beeu-armv8-asm-apple.S
[283/588] Compiling p256_beeu-armv8-asm-linux.S
[284/588] Compiling p256-x86_64-asm-apple.S
[285/588] Compiling p256-x86_64-asm-linux.S
[286/588] Compiling p256-armv8-asm-win.S
[287/588] Compiling p256-armv8-asm-linux.S
[288/588] Compiling p256-armv8-asm-apple.S
[289/588] Compiling ghashv8-armv8-linux.S
[290/588] Compiling ghashv8-armv8-win.S
[291/588] Compiling ghashv8-armv8-apple.S
[292/588] Compiling ghashv8-armv7-linux.S
[293/588] Compiling ghash-x86_64-linux.S
[294/588] Compiling ghash-x86_64-apple.S
[295/588] Compiling ghash-x86-linux.S
[296/588] Compiling ghash-x86-apple.S
[297/588] Compiling ghash-ssse3-x86_64-linux.S
[298/588] Compiling ghash-ssse3-x86_64-apple.S
[299/588] Compiling ghash-ssse3-x86-linux.S
[300/588] Compiling ghash-ssse3-x86-apple.S
[301/588] Compiling ghash-neon-armv8-linux.S
[302/588] Compiling ghash-neon-armv8-win.S
[303/588] Compiling ghash-armv4-linux.S
[304/588] Compiling ghash-neon-armv8-apple.S
[305/588] Compiling co-586-linux.S
[306/588] Compiling bsaes-armv7-linux.S
[307/588] Compiling bn-armv8-win.S
[308/588] Compiling bn-armv8-linux.S
[309/588] Compiling co-586-apple.S
[310/588] Compiling bn-586-linux.S
[311/588] Compiling bn-armv8-apple.S
[312/588] Compiling bn-586-apple.S
[313/588] Compiling armv8-mont-apple.S
[314/588] Compiling armv4-mont-linux.S
[315/588] Compiling armv8-mont-win.S
[315/588] Compiling armv8-mont-linux.S
[317/588] Compiling aesv8-gcm-armv8-win.S
[318/588] Compiling aesv8-gcm-armv8-linux.S
[319/588] Compiling aesv8-gcm-armv8-apple.S
[320/588] Compiling aesv8-armv8-linux.S
[321/588] Compiling aesv8-armv8-win.S
[322/588] Compiling aesv8-armv8-apple.S
[323/588] Compiling aesv8-armv7-linux.S
[324/588] Compiling aesni-x86_64-linux.S
[325/588] Compiling aesni-x86_64-apple.S
[326/588] Compiling aesni-x86-linux.S
[327/588] Compiling aesni-x86-apple.S
[328/588] Compiling aesni-gcm-x86_64-linux.S
[329/588] Compiling aes-gcm-avx2-x86_64-linux.S
[330/588] Compiling aesni-gcm-x86_64-apple.S
[331/588] Compiling aes-gcm-avx2-x86_64-apple.S
[332/588] Compiling aes-gcm-avx10-x86_64-linux.S
[333/588] Compiling aes-gcm-avx10-x86_64-apple.S
[334/588] Compiling x_x509a.cc
[335/588] Compiling x_x509.cc
[336/588] Compiling x_sig.cc
[337/588] Compiling x_spki.cc
[338/588] Compiling x_req.cc
[339/588] Compiling x_val.cc
[340/588] Compiling x_pubkey.cc
[341/588] Compiling x_exten.cc
[342/588] Compiling x_all.cc
[343/588] Compiling x_crl.cc
[344/588] Compiling x_algor.cc
[345/588] Compiling x_name.cc
[346/588] Compiling x509spki.cc
[347/588] Compiling x_attrib.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_vpm.cc
[353/588] Compiling x509_v3.cc
[354/588] Compiling x509_vfy.cc
[355/588] Compiling x509_trs.cc
[357/588] Compiling SwiftProtobuf api.pb.swift
[358/588] Compiling SwiftProtobuf descriptor.pb.swift
[359/588] Compiling SwiftProtobuf duration.pb.swift
[360/588] Compiling SwiftProtobuf empty.pb.swift
[361/588] Compiling SwiftProtobuf field_mask.pb.swift
[362/588] Compiling SwiftProtobuf source_context.pb.swift
[363/588] Compiling SwiftProtobuf struct.pb.swift
[364/588] Compiling SwiftProtobuf timestamp.pb.swift
[365/588] Compiling SwiftProtobuf type.pb.swift
[366/588] Compiling SwiftProtobuf wrappers.pb.swift
[367/588] Compiling SwiftProtobuf resource_bundle_accessor.swift
[367/588] Compiling x509_set.cc
[368/589] Compiling x509_req.cc
[369/589] Compiling x509_lu.cc
[371/589] Compiling x509_ext.cc
[372/589] Compiling x509_obj.cc
[373/589] Compiling x509_def.cc
[374/621] Compiling x509_d2.cc
[375/642] Compiling x509_cmp.cc
[376/642] Compiling x509_att.cc
[377/642] Compiling x509.cc
[378/642] Compiling v3_utl.cc
[379/642] Compiling v3_skey.cc
[380/642] Compiling v3_purp.cc
[381/642] Compiling v3_prn.cc
[382/642] Compiling v3_ocsp.cc
[383/642] Compiling v3_pmaps.cc
[384/642] Compiling v3_pcons.cc
[385/642] Compiling v3_ncons.cc
[386/642] Compiling v3_lib.cc
[387/642] Compiling v3_int.cc
[388/642] Compiling v3_ia5.cc
[389/642] Compiling v3_info.cc
[390/642] Compiling v3_genn.cc
[391/642] Compiling v3_extku.cc
[392/642] Compiling v3_enum.cc
[393/642] Compiling v3_crld.cc
[394/642] Compiling v3_conf.cc
[396/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 |
[397/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 |
[398/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 |
[399/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 |
[400/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 |
[401/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 |
[402/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 |
[402/642] Compiling v3_cpols.cc
[404/649] 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 |
[405/649] 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 |
[406/649] 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 |
[407/649] 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 |
[408/649] 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 |
[409/649] 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 |
[410/649] 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 |
[411/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 |
[412/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 |
[413/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 |
[414/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 |
[415/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 |
[416/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 |
[417/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 |
[417/649] Compiling v3_akeya.cc
[418/649] Compiling v3_bitst.cc
[420/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 |
[421/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 |
[422/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 |
[423/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 |
[424/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 |
[425/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 |
[426/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 |
[426/649] Compiling v3_bcons.cc
[428/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 |
[429/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 |
[430/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 |
[431/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 |
[432/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 |
[433/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 |
[434/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 |
[434/649] Compiling v3_alt.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[436/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 |
[436/649] Compiling v3_akey.cc
[437/649] Compiling t_crl.cc
[438/649] Compiling t_x509a.cc
[439/649] Compiling t_x509.cc
[440/649] Compiling t_req.cc
[442/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 |
[443/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 |
[444/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 |
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[452/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 |
[453/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 |
[454/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 |
[455/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 |
[456/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 |
[457/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 |
[458/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 |
[459/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 |
[460/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 |
[461/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 |
[462/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 |
[463/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 |
[464/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 |
[465/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 |
[465/649] Compiling rsa_pss.cc
[465/649] Compiling asn1_gen.cc
[465/649] Compiling name_print.cc
[465/649] Compiling policy.cc
[465/649] Compiling i2d_pr.cc
[465/649] Compiling by_file.cc
[465/649] Compiling by_dir.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/188] Compiling i2d_pr.cc
[4/188] Write swift-version-24593BA9C3E375BF.txt
[5/188] Compiling name_print.cc
[6/188] Compiling rsa_pss.cc
[7/188] Compiling by_dir.cc
[8/188] Compiling by_file.cc
[9/188] Compiling asn1_gen.cc
[10/189] Compiling algorithm.cc
[11/193] Compiling policy.cc
[13/300] Compiling Logging MetadataProvider.swift
[14/300] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/300] Compiling InternalCollectionsUtilities Debugging.swift
[16/301] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/301] Compiling InternalCollectionsUtilities Descriptions.swift
[18/301] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/301] Emitting module Semaphore
[20/301] Compiling Semaphore AsyncSemaphore.swift
[21/302] Compiling Logging Locks.swift
[22/302] Emitting module Logging
[22/302] Compiling a_verify.cc
[24/302] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/302] Compiling _NIODataStructures PriorityQueue.swift
[26/302] Compiling _NIODataStructures _TinyArray.swift
[27/302] Compiling _NIODataStructures Heap.swift
[28/302] Emitting module _NIODataStructures
[30/303] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[31/303] Compiling InternalCollectionsUtilities Integer rank.swift
[32/303] Emitting module _NIOBase64
[33/303] Compiling _NIOBase64 Base64.swift
[36/304] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/304] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/304] Emitting module InternalCollectionsUtilities
[39/304] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[40/304] Compiling InternalCollectionsUtilities UInt+reversed.swift
[41/304] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[42/304] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/305] Compiling a_sign.cc
[45/305] Compiling Logging LogHandler.swift
[46/305] Compiling Logging Logging.swift
[46/306] Compiling pmbtoken.cc
[48/307] Compiling thread_pthread.cc
[49/313] Compiling a_digest.cc
[50/313] Compiling thread_win.cc
[51/313] Compiling voprf.cc
[52/319] Compiling trust_token.cc
[54/321] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[55/321] Compiling SwiftProtobuf Message+FieldMask.swift
[56/321] Compiling SwiftProtobuf Message+JSONAdditions.swift
[57/321] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[58/321] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[59/321] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[60/321] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[61/321] Compiling SwiftProtobuf Message.swift
[62/321] Compiling SwiftProtobuf MessageExtension.swift
[63/321] Compiling SwiftProtobuf NameMap.swift
[64/321] Compiling SwiftProtobuf PathDecoder.swift
[65/321] Compiling SwiftProtobuf PathVisitor.swift
[66/332] Compiling DequeModule _DequeBuffer.swift
[67/332] Compiling DequeModule _DequeBufferHeader.swift
[68/334] Compiling DequeModule Deque+CustomReflectable.swift
[69/334] Compiling DequeModule Deque+Descriptions.swift
[70/334] Compiling DequeModule Deque+Equatable.swift
[71/334] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/334] Compiling thread_none.cc
[72/334] Compiling thread.cc
[74/334] Compiling DequeModule Deque+Extras.swift
[75/334] Compiling DequeModule Deque+Hashable.swift
[75/334] Compiling siphash.cc
[76/334] Compiling stack.cc
[78/334] Compiling DequeModule _DequeSlot.swift
[79/334] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/334] Compiling slhdsa.cc
[80/334] Compiling sha256.cc
[81/334] Compiling sha512.cc
[82/334] Compiling spake2plus.cc
[84/334] Compiling DequeModule Deque+Testing.swift
[85/334] Compiling DequeModule Deque._Storage.swift
[86/334] Compiling DequeModule Deque._UnsafeHandle.swift
[87/334] Compiling DequeModule Deque.swift
[87/334] Compiling sha1.cc
[88/334] Compiling rsa_print.cc
[90/334] Compiling DequeModule Deque+Codable.swift
[91/334] Compiling DequeModule Deque+Collection.swift
[92/334] Emitting module SwiftProtobuf
[92/334] Compiling refcount.cc
[98/334] Compiling SwiftProtobuf DoubleParser.swift
[99/334] Compiling SwiftProtobuf Enum.swift
[100/334] Compiling SwiftProtobuf ExtensibleMessage.swift
[101/334] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[102/334] Compiling SwiftProtobuf ExtensionFields.swift
[103/334] Compiling SwiftProtobuf ExtensionMap.swift
[104/334] Compiling SwiftProtobuf FieldTag.swift
[105/334] Compiling SwiftProtobuf FieldTypes.swift
[106/334] Emitting module DequeModule
[106/335] Compiling rsa_extra.cc
[107/335] Compiling rc4.cc
[108/335] Compiling rsa_crypt.cc
[110/335] Compiling windows.cc
[111/335] Compiling trusty.cc
[112/335] Compiling rsa_asn1.cc
[113/335] Compiling urandom.cc
[114/335] Compiling rand.cc
[115/335] Compiling passive.cc
[116/335] Compiling getentropy.cc
[117/335] Compiling ios.cc
[118/335] Compiling poly1305_arm_asm.S
[119/335] Compiling forkunsafe.cc
[120/335] Compiling deterministic.cc
[121/335] Compiling fork_detect.cc
[123/335] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[124/335] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[125/335] Compiling SwiftProtobuf TextFormatScanner.swift
[126/335] Compiling SwiftProtobuf TimeUtils.swift
[127/335] Compiling SwiftProtobuf UnknownStorage.swift
[128/335] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[129/335] Compiling SwiftProtobuf Varint.swift
[130/335] Compiling SwiftProtobuf Version.swift
[131/335] Compiling SwiftProtobuf Visitor.swift
[132/335] Compiling SwiftProtobuf WireFormat.swift
[133/335] Compiling SwiftProtobuf ZigZag.swift
[134/335] Compiling SwiftProtobuf any.pb.swift
[135/335] Compiling SwiftProtobuf ProtoNameProviding.swift
[136/335] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[137/335] Compiling SwiftProtobuf ProtobufMap.swift
[138/335] Compiling SwiftProtobuf SelectiveVisitor.swift
[139/335] Compiling SwiftProtobuf SimpleExtensionMap.swift
[140/335] Compiling SwiftProtobuf StringUtils.swift
[141/335] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[142/335] Compiling SwiftProtobuf SwiftProtobufError.swift
[143/335] Compiling SwiftProtobuf TextFormatDecoder.swift
[144/335] Compiling SwiftProtobuf TextFormatDecodingError.swift
[145/335] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[146/335] Compiling SwiftProtobuf TextFormatEncoder.swift
[146/335] Compiling pool.cc
[147/335] Compiling poly1305.cc
[148/335] Compiling poly1305_arm.cc
[150/335] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[151/335] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[152/335] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[153/335] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[154/335] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[155/335] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[156/335] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[157/335] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[158/335] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[159/335] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[160/335] Compiling SwiftProtobuf HashVisitor.swift
[161/335] Compiling SwiftProtobuf Internal.swift
[162/335] Compiling SwiftProtobuf JSONDecoder.swift
[163/335] Compiling SwiftProtobuf JSONDecodingError.swift
[164/335] Compiling SwiftProtobuf JSONDecodingOptions.swift
[165/335] Compiling SwiftProtobuf JSONEncoder.swift
[166/335] Compiling SwiftProtobuf JSONEncodingError.swift
[167/335] Compiling SwiftProtobuf JSONEncodingOptions.swift
[168/335] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[169/335] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[170/335] Compiling SwiftProtobuf JSONScanner.swift
[171/335] Compiling SwiftProtobuf MathUtils.swift
[172/335] Compiling SwiftProtobuf Message+AnyAdditions.swift
[173/335] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[173/335] Compiling poly1305_vec.cc
[174/335] Compiling pkcs7.cc
[175/335] Compiling pkcs8_x509.cc
[176/335] Compiling p5_pbev2.cc
[189/335] Compiling pkcs8.cc
[190/335] Compiling pem_xaux.cc
[191/335] Compiling pkcs7_x509.cc
[192/335] Compiling pem_x509.cc
[193/335] Compiling pem_pkey.cc
[194/335] Compiling pem_pk8.cc
[195/335] Compiling pem_oth.cc
[196/335] Compiling obj_xref.cc
[196/335] Compiling pem_info.cc
[198/335] Compiling pem_lib.cc
[199/335] Compiling mlkem.cc
[200/335] Compiling mldsa.cc
[201/335] Compiling pem_all.cc
[202/335] Compiling md5.cc
[203/335] Compiling mem.cc
[204/335] Compiling poly_rq_mul.S
[205/335] Compiling fips_shared_support.cc
[206/335] Compiling md4.cc
[207/335] Compiling lhash.cc
[208/335] Compiling obj.cc
[209/335] Compiling hrss.cc
[210/335] Compiling kyber.cc
[211/335] Compiling sign.cc
[212/335] Compiling ex_data.cc
[213/335] Compiling scrypt.cc
[214/335] Compiling hpke.cc
[215/335] Compiling pbkdf.cc
[216/335] Compiling print.cc
[217/335] Compiling p_x25519.cc
[218/335] Compiling p_x25519_asn1.cc
[219/335] Compiling p_rsa_asn1.cc
[220/335] Compiling p_ed25519.cc
[221/335] Compiling p_rsa.cc
[222/335] Compiling p_hkdf.cc
[223/335] Compiling p_ed25519_asn1.cc
[225/335] Compiling SwiftProtobuf api.pb.swift
[226/335] Compiling SwiftProtobuf descriptor.pb.swift
[227/335] Compiling SwiftProtobuf duration.pb.swift
[228/335] Compiling SwiftProtobuf empty.pb.swift
[229/335] Compiling SwiftProtobuf field_mask.pb.swift
[230/335] Compiling SwiftProtobuf source_context.pb.swift
[231/335] Compiling SwiftProtobuf struct.pb.swift
[232/335] Compiling SwiftProtobuf timestamp.pb.swift
[233/335] Compiling SwiftProtobuf type.pb.swift
[234/335] Compiling SwiftProtobuf wrappers.pb.swift
[235/335] Compiling SwiftProtobuf resource_bundle_accessor.swift
[235/336] Compiling p_ec.cc
[237/336] Compiling p_dh_asn1.cc
[238/336] Compiling p_ec_asn1.cc
[239/336] Compiling p_dh.cc
[240/336] Compiling evp_ctx.cc
[241/336] Compiling p_dsa_asn1.cc
[242/336] Compiling evp.cc
[243/336] Compiling err.cc
[244/336] Compiling engine.cc
[245/389] Compiling ecdh.cc
[246/389] Compiling hash_to_curve.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[248/389] 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 |
[248/396] Compiling ecdsa_asn1.cc
[250/396] 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/396] 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/396] 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/396] 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/396] 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/396] 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/396] 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 |
[256/396] Compiling evp_asn1.cc
[258/396] 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 |
[259/396] 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 |
[260/396] 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 |
[261/396] 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 |
[262/396] 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 |
[263/396] 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 |
[264/396] 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 |
[265/396] 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 |
[266/396] 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 |
[267/396] 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 |
[268/396] 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 |
[269/396] 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 |
[270/396] 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 |
[271/396] 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 |
[272/396] 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 |
[273/396] 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 |
[274/396] 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 |
[275/396] 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 |
[276/396] 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 |
[277/396] 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 |
[278/396] 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 |
[278/396] Compiling ec_derive.cc
[279/396] Compiling dsa_asn1.cc
[280/396] Compiling dsa.cc
[282/396] 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 |
[283/396] 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 |
[284/396] 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 |
[285/396] 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 |
[286/396] 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 |
[287/396] 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 |
[288/396] 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 |
[288/396] Compiling ec_asn1.cc
[289/396] Compiling params.cc
[290/396] Compiling digest_extra.cc
[291/396] Compiling x25519-asm-arm.S
[292/396] Compiling des.cc
[293/396] Compiling dh_asn1.cc
[294/396] Compiling spake25519.cc
[295/396] Compiling crypto.cc
[296/396] Compiling bcm.cc
[297/396] Compiling curve25519.cc
[298/396] Compiling cpu_intel.cc
[299/396] Compiling cpu_arm_linux.cc
[300/396] Compiling cpu_arm_freebsd.cc
[302/396] 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 |
[303/396] 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 |
[304/396] 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 |
[305/396] 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 |
[306/396] 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 |
[307/396] 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 |
[308/396] 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 |
[309/396] 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 |
[310/396] 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 |
[311/396] 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 |
[312/396] 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 |
[313/396] 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 |
[314/396] 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 |
[315/396] 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 |
[316/396] 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 |
[317/396] 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 |
[318/396] 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 |
[319/396] 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 |
[320/396] 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 |
[321/396] 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 |
[322/396] 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 |
[323/396] 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 |
[324/396] 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 |
[325/396] 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 |
[325/396] Compiling cpu_aarch64_win.cc
[326/396] Compiling cpu_aarch64_sysreg.cc
[327/396] Compiling curve25519_64_adx.cc
[328/396] Compiling cpu_aarch64_openbsd.cc
[329/396] Compiling cpu_aarch64_linux.cc
[329/396] Compiling conf.cc
[329/396] Compiling cpu_aarch64_fuchsia.cc
[329/396] Compiling get_cipher.cc
[329/396] Compiling tls_cbc.cc
[329/396] Compiling e_tls.cc
[329/396] Compiling cpu_aarch64_apple.cc
BUILD FAILURE 6.1 linux