The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Yorkie, reference main (14c906), with Swift 6.1 for Linux on 8 Sep 2025 16:00:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/yorkie-team/yorkie-ios-sdk
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 14c9069 Sync #1003 (#218)
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
14c906984c97fa2ad536b2f73d54dc4b7763aa4b
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at main
========================================
Build
========================================
Selected platform:         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-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/connectrpc/connect-swift
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/apple/swift-docc-plugin
[1/293] Fetching semaphore
[294/2387] Fetching semaphore, swift-docc-plugin
[378/11045] Fetching semaphore, swift-docc-plugin, connect-swift
[1976/14948] Fetching semaphore, swift-docc-plugin, connect-swift, swift-log
Fetched https://github.com/groue/Semaphore.git from cache (0.46s)
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.50s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.09s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.51s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/11661] Fetching swift-nio-http2
[4433/26736] Fetching swift-nio-http2, swift-nio-ssl
[10523/104773] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[71999/144919] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (7.68s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.69s)
Fetched https://github.com/apple/swift-protobuf.git from cache (7.76s)
Fetched https://github.com/apple/swift-nio.git from cache (7.76s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (8.33s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.51s)
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.52s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.86s)
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.56s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22347] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
[4353/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.60s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (2.22s)
[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
[23/441] Compiling CNIOWASI CNIOWASI.c
[23/441] Compiling CNIOPosix event_loop_id.c
[23/441] Copying PrivacyInfo.xcprivacy
[25/441] Write sources
[28/441] Compiling CNIOWindows WSAStartup.c
[29/441] Compiling CNIOWindows shim.c
[30/441] Compiling CNIOLinux liburing_shims.c
[31/441] Compiling _AtomicsShims.c
[32/441] Compiling CNIOLLHTTP c_nio_http.c
[33/441] Compiling CNIODarwin shim.c
[34/441] Compiling CNIOLinux shim.c
[35/441] Compiling CNIOLLHTTP c_nio_api.c
[36/441] Compiling fiat_p256_adx_mul.S
[37/441] Compiling fiat_curve25519_adx_square.S
[38/441] Compiling fiat_p256_adx_sqr.S
[38/441] Compiling fiat_curve25519_adx_mul.S
[40/441] Write swift-version-24593BA9C3E375BF.txt
[41/441] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/445] Compiling CNIOBoringSSLShims shims.c
[44/447] Emitting module _NIOBase64
[44/447] Compiling tls_record.cc
[45/447] Compiling tls_method.cc
[46/532] Compiling tls13_enc.cc
[47/539] Compiling tls13_server.cc
[48/544] Compiling tls13_client.cc
[49/553] Compiling c-atomics.c
[51/553] Compiling _NIODataStructures _TinyArray.swift
[52/553] Emitting module InternalCollectionsUtilities
[53/553] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/553] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/554] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/554] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/554] Compiling InternalCollectionsUtilities Debugging.swift
[58/554] Compiling InternalCollectionsUtilities Descriptions.swift
[59/554] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/554] Compiling _NIOBase64 Base64.swift
[61/555] Compiling _NIODataStructures PriorityQueue.swift
[62/555] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/555] Compiling InternalCollectionsUtilities Integer rank.swift
[64/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/555] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/555] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/555] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/556] Compiling t1_enc.cc
[72/556] Compiling Logging Locks.swift
[73/556] Emitting module Logging
[74/556] Compiling _NIODataStructures Heap.swift
[75/556] Emitting module _NIODataStructures
[76/556] Compiling Logging LogHandler.swift
[77/557] Compiling Logging Logging.swift
[78/557] Compiling Logging MetadataProvider.swift
[80/558] Compiling tls13_both.cc
[82/573] Compiling DequeModule _DequeBuffer.swift
[83/573] Compiling DequeModule _DequeBufferHeader.swift
[84/575] Emitting module Semaphore
[85/575] Compiling Semaphore AsyncSemaphore.swift
[87/576] Compiling DequeModule Deque+Extras.swift
[88/576] Compiling DequeModule Deque+Hashable.swift
[89/576] Compiling DequeModule Deque+CustomReflectable.swift
[90/576] Compiling DequeModule Deque+Descriptions.swift
[91/576] Compiling DequeModule Deque+Equatable.swift
[92/576] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/576] Compiling DequeModule _DequeSlot.swift
[94/576] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/576] Compiling DequeModule Deque+Testing.swift
[96/576] Compiling DequeModule Deque._Storage.swift
[97/576] Compiling DequeModule Deque._UnsafeHandle.swift
[98/576] Compiling DequeModule Deque.swift
[99/576] Compiling DequeModule Deque+Codable.swift
[100/576] Compiling DequeModule Deque+Collection.swift
[100/576] Compiling ssl_versions.cc
[101/576] Compiling ssl_transcript.cc
[102/576] Compiling ssl_x509.cc
[104/576] Emitting module DequeModule
[105/577] Compiling ssl_stat.cc
[106/577] Compiling ssl_session.cc
[108/577] Emitting module SwiftProtobuf
[108/588] Compiling ssl_privkey.cc
[109/588] Compiling ssl_file.cc
[115/588] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[116/588] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[117/588] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[118/588] Compiling SwiftProtobuf Message.swift
[119/588] Compiling SwiftProtobuf MessageExtension.swift
[120/588] Compiling SwiftProtobuf NameMap.swift
[121/588] Compiling SwiftProtobuf PathDecoder.swift
[122/588] Compiling SwiftProtobuf PathVisitor.swift
[134/588] Compiling ssl_lib.cc
[135/588] Compiling ssl_cert.cc
[136/588] Compiling ssl_key_share.cc
[137/588] Compiling ssl_credential.cc
[138/588] Compiling ssl_cipher.cc
[140/588] Compiling SwiftProtobuf ProtoNameProviding.swift
[141/588] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[142/588] Compiling SwiftProtobuf ProtobufMap.swift
[143/588] Compiling SwiftProtobuf SelectiveVisitor.swift
[144/588] Compiling SwiftProtobuf SimpleExtensionMap.swift
[145/588] Compiling SwiftProtobuf StringUtils.swift
[146/588] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[147/588] Compiling SwiftProtobuf SwiftProtobufError.swift
[148/588] Compiling SwiftProtobuf TextFormatDecoder.swift
[149/588] Compiling SwiftProtobuf TextFormatDecodingError.swift
[150/588] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[151/588] Compiling SwiftProtobuf TextFormatEncoder.swift
[152/588] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[153/588] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[154/588] Compiling SwiftProtobuf TextFormatScanner.swift
[155/588] Compiling SwiftProtobuf TimeUtils.swift
[156/588] Compiling SwiftProtobuf UnknownStorage.swift
[157/588] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[158/588] Compiling SwiftProtobuf Varint.swift
[159/588] Compiling SwiftProtobuf Version.swift
[160/588] Compiling SwiftProtobuf Visitor.swift
[161/588] Compiling SwiftProtobuf WireFormat.swift
[162/588] Compiling SwiftProtobuf ZigZag.swift
[163/588] Compiling SwiftProtobuf any.pb.swift
[164/588] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[165/588] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[166/588] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[167/588] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[168/588] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[169/588] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[170/588] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[171/588] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[172/588] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[173/588] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[174/588] Compiling SwiftProtobuf HashVisitor.swift
[175/588] Compiling SwiftProtobuf Internal.swift
[175/588] Compiling ssl_buffer.cc
[176/588] Compiling ssl_asn1.cc
[178/588] Compiling SwiftProtobuf BytecodeInterpreter.swift
[179/588] Compiling SwiftProtobuf BytecodeReader.swift
[180/588] Compiling SwiftProtobuf CustomJSONCodable.swift
[181/588] Compiling SwiftProtobuf Decoder.swift
[182/588] Compiling SwiftProtobuf DoubleParser.swift
[183/588] Compiling SwiftProtobuf Enum.swift
[184/588] Compiling SwiftProtobuf ExtensibleMessage.swift
[185/588] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[186/588] Compiling SwiftProtobuf ExtensionFields.swift
[187/588] Compiling SwiftProtobuf ExtensionMap.swift
[188/588] Compiling SwiftProtobuf FieldTag.swift
[189/588] Compiling SwiftProtobuf FieldTypes.swift
[190/588] Compiling SwiftProtobuf AnyMessageStorage.swift
[191/588] Compiling SwiftProtobuf AnyUnpackError.swift
[192/588] Compiling SwiftProtobuf AsyncMessageSequence.swift
[193/588] Compiling SwiftProtobuf BinaryDecoder.swift
[194/588] Compiling SwiftProtobuf BinaryDecodingError.swift
[195/588] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[196/588] Compiling SwiftProtobuf BinaryDelimited.swift
[197/588] Compiling SwiftProtobuf BinaryEncoder.swift
[198/588] Compiling SwiftProtobuf BinaryEncodingError.swift
[199/588] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[200/588] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[201/588] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[201/588] Compiling s3_both.cc
[202/588] Compiling ssl_aead_ctx.cc
[203/588] Compiling handshake_server.cc
[204/588] Compiling s3_pkt.cc
[205/588] Compiling s3_lib.cc
[206/588] Compiling handshake.cc
[207/588] Compiling handshake_client.cc
[208/588] Compiling handoff.cc
[209/588] Compiling extensions.cc
[210/588] Compiling encrypted_client_hello.cc
[211/588] Compiling dtls_record.cc
[212/588] Compiling md5-x86_64-linux.S
[213/588] Compiling md5-x86_64-apple.S
[214/588] Compiling md5-586-linux.S
[215/588] Compiling dtls_method.cc
[216/588] Compiling md5-586-apple.S
[217/588] Compiling chacha20_poly1305_x86_64-linux.S
[218/588] Compiling chacha20_poly1305_x86_64-apple.S
[219/588] Compiling chacha20_poly1305_armv8-win.S
[220/588] Compiling chacha20_poly1305_armv8-linux.S
[221/588] Compiling err_data.cc
[222/588] Compiling chacha20_poly1305_armv8-apple.S
[223/588] Compiling chacha-x86_64-linux.S
[224/588] Compiling chacha-x86_64-apple.S
[225/588] Compiling chacha-x86-linux.S
[226/588] Compiling chacha-x86-apple.S
[227/588] Compiling chacha-armv8-win.S
[228/588] Compiling chacha-armv8-linux.S
[229/588] Compiling chacha-armv8-apple.S
[230/588] Compiling chacha-armv4-linux.S
[231/588] Compiling aes128gcmsiv-x86_64-apple.S
[232/588] Compiling d1_srtp.cc
[233/588] Compiling aes128gcmsiv-x86_64-linux.S
[234/588] Compiling d1_both.cc
[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-linux.S
[240/588] Compiling x86-mont-apple.S
[241/588] Compiling vpaes-x86_64-apple.S
[242/588] Compiling vpaes-x86_64-linux.S
[243/588] Compiling vpaes-armv8-win.S
[244/588] Compiling vpaes-x86-linux.S
[245/588] Compiling vpaes-x86-apple.S
[246/588] Compiling bio_ssl.cc
[247/588] Compiling d1_pkt.cc
[248/588] Compiling vpaes-armv8-linux.S
[249/588] Compiling vpaes-armv8-apple.S
[250/588] Compiling vpaes-armv7-linux.S
[251/588] Compiling sha512-x86_64-apple.S
[252/588] Compiling sha512-armv8-win.S
[253/588] Compiling sha512-armv8-apple.S
[254/588] Compiling sha512-armv4-linux.S
[255/588] Compiling sha512-armv8-linux.S
[256/588] Compiling sha512-x86_64-linux.S
[257/588] Compiling sha512-586-linux.S
[257/588] Compiling sha512-586-apple.S
[259/588] Compiling sha256-x86_64-apple.S
[260/588] Compiling sha256-armv8-linux.S
[261/588] Compiling sha256-x86_64-linux.S
[262/588] Compiling sha256-armv4-linux.S
[263/588] Compiling sha256-armv8-apple.S
[264/588] Compiling sha256-armv8-win.S
[265/588] Compiling sha256-586-linux.S
[266/588] Compiling sha1-armv8-linux.S
[267/588] Compiling sha256-586-apple.S
[268/588] Compiling sha1-x86_64-linux.S
[269/588] Compiling sha1-x86_64-apple.S
[270/588] Compiling sha1-armv8-win.S
[271/588] Compiling sha1-armv8-apple.S
[272/588] Compiling sha1-armv4-large-linux.S
[273/588] Compiling sha1-586-linux.S
[274/588] Compiling rsaz-avx2-linux.S
[275/588] Compiling sha1-586-apple.S
[276/588] Compiling rdrand-x86_64-linux.S
[277/588] Compiling rsaz-avx2-apple.S
[278/588] Compiling p256_beeu-x86_64-asm-linux.S
[279/588] Compiling p256_beeu-x86_64-asm-apple.S
[280/588] Compiling rdrand-x86_64-apple.S
[281/588] Compiling p256_beeu-armv8-asm-win.S
[282/588] Compiling p256_beeu-armv8-asm-linux.S
[283/588] Compiling p256_beeu-armv8-asm-apple.S
[284/588] Compiling p256-x86_64-asm-apple.S
[285/588] Compiling d1_lib.cc
[286/588] Compiling p256-armv8-asm-win.S
[287/588] Compiling p256-x86_64-asm-linux.S
[288/588] Compiling p256-armv8-asm-linux.S
[289/588] Compiling ghashv8-armv8-linux.S
[290/588] Compiling p256-armv8-asm-apple.S
[291/588] Compiling ghashv8-armv8-win.S
[292/588] Compiling ghashv8-armv8-apple.S
[293/588] Compiling ghashv8-armv7-linux.S
[294/588] Compiling ghash-x86_64-apple.S
[295/588] Compiling ghash-x86-linux.S
[296/588] Compiling ghash-x86_64-linux.S
[297/588] Compiling ghash-x86-apple.S
[298/588] Compiling ghash-ssse3-x86_64-linux.S
[299/588] Compiling ghash-ssse3-x86-linux.S
[300/588] Compiling ghash-ssse3-x86_64-apple.S
[301/588] Compiling ghash-neon-armv8-linux.S
[302/588] Compiling ghash-ssse3-x86-apple.S
[302/588] Compiling ghash-neon-armv8-win.S
[304/588] Compiling ghash-neon-armv8-apple.S
[305/588] Compiling ghash-armv4-linux.S
[306/588] Compiling co-586-linux.S
[307/588] Compiling co-586-apple.S
[308/588] Compiling bn-armv8-linux.S
[309/588] Compiling bsaes-armv7-linux.S
[310/588] Compiling bn-armv8-win.S
[311/588] Compiling bn-armv8-apple.S
[312/588] Compiling bn-586-apple.S
[312/588] Compiling bn-586-linux.S
[314/588] Compiling armv8-mont-win.S
[315/588] Compiling armv8-mont-apple.S
[316/588] Compiling armv8-mont-linux.S
[317/588] Compiling armv4-mont-linux.S
[318/588] Compiling aesv8-gcm-armv8-win.S
[319/588] Compiling aesv8-gcm-armv8-apple.S
[320/588] Compiling aesv8-gcm-armv8-linux.S
[321/588] Compiling aesv8-armv8-win.S
[322/588] Compiling aesv8-armv7-linux.S
[323/588] Compiling aesv8-armv8-apple.S
[324/588] Compiling aesv8-armv8-linux.S
[325/588] Compiling aesni-x86-linux.S
[326/588] Compiling aesni-x86_64-linux.S
[327/588] Compiling aesni-x86-apple.S
[328/588] Compiling aesni-x86_64-apple.S
[329/588] Compiling aesni-gcm-x86_64-apple.S
[330/588] Compiling aesni-gcm-x86_64-linux.S
[331/588] Compiling aes-gcm-avx2-x86_64-linux.S
[332/588] Compiling aes-gcm-avx10-x86_64-apple.S
[333/588] Compiling aes-gcm-avx2-x86_64-apple.S
[334/588] Compiling aes-gcm-avx10-x86_64-linux.S
[335/588] Compiling x_spki.cc
[336/588] Compiling x_sig.cc
[337/588] Compiling x_x509a.cc
[338/588] Compiling x_req.cc
[339/588] Compiling x_val.cc
[340/588] Compiling x_pubkey.cc
[341/588] Compiling x_x509.cc
[342/588] Compiling x_name.cc
[343/588] Compiling x_algor.cc
[344/588] Compiling x_exten.cc
[345/588] Compiling x_crl.cc
[346/588] Compiling x509spki.cc
[347/588] Compiling x_attrib.cc
[348/588] Compiling x_all.cc
[349/588] Compiling x509name.cc
[350/588] Compiling x509rset.cc
[351/588] Compiling x509_vpm.cc
[352/588] Compiling x509_txt.cc
[353/588] Compiling x509cset.cc
[354/588] Compiling x509_v3.cc
[355/588] Compiling x509_vfy.cc
[356/588] Compiling x509_def.cc
[357/588] Compiling x509_trs.cc
[358/588] Compiling x509_set.cc
[360/588] Compiling SwiftProtobuf api.pb.swift
[361/588] Compiling SwiftProtobuf descriptor.pb.swift
[362/588] Compiling SwiftProtobuf duration.pb.swift
[363/588] Compiling SwiftProtobuf empty.pb.swift
[364/588] Compiling SwiftProtobuf field_mask.pb.swift
[365/588] Compiling SwiftProtobuf source_context.pb.swift
[366/588] Compiling SwiftProtobuf struct.pb.swift
[367/588] Compiling SwiftProtobuf timestamp.pb.swift
[368/588] Compiling SwiftProtobuf type.pb.swift
[369/588] Compiling SwiftProtobuf wrappers.pb.swift
[370/588] Compiling SwiftProtobuf resource_bundle_accessor.swift
[370/589] Compiling x509_obj.cc
[371/589] Compiling x509_req.cc
[372/589] Compiling x509_lu.cc
[373/589] Compiling x509_ext.cc
[375/589] Compiling x509_d2.cc
[376/589] Compiling x509_cmp.cc
[377/589] Compiling x509.cc
[378/589] Compiling x509_att.cc
[379/614] Compiling v3_skey.cc
[380/642] Compiling v3_utl.cc
[381/642] Compiling v3_purp.cc
[382/642] Compiling v3_prn.cc
[383/642] Compiling v3_pmaps.cc
[384/642] Compiling v3_pcons.cc
[385/642] Compiling v3_ocsp.cc
[386/642] Compiling v3_ncons.cc
[387/642] Compiling v3_int.cc
[388/642] Compiling v3_lib.cc
[389/642] Compiling v3_info.cc
[390/642] Compiling v3_ia5.cc
[391/642] Compiling v3_genn.cc
[392/642] Compiling v3_extku.cc
[393/642] Compiling v3_enum.cc
[394/642] Compiling v3_crld.cc
[395/642] Compiling v3_cpols.cc
[396/642] Compiling v3_conf.cc
[398/642] 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 |
[399/642] 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 |
[400/642] 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 |
[401/642] 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 |
[402/642] 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 |
[403/642] 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 |
[404/642] 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 |
[405/649] 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 |
[406/649] 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 |
[407/649] 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 |
[408/649] 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 |
[409/649] 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 |
[410/649] 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 |
[411/649] 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 |
[412/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 |
[413/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 |
[414/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 |
[415/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 |
[416/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 |
[417/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 |
[418/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[419/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 |
[419/649] Compiling v3_bitst.cc
[421/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 |
[422/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 |
[423/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 |
[424/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 |
[425/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 |
[426/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 |
[427/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 |
[427/649] Compiling v3_bcons.cc
[429/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 |
[430/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 |
[431/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 |
[432/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 |
[433/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 |
[434/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 |
[435/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 |
[436/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 |
[437/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 |
[438/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 |
[439/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 |
[440/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 |
[441/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 |
[442/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 |
[443/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 |
[444/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 |
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[451/649] Compiling v3_alt.cc
[452/649] Compiling t_x509a.cc
[453/649] Compiling v3_akeya.cc
[454/649] Compiling v3_akey.cc
[455/649] Compiling t_x509.cc
[457/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 |
[458/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 |
[459/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 |
[460/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 |
[461/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 |
[462/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 |
[463/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 |
[464/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 |
[464/649] Compiling name_print.cc
[464/649] Compiling by_file.cc
[464/649] Compiling i2d_pr.cc
[464/649] Compiling policy.cc
[464/649] Compiling t_req.cc
[464/649] Compiling rsa_pss.cc
[464/649] Compiling t_crl.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/189] Compiling i2d_pr.cc
[4/189] Compiling t_crl.cc
[5/189] Write swift-version-24593BA9C3E375BF.txt
[6/189] Compiling by_file.cc
[7/189] Compiling t_req.cc
[8/189] Compiling name_print.cc
[9/189] Compiling by_dir.cc
[10/189] Compiling policy.cc
[11/190] Compiling rsa_pss.cc
[13/216] Emitting module _NIODataStructures
[14/216] Compiling _NIODataStructures PriorityQueue.swift
[15/216] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/216] Compiling InternalCollectionsUtilities Debugging.swift
[17/217] Compiling Logging Locks.swift
[18/252] Compiling _NIODataStructures Heap.swift
[19/265] Emitting module Semaphore
[20/265] Compiling Semaphore AsyncSemaphore.swift
[20/274] Compiling asn1_gen.cc
[22/303] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/303] Compiling SwiftProtobuf BytecodeInterpreter.swift
[24/303] Compiling SwiftProtobuf BytecodeReader.swift
[25/303] Compiling Logging MetadataProvider.swift
[26/303] Compiling SwiftProtobuf FieldTag.swift
[27/303] Compiling SwiftProtobuf FieldTypes.swift
[29/303] Emitting module Logging
[30/303] Emitting module _NIOBase64
[31/303] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/303] Compiling _NIODataStructures _TinyArray.swift
[33/304] Compiling _NIOBase64 Base64.swift
[33/304] Compiling algorithm.cc
[37/305] Compiling SwiftProtobuf CustomJSONCodable.swift
[38/305] Compiling SwiftProtobuf Decoder.swift
[39/305] Compiling SwiftProtobuf ExtensibleMessage.swift
[40/305] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[41/305] Compiling SwiftProtobuf ExtensionFields.swift
[42/305] Compiling SwiftProtobuf ExtensionMap.swift
[43/305] Emitting module InternalCollectionsUtilities
[44/306] Compiling a_verify.cc
[46/306] Compiling Logging LogHandler.swift
[47/306] Compiling Logging Logging.swift
[48/322] Compiling a_sign.cc
[49/322] Compiling a_digest.cc
[50/322] Compiling voprf.cc
[51/322] Compiling thread_win.cc
[53/322] Compiling DequeModule _DequeBuffer.swift
[54/322] Compiling DequeModule _DequeBufferHeader.swift
[54/324] Compiling trust_token.cc
[55/324] Compiling pmbtoken.cc
[57/324] Compiling DequeModule Deque+Equatable.swift
[58/324] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[59/324] Compiling DequeModule Deque+CustomReflectable.swift
[60/324] Compiling DequeModule Deque+Descriptions.swift
[61/324] Compiling DequeModule Deque+Extras.swift
[62/324] Compiling DequeModule Deque+Hashable.swift
[63/324] Compiling DequeModule Deque+Testing.swift
[64/324] Compiling DequeModule Deque._Storage.swift
[65/324] Compiling DequeModule Deque._UnsafeHandle.swift
[66/324] Compiling DequeModule Deque.swift
[66/324] Compiling thread_none.cc
[67/324] Compiling thread_pthread.cc
[68/324] Compiling thread.cc
[69/324] Compiling stack.cc
[71/324] Compiling DequeModule _DequeSlot.swift
[72/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/324] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[74/324] Compiling SwiftProtobuf Message+FieldMask.swift
[75/324] Compiling SwiftProtobuf Message+JSONAdditions.swift
[76/324] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[77/324] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[78/324] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[79/324] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[80/324] Compiling SwiftProtobuf Message.swift
[81/324] Compiling SwiftProtobuf MessageExtension.swift
[82/324] Compiling SwiftProtobuf NameMap.swift
[82/324] Compiling sha256.cc
[84/324] Compiling SwiftProtobuf PathDecoder.swift
[85/324] Compiling SwiftProtobuf PathVisitor.swift
[85/324] Compiling slhdsa.cc
[86/335] Compiling sha512.cc
[87/335] Compiling siphash.cc
[87/335] Compiling spake2plus.cc
[90/335] Emitting module DequeModule
[91/335] Compiling DequeModule Deque+Codable.swift
[92/335] Compiling DequeModule Deque+Collection.swift
[93/336] Compiling refcount.cc
[94/336] Compiling rsa_extra.cc
[95/336] Compiling sha1.cc
[96/336] Compiling rsa_crypt.cc
[97/336] Compiling rsa_print.cc
[99/336] Compiling SwiftProtobuf ProtoNameProviding.swift
[100/336] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[101/336] Compiling SwiftProtobuf ProtobufMap.swift
[102/336] Compiling SwiftProtobuf SelectiveVisitor.swift
[103/336] Compiling SwiftProtobuf SimpleExtensionMap.swift
[104/336] Compiling SwiftProtobuf StringUtils.swift
[105/336] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[106/336] Compiling SwiftProtobuf SwiftProtobufError.swift
[107/336] Compiling SwiftProtobuf TextFormatDecoder.swift
[108/336] Compiling SwiftProtobuf TextFormatDecodingError.swift
[109/336] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[110/336] Compiling SwiftProtobuf TextFormatEncoder.swift
[110/336] Compiling rc4.cc
[111/336] Compiling windows.cc
[125/336] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[126/336] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[127/336] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[128/336] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[129/336] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[130/336] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[131/336] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[132/336] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[133/336] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[134/336] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[135/336] Compiling SwiftProtobuf HashVisitor.swift
[136/336] Compiling SwiftProtobuf Internal.swift
[136/336] Compiling urandom.cc
[137/336] Compiling trusty.cc
[138/336] Compiling ios.cc
[139/336] Compiling rand.cc
[139/336] Compiling passive.cc
[141/336] Compiling rsa_asn1.cc
[142/336] Compiling poly1305_arm_asm.S
[143/336] Compiling getentropy.cc
[144/336] Compiling deterministic.cc
[145/336] Compiling forkunsafe.cc
[146/336] Compiling fork_detect.cc
[147/336] Compiling poly1305.cc
[148/336] Compiling poly1305_vec.cc
[150/336] Emitting module SwiftProtobuf
[155/336] Compiling SwiftProtobuf BinaryDecodingError.swift
[156/336] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[157/336] Compiling SwiftProtobuf BinaryDelimited.swift
[158/336] Compiling SwiftProtobuf BinaryEncoder.swift
[159/336] Compiling SwiftProtobuf BinaryEncodingError.swift
[160/336] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[161/336] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[162/336] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[162/336] Compiling pool.cc
[163/336] Compiling poly1305_arm.cc
[165/336] Compiling SwiftProtobuf JSONDecoder.swift
[166/336] Compiling SwiftProtobuf JSONDecodingError.swift
[167/336] Compiling SwiftProtobuf JSONDecodingOptions.swift
[168/336] Compiling SwiftProtobuf JSONEncoder.swift
[169/336] Compiling SwiftProtobuf JSONEncodingError.swift
[170/336] Compiling SwiftProtobuf JSONEncodingOptions.swift
[171/336] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[172/336] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[173/336] Compiling SwiftProtobuf JSONScanner.swift
[174/336] Compiling SwiftProtobuf MathUtils.swift
[175/336] Compiling SwiftProtobuf Message+AnyAdditions.swift
[176/336] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[177/336] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[178/336] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[179/336] Compiling SwiftProtobuf TextFormatScanner.swift
[180/336] Compiling SwiftProtobuf TimeUtils.swift
[181/336] Compiling SwiftProtobuf UnknownStorage.swift
[182/336] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[183/336] Compiling SwiftProtobuf Varint.swift
[184/336] Compiling SwiftProtobuf Version.swift
[185/336] Compiling SwiftProtobuf Visitor.swift
[186/336] Compiling SwiftProtobuf WireFormat.swift
[187/336] Compiling SwiftProtobuf ZigZag.swift
[188/336] Compiling SwiftProtobuf any.pb.swift
[188/336] Compiling p5_pbev2.cc
[189/336] Compiling pkcs8_x509.cc
[190/336] Compiling pem_xaux.cc
[191/336] Compiling pkcs7.cc
[192/336] Compiling pkcs7_x509.cc
[193/336] Compiling pkcs8.cc
[194/336] Compiling pem_pkey.cc
[195/336] Compiling pem_x509.cc
[196/336] Compiling pem_pk8.cc
[197/336] Compiling mlkem.cc
[198/336] Compiling pem_oth.cc
[199/336] Compiling obj_xref.cc
[200/336] Compiling pem_all.cc
[201/336] Compiling mldsa.cc
[202/336] Compiling pem_info.cc
[203/336] Compiling md4.cc
[204/336] Compiling pem_lib.cc
[205/336] Compiling mem.cc
[206/336] Compiling md5.cc
[207/336] Compiling fips_shared_support.cc
[208/336] Compiling obj.cc
[209/336] Compiling poly_rq_mul.S
[210/336] Compiling lhash.cc
[211/336] Compiling ex_data.cc
[212/336] Compiling hrss.cc
[213/336] Compiling sign.cc
[214/336] Compiling kyber.cc
[215/336] Compiling scrypt.cc
[216/336] Compiling pbkdf.cc
[217/336] Compiling print.cc
[218/336] Compiling hpke.cc
[219/336] Compiling p_rsa_asn1.cc
[220/336] Compiling p_x25519.cc
[221/336] Compiling p_x25519_asn1.cc
[222/336] Compiling p_rsa.cc
[223/336] Compiling p_ed25519.cc
[224/336] Compiling p_ec.cc
[225/336] Compiling p_hkdf.cc
[226/336] Compiling p_ed25519_asn1.cc
[227/336] Compiling p_ec_asn1.cc
[228/336] Compiling p_dh_asn1.cc
[229/336] Compiling p_dsa_asn1.cc
[230/336] Compiling p_dh.cc
[231/336] Compiling evp_ctx.cc
[232/336] Compiling evp.cc
[233/336] Compiling evp_asn1.cc
[234/336] Compiling err.cc
[235/336] Compiling ecdh.cc
[236/336] Compiling engine.cc
[237/336] Compiling ecdsa_asn1.cc
[238/336] Compiling hash_to_curve.cc
[239/336] Compiling ec_derive.cc
[240/336] Compiling dsa_asn1.cc
[241/336] Compiling dsa.cc
[242/336] Compiling ec_asn1.cc
[244/336] Compiling SwiftProtobuf api.pb.swift
[245/336] Compiling SwiftProtobuf descriptor.pb.swift
[246/336] Compiling SwiftProtobuf duration.pb.swift
[247/336] Compiling SwiftProtobuf empty.pb.swift
[248/336] Compiling SwiftProtobuf field_mask.pb.swift
[249/336] Compiling SwiftProtobuf source_context.pb.swift
[250/336] Compiling SwiftProtobuf struct.pb.swift
[251/336] Compiling SwiftProtobuf timestamp.pb.swift
[252/336] Compiling SwiftProtobuf type.pb.swift
[253/336] Compiling SwiftProtobuf wrappers.pb.swift
[254/336] Compiling SwiftProtobuf resource_bundle_accessor.swift
[254/337] Compiling params.cc
[256/337] Compiling digest_extra.cc
[257/337] Compiling des.cc
[258/337] Compiling dh_asn1.cc
[259/337] Compiling x25519-asm-arm.S
[260/337] Compiling curve25519.cc
[261/337] Compiling spake25519.cc
[262/337] Compiling cpu_arm_linux.cc
[263/337] Compiling crypto.cc
[264/337] Compiling cpu_intel.cc
[265/337] Compiling cpu_arm_freebsd.cc
[266/337] Compiling curve25519_64_adx.cc
[267/337] Compiling cpu_aarch64_win.cc
[268/337] Compiling bcm.cc
[269/390] Compiling cpu_aarch64_sysreg.cc
[270/390] Compiling cpu_aarch64_openbsd.cc
[271/390] Compiling cpu_aarch64_fuchsia.cc
[272/390] Compiling cpu_aarch64_linux.cc
[273/390] Compiling conf.cc
[274/390] Compiling cpu_aarch64_apple.cc
[276/390] 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 |
[277/390] 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 |
[278/390] 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 |
[279/390] 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 |
[280/390] 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 |
[281/390] 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 |
[282/390] 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 |
[283/390] 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 |
[284/390] 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 |
[285/390] 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 |
[286/390] 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 |
[287/390] 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 |
[288/390] 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 |
[289/390] 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 |
[290/397] 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 |
[291/397] 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 |
[292/397] 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 |
[293/397] 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 |
[294/397] 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 |
[295/397] 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 |
[296/397] 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 |
[297/397] 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 |
[298/397] 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 |
[299/397] 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 |
[300/397] 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 |
[301/397] 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 |
[302/397] 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 |
[303/397] 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 |
[303/397] Compiling e_rc4.cc
[304/397] Compiling e_null.cc
[305/397] Compiling e_tls.cc
[306/397] Compiling e_rc2.cc
[307/397] Compiling get_cipher.cc
[308/397] Compiling tls_cbc.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[310/397] 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 |
[311/397] 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 |
[312/397] 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 |
[313/397] 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 |
[314/397] 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 |
[315/397] 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 |
[316/397] 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 |
[317/397] 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 |
[318/397] 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 |
[319/397] 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 |
[320/397] 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 |
[321/397] 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 |
[322/397] 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 |
[323/397] 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 |
[324/397] 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 |
[325/397] 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 |
[325/397] Compiling chacha.cc
[326/397] Compiling derive_key.cc
[327/397] Compiling e_des.cc
[328/397] Compiling e_aesgcmsiv.cc
[329/397] Compiling e_aesctrhmac.cc
[330/397] Compiling e_chacha20poly1305.cc
[331/397] Compiling unicode.cc
[332/397] Compiling buf.cc
[333/397] Compiling ber.cc
[334/397] Compiling cbb.cc
[335/397] Compiling asn1_compat.cc
[336/397] Compiling cbs.cc
[338/397] 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 |
[339/397] 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 |
[340/397] 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 |
[341/397] 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 |
[342/397] 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 |
[343/397] 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 |
[344/397] 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 |
[345/397] 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 |
[346/397] 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 |
[347/397] 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 |
[348/397] 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 |
[349/397] 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 |
[350/397] 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 |
[351/397] 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 |
[352/397] 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 |
[353/397] 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 |
[353/397] Compiling bn_asn1.cc
[354/397] Compiling blake2.cc
[355/397] Compiling socket.cc
[356/397] Compiling convert.cc
[357/397] Compiling fd.cc
[357/397] Compiling hexdump.cc
[357/397] Compiling printf.cc
[357/397] Compiling socket_helper.cc
[357/397] Compiling errno.cc
[357/397] Compiling pair.cc
[357/397] Compiling file.cc
BUILD FAILURE 6.1 linux