Build Information
Failed to build Yorkie, reference 0.6.15 (14c906
), with Swift 6.1 for Android on 11 Sep 2025 09:25:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.git
Reference: 0.6.15
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/yorkie-team/yorkie-ios-sdk
* tag 0.6.15 -> FETCH_HEAD
HEAD is now at 14c9069 Sync #1003 (#218)
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
14c906984c97fa2ad536b2f73d54dc4b7763aa4b
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at 0.6.15
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "connect-swift",
"requirement" : {
"exact" : [
"1.0.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/connectrpc/connect-swift"
},
{
"identity" : "swift-log",
"requirement" : {
"exact" : [
"1.6.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "semaphore",
"requirement" : {
"exact" : [
"0.0.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"exact" : [
"1.4.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Yorkie",
"name" : "Yorkie",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Yorkie",
"targets" : [
"Yorkie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YorkieUnitTests",
"module_type" : "SwiftTarget",
"name" : "YorkieUnitTests",
"path" : "Tests/Unit",
"sources" : [
"API/V1/ConverterTests.swift",
"Document/CRDT/CRDTArrayTests.swift",
"Document/CRDT/CRDTCountTests.swift",
"Document/CRDT/CRDTElementTests.swift",
"Document/CRDT/CRDTObjectTests.swift",
"Document/CRDT/CRDTRootTests.swift",
"Document/CRDT/CRDTTextTests.swift",
"Document/CRDT/CRDTTreeTests.swift",
"Document/CRDT/ElementRHTTests.swift",
"Document/CRDT/PrimitiveTests.swift",
"Document/CRDT/RGATreeListTests.swift",
"Document/CRDT/RHTTests.swift",
"Document/Change/ChangeContextTests.swift",
"Document/Change/ChangeIDTests.swift",
"Document/Change/ChangePackTests.swift",
"Document/Change/ChangeTests.swift",
"Document/Change/CheckpointTests.swift",
"Document/DocumentConcurrentAccessTests.swift",
"Document/DocumentTests.swift",
"Document/GCTests.swift",
"Document/Json/JONSTreeTests.swift",
"Document/Json/JSONArrayTests.swift",
"Document/Json/JSONObjectTests.swift",
"Document/Json/JSONTextTest.swift",
"Document/Operation/AddOperationTests.swift",
"Document/Operation/MoveOperationTests.swift",
"Document/Operation/RemoveOperationTests.swift",
"Document/Operation/SetOperationTests.swift",
"Document/Time/TimeTicketTests.swift",
"Document/Time/VersionVectorTest.swift",
"Document/Util/DocumentSizeTest.swift",
"Document/Util/PayloadTests.swift",
"Document/Util/StringEscapingTests.swift",
"Document/Util/StringValueTypeDictionaryTests.swift",
"Document/Util/YorkieJSONObjectableTests.swift",
"TestUtils/XCTestCase+Extension.swift",
"Util/Helper.swift",
"Util/IndexTreeTests.swift",
"Util/LLRBTreeTests.swift",
"Util/SplayTreeTests.swift",
"Util/StringExtensionsTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "YorkieTestHelper",
"module_type" : "SwiftTarget",
"name" : "YorkieTestHelper",
"path" : "Tests/Helper",
"product_dependencies" : [
"ConnectNIO"
],
"sources" : [
"TestHelper.swift",
"WebhookServer.swift",
"YorkieProjectHelper.swift"
],
"target_dependencies" : [
"Yorkie"
],
"type" : "library"
},
{
"c99name" : "YorkieIntegrationTests",
"module_type" : "SwiftTarget",
"name" : "YorkieIntegrationTests",
"path" : "Tests/Integration",
"sources" : [
"ClientIntegrationTests.swift",
"CounterIntegrationTests.swift",
"DocumentIntegrationTests.swift",
"DocumentLimitTests.swift",
"GCIntegrationTests.swift",
"GRPCTests.swift",
"PresenceTests.swift",
"SnapshotTests.swift",
"TextIntegrationTests.swift",
"TreeConcurrencyTests.swift",
"TreeIntegrationTests.swift",
"WebhookIntegrationTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "YorkieBenchmarkTests",
"module_type" : "SwiftTarget",
"name" : "YorkieBenchmarkTests",
"path" : "Tests/Benchmark",
"sources" : [
"DocumentBenchmarkTests.swift",
"SplayTreeBenchmarkTests.swift"
],
"target_dependencies" : [
"Yorkie",
"YorkieTestHelper"
],
"type" : "test"
},
{
"c99name" : "Yorkie",
"module_type" : "SwiftTarget",
"name" : "Yorkie",
"path" : "Sources",
"product_dependencies" : [
"Connect",
"Logging",
"Semaphore"
],
"product_memberships" : [
"Yorkie"
],
"sources" : [
"API/Converter.swift",
"API/GRPCTypeAlias.swift",
"API/V1/Generated/googleapis/google/rpc/error_details.pb.swift",
"API/V1/Generated/yorkie/v1/resources.pb.swift",
"API/V1/Generated/yorkie/v1/yorkie.connect.swift",
"API/V1/Generated/yorkie/v1/yorkie.pb.swift",
"Core/Attachment.swift",
"Core/Auth.swift",
"Core/AuthTokenInjector.swift",
"Core/Client.swift",
"Core/Logger.swift",
"Core/YorkieService.swift",
"Document/CRDT/CRDTArray.swift",
"Document/CRDT/CRDTCounter.swift",
"Document/CRDT/CRDTElement.swift",
"Document/CRDT/CRDTObject.swift",
"Document/CRDT/CRDTRoot.swift",
"Document/CRDT/CRDTText.swift",
"Document/CRDT/CRDTTree.swift",
"Document/CRDT/ElementRHT.swift",
"Document/CRDT/GC.swift",
"Document/CRDT/Primitive.swift",
"Document/CRDT/RGATreeList.swift",
"Document/CRDT/RGATreeSplit.swift",
"Document/CRDT/RHT.swift",
"Document/Change/Change.swift",
"Document/Change/ChangeContext.swift",
"Document/Change/ChangeID.swift",
"Document/Change/ChangePack.swift",
"Document/Change/Checkpoint.swift",
"Document/DocEvent.swift",
"Document/Document.swift",
"Document/Json/ElementConverter.swift",
"Document/Json/JSONArray.swift",
"Document/Json/JSONCounter.swift",
"Document/Json/JSONDatable.swift",
"Document/Json/JSONObject.swift",
"Document/Json/JSONText.swift",
"Document/Json/JSONTree.swift",
"Document/Json/ObjectDataHandler.swift",
"Document/Json/Strings.swift",
"Document/Operation/AddOperation.swift",
"Document/Operation/EditOperation.swift",
"Document/Operation/IncreaseOperation.swift",
"Document/Operation/MoveOperation.swift",
"Document/Operation/Operation.swift",
"Document/Operation/RemoveOperation.swift",
"Document/Operation/SetOperation.swift",
"Document/Operation/StyleOperation.swift",
"Document/Operation/TreeEditOperation.swift",
"Document/Operation/TreeSytleOperation.swift",
"Document/Presence/Presence.swift",
"Document/Time/ActorID.swift",
"Document/Time/TimeTicket.swift",
"Document/Time/VersionVector.swift",
"Document/Util/JSONObjectable.swift",
"Document/Util/Payload.swift",
"Document/Util/YorkieCountable.swift",
"Util/Codable+Extension.swift",
"Util/Collection+Extensions.swift",
"Util/Dictionary+Extension.swift",
"Util/Errors.swift",
"Util/IndexTree.swift",
"Util/LLRBTree.swift",
"Util/Optional+Extensions.swift",
"Util/SplayTree.swift",
"Util/String+Extensions.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
[1/293] Fetching semaphore
[294/8957] Fetching semaphore, connect-swift
[728/11051] Fetching semaphore, connect-swift, swift-docc-plugin
[5984/14954] Fetching semaphore, connect-swift, swift-docc-plugin, swift-log
Fetched https://github.com/connectrpc/connect-swift from cache (0.48s)
Fetched https://github.com/groue/Semaphore.git from cache (0.50s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
Fetched https://github.com/apple/swift-log.git 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.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3508] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/groue/Semaphore.git
Computed https://github.com/groue/Semaphore.git at 0.0.8 (0.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11661] Fetching swift-nio-http2
[2334/26736] Fetching swift-nio-http2, swift-nio-ssl
[8964/104798] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[24363/144969] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (12.33s)
Fetched https://github.com/apple/swift-nio.git from cache (12.39s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (13.11s)
Fetched https://github.com/apple/swift-protobuf.git from cache (13.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (13.71s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.31.0 (0.48s)
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.49s)
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.85s)
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.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
[4938/22390] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.87s)
Creating working copy for https://github.com/connectrpc/connect-swift
Working copy of https://github.com/connectrpc/connect-swift resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.31.0
Creating working copy for https://github.com/groue/Semaphore.git
Working copy of https://github.com/groue/Semaphore.git resolved at 0.0.8
Creating working copy for https://github.com/apple/swift-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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1369/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.51s)
[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 CNIOWindows shim.c
[24/441] Copying PrivacyInfo.xcprivacy
[25/441] Write sources
[27/441] Compiling CNIOWindows WSAStartup.c
[27/441] Compiling CNIOPosix event_loop_id.c
[29/441] Compiling CNIOWASI CNIOWASI.c
[29/441] Compiling CNIOLinux liburing_shims.c
[31/441] Compiling _AtomicsShims.c
[32/441] Compiling CNIODarwin shim.c
[33/441] Write swift-version-24593BA9C3E375BF.txt
[34/441] Compiling fiat_p256_adx_sqr.S
[35/441] Compiling fiat_p256_adx_mul.S
[36/441] Compiling fiat_curve25519_adx_square.S
[37/441] Compiling CNIOLLHTTP c_nio_api.c
[38/441] Compiling CNIOLLHTTP c_nio_http.c
[39/443] Compiling CNIOBoringSSLShims shims.c
[40/553] Compiling CNIOLinux shim.c
[41/553] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/553] Compiling fiat_curve25519_adx_mul.S
[44/553] Emitting module _NIOBase64
[45/553] Compiling _NIODataStructures _TinyArray.swift
[46/553] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/554] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/554] Compiling InternalCollectionsUtilities Debugging.swift
[49/554] Compiling InternalCollectionsUtilities Descriptions.swift
[50/554] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[51/554] Compiling _NIOBase64 Base64.swift
[52/554] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/554] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/555] Compiling _NIODataStructures PriorityQueue.swift
[55/555] Compiling _NIODataStructures Heap.swift
[56/555] Emitting module _NIODataStructures
[57/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/555] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/556] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/556] Compiling InternalCollectionsUtilities Integer rank.swift
[61/556] Emitting module InternalCollectionsUtilities
[62/556] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/556] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/556] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/557] Compiling tls_record.cc
[68/557] Compiling tls_method.cc
[70/572] Compiling DequeModule Deque+CustomReflectable.swift
[71/572] Compiling DequeModule Deque+Descriptions.swift
[72/572] Compiling DequeModule Deque+Equatable.swift
[73/572] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/574] Compiling DequeModule _DequeBuffer.swift
[75/574] Compiling DequeModule _DequeBufferHeader.swift
[76/574] Compiling DequeModule Deque+Extras.swift
[77/574] Compiling DequeModule Deque+Hashable.swift
[78/574] Compiling DequeModule Deque+Testing.swift
[79/574] Compiling DequeModule Deque._Storage.swift
[80/574] Compiling DequeModule _DequeSlot.swift
[81/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/574] Compiling Logging MetadataProvider.swift
[83/574] Compiling Logging LogHandler.swift
[84/574] Compiling Logging Logging.swift
[85/574] Emitting module Logging
[86/574] Compiling Logging Locks.swift
[87/575] Compiling DequeModule Deque._UnsafeHandle.swift
[88/575] Compiling DequeModule Deque.swift
[90/575] Compiling DequeModule Deque+Codable.swift
[91/575] Compiling DequeModule Deque+Collection.swift
[92/575] Emitting module DequeModule
[92/576] Compiling tls13_server.cc
[93/576] Compiling tls13_enc.cc
[95/576] Compiling tls13_client.cc
[97/576] Emitting module Semaphore
[98/576] Compiling Semaphore AsyncSemaphore.swift
[99/577] Compiling tls13_both.cc
[101/577] Compiling SwiftProtobuf ProtoNameProviding.swift
[102/577] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[103/577] Compiling SwiftProtobuf ProtobufMap.swift
[104/577] Compiling SwiftProtobuf SelectiveVisitor.swift
[105/577] Compiling SwiftProtobuf SimpleExtensionMap.swift
[106/577] Compiling SwiftProtobuf StringUtils.swift
[107/577] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[108/577] Compiling SwiftProtobuf SwiftProtobufError.swift
[109/577] Compiling SwiftProtobuf TextFormatDecoder.swift
[110/577] Compiling SwiftProtobuf TextFormatDecodingError.swift
[111/577] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[112/577] Compiling SwiftProtobuf TextFormatEncoder.swift
[113/577] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[114/577] Compiling SwiftProtobuf Message+FieldMask.swift
[115/577] Compiling SwiftProtobuf Message+JSONAdditions.swift
[116/577] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[117/577] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[118/577] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[119/577] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[120/577] Compiling SwiftProtobuf Message.swift
[121/577] Compiling SwiftProtobuf MessageExtension.swift
[122/577] Compiling SwiftProtobuf NameMap.swift
[123/577] Compiling SwiftProtobuf PathDecoder.swift
[124/577] Compiling SwiftProtobuf PathVisitor.swift
[129/588] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[130/588] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[131/588] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[132/588] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[133/588] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[134/588] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[135/588] Compiling SwiftProtobuf HashVisitor.swift
[136/588] Compiling SwiftProtobuf Internal.swift
[136/588] Compiling t1_enc.cc
[137/588] Compiling ssl_transcript.cc
[138/588] Compiling ssl_stat.cc
[139/588] Compiling ssl_versions.cc
[140/588] Compiling ssl_x509.cc
[142/588] Compiling SwiftProtobuf JSONDecoder.swift
[143/588] Compiling SwiftProtobuf JSONDecodingError.swift
[144/588] Compiling SwiftProtobuf JSONDecodingOptions.swift
[145/588] Compiling SwiftProtobuf JSONEncoder.swift
[146/588] Compiling SwiftProtobuf JSONEncodingError.swift
[147/588] Compiling SwiftProtobuf JSONEncodingOptions.swift
[148/588] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[149/588] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[150/588] Compiling SwiftProtobuf JSONScanner.swift
[151/588] Compiling SwiftProtobuf MathUtils.swift
[152/588] Compiling SwiftProtobuf Message+AnyAdditions.swift
[153/588] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[154/588] Compiling SwiftProtobuf BytecodeInterpreter.swift
[155/588] Compiling SwiftProtobuf BytecodeReader.swift
[156/588] Compiling SwiftProtobuf CustomJSONCodable.swift
[157/588] Compiling SwiftProtobuf Decoder.swift
[158/588] Compiling SwiftProtobuf DoubleParser.swift
[159/588] Compiling SwiftProtobuf Enum.swift
[160/588] Compiling SwiftProtobuf ExtensibleMessage.swift
[161/588] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[162/588] Compiling SwiftProtobuf ExtensionFields.swift
[163/588] Compiling SwiftProtobuf ExtensionMap.swift
[164/588] Compiling SwiftProtobuf FieldTag.swift
[165/588] Compiling SwiftProtobuf FieldTypes.swift
[165/588] Compiling ssl_session.cc
[166/588] Compiling ssl_privkey.cc
[168/588] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[169/588] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[170/588] Compiling SwiftProtobuf TextFormatScanner.swift
[171/588] Compiling SwiftProtobuf TimeUtils.swift
[172/588] Compiling SwiftProtobuf UnknownStorage.swift
[173/588] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[174/588] Compiling SwiftProtobuf Varint.swift
[175/588] Compiling SwiftProtobuf Version.swift
[176/588] Compiling SwiftProtobuf Visitor.swift
[177/588] Compiling SwiftProtobuf WireFormat.swift
[178/588] Compiling SwiftProtobuf ZigZag.swift
[179/588] Compiling SwiftProtobuf any.pb.swift
[179/588] Compiling ssl_key_share.cc
[180/588] Compiling ssl_file.cc
[181/588] Compiling ssl_credential.cc
[182/588] Compiling ssl_lib.cc
[184/588] Emitting module SwiftProtobuf
[196/588] Compiling ssl_cipher.cc
[197/588] Compiling ssl_cert.cc
[198/588] Compiling ssl_buffer.cc
[199/588] Compiling ssl_asn1.cc
[200/588] Compiling s3_lib.cc
[201/588] Compiling s3_pkt.cc
[202/588] Compiling ssl_aead_ctx.cc
[203/588] Compiling s3_both.cc
[204/588] Compiling handshake_client.cc
[205/588] Compiling handshake_server.cc
[206/588] Compiling handshake.cc
[207/588] Compiling encrypted_client_hello.cc
[208/588] Compiling handoff.cc
[209/588] Compiling extensions.cc
[210/588] Compiling dtls_record.cc
[211/588] Compiling md5-x86_64-linux.S
[212/588] Compiling md5-x86_64-apple.S
[213/588] Compiling dtls_method.cc
[214/588] Compiling md5-586-linux.S
[215/588] Compiling md5-586-apple.S
[216/588] Compiling d1_srtp.cc
[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-apple.S
[221/588] Compiling chacha20_poly1305_armv8-linux.S
[222/588] Compiling chacha-x86_64-linux.S
[223/588] Compiling chacha-x86_64-apple.S
[224/588] Compiling chacha-x86-linux.S
[225/588] Compiling chacha-armv8-win.S
[226/588] Compiling chacha-x86-apple.S
[227/588] Compiling d1_pkt.cc
[228/588] Compiling chacha-armv8-apple.S
[229/588] Compiling chacha-armv4-linux.S
[230/588] Compiling chacha-armv8-linux.S
[231/588] Compiling aes128gcmsiv-x86_64-linux.S
[232/588] Compiling aes128gcmsiv-x86_64-apple.S
[233/588] Compiling err_data.cc
[234/588] Compiling x86_64-mont5-linux.S
[235/588] Compiling d1_lib.cc
[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-linux.S
[242/588] Compiling vpaes-x86_64-apple.S
[243/588] Compiling vpaes-x86-linux.S
[244/588] Compiling vpaes-x86-apple.S
[245/588] Compiling vpaes-armv8-apple.S
[246/588] Compiling vpaes-armv8-win.S
[247/588] Compiling vpaes-armv8-linux.S
[248/588] Compiling vpaes-armv7-linux.S
[249/588] Compiling sha512-armv8-win.S
[250/588] Compiling sha512-x86_64-linux.S
[251/588] Compiling sha512-x86_64-apple.S
[252/588] Compiling sha512-armv8-apple.S
[253/588] Compiling sha512-armv8-linux.S
[254/588] Compiling sha512-586-apple.S
[255/588] Compiling sha512-armv4-linux.S
[256/588] Compiling sha512-586-linux.S
[257/588] Compiling sha256-x86_64-linux.S
[258/588] Compiling sha256-x86_64-apple.S
[259/588] Compiling sha256-armv8-win.S
[260/588] Compiling sha256-armv8-linux.S
[261/588] Compiling sha256-armv8-apple.S
[262/588] Compiling sha256-armv4-linux.S
[262/588] Compiling sha256-586-apple.S
[264/588] Compiling sha256-586-linux.S
[265/588] Compiling sha1-x86_64-linux.S
[266/588] Compiling sha1-x86_64-apple.S
[267/588] Compiling sha1-armv8-win.S
[268/588] Compiling sha1-armv4-large-linux.S
[269/588] Compiling sha1-armv8-apple.S
[270/588] Compiling sha1-586-linux.S
[271/588] Compiling rsaz-avx2-linux.S
[272/588] Compiling sha1-armv8-linux.S
[273/588] Compiling rdrand-x86_64-apple.S
[274/588] Compiling sha1-586-apple.S
[275/588] Compiling rsaz-avx2-apple.S
[276/588] Compiling rdrand-x86_64-linux.S
[277/588] Compiling p256_beeu-x86_64-asm-apple.S
[278/588] Compiling p256_beeu-x86_64-asm-linux.S
[279/588] Compiling p256_beeu-armv8-asm-linux.S
[280/588] Compiling p256_beeu-armv8-asm-apple.S
[281/588] Compiling p256_beeu-armv8-asm-win.S
[282/588] Compiling p256-x86_64-asm-apple.S
[283/588] Compiling p256-x86_64-asm-linux.S
[284/588] Compiling p256-armv8-asm-win.S
[285/588] Compiling p256-armv8-asm-apple.S
[286/588] Compiling d1_both.cc
[287/588] Compiling ghashv8-armv8-win.S
[288/588] Compiling p256-armv8-asm-linux.S
[289/588] Compiling ghashv8-armv8-linux.S
[290/588] Compiling ghashv8-armv8-apple.S
[291/588] Compiling ghash-x86_64-linux.S
[292/588] Compiling ghash-ssse3-x86_64-linux.S
[293/588] Compiling ghashv8-armv7-linux.S
[294/588] Compiling ghash-x86-apple.S
[295/588] Compiling bio_ssl.cc
[295/588] Compiling ghash-x86-linux.S
[297/588] Compiling ghash-x86_64-apple.S
[298/588] Compiling ghash-ssse3-x86_64-apple.S
[299/588] Compiling ghash-ssse3-x86-apple.S
[300/588] Compiling ghash-ssse3-x86-linux.S
[301/588] Compiling ghash-neon-armv8-win.S
[302/588] Compiling ghash-neon-armv8-apple.S
[303/588] Compiling ghash-neon-armv8-linux.S
[304/588] Compiling ghash-armv4-linux.S
[305/588] Compiling co-586-linux.S
[306/588] Compiling bsaes-armv7-linux.S
[307/588] Compiling co-586-apple.S
[308/588] Compiling bn-armv8-win.S
[309/588] Compiling bn-586-apple.S
[310/588] Compiling bn-586-linux.S
[311/588] Compiling bn-armv8-apple.S
[312/588] Compiling bn-armv8-linux.S
[313/588] Compiling armv8-mont-linux.S
[314/588] Compiling armv8-mont-apple.S
[315/588] Compiling aesv8-armv8-win.S
[316/588] Compiling aesv8-gcm-armv8-win.S
[317/588] Compiling armv4-mont-linux.S
[318/588] Compiling armv8-mont-win.S
[319/588] Compiling aesv8-gcm-armv8-apple.S
[320/588] Compiling aesni-x86_64-apple.S
[321/588] Compiling aesv8-gcm-armv8-linux.S
[322/588] Compiling aesv8-armv8-apple.S
[323/588] Compiling aesv8-armv8-linux.S
[324/588] Compiling aesv8-armv7-linux.S
[325/588] Compiling aesni-x86_64-linux.S
[326/588] Compiling aes-gcm-avx2-x86_64-apple.S
[327/588] Compiling aesni-x86-apple.S
[328/588] Compiling aesni-gcm-x86_64-apple.S
[329/588] Compiling aesni-gcm-x86_64-linux.S
[330/588] Compiling aesni-x86-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-avx10-x86_64-linux.S
[334/588] Compiling x_x509.cc
[335/588] Compiling x_sig.cc
[336/588] Compiling x_x509a.cc
[337/588] Compiling x_val.cc
[338/588] Compiling x_spki.cc
[339/588] Compiling x_req.cc
[340/588] Compiling x_pubkey.cc
[341/588] Compiling x_attrib.cc
[342/588] Compiling x_algor.cc
[343/588] Compiling x_crl.cc
[344/588] Compiling x_name.cc
[345/588] Compiling x_exten.cc
[346/588] Compiling x509spki.cc
[347/588] Compiling x509rset.cc
[348/588] Compiling x_all.cc
[349/588] Compiling x509_vpm.cc
[350/588] Compiling x509name.cc
[351/588] Compiling x509cset.cc
[353/588] Compiling SwiftProtobuf api.pb.swift
[354/588] Compiling SwiftProtobuf descriptor.pb.swift
[355/588] Compiling SwiftProtobuf duration.pb.swift
[356/588] Compiling SwiftProtobuf empty.pb.swift
[357/588] Compiling SwiftProtobuf field_mask.pb.swift
[358/588] Compiling SwiftProtobuf source_context.pb.swift
[359/588] Compiling SwiftProtobuf struct.pb.swift
[360/588] Compiling SwiftProtobuf timestamp.pb.swift
[361/588] Compiling SwiftProtobuf type.pb.swift
[362/588] Compiling SwiftProtobuf wrappers.pb.swift
[363/588] Compiling SwiftProtobuf resource_bundle_accessor.swift
[363/589] Compiling x509_vfy.cc
[365/589] Compiling x509_trs.cc
[366/589] Compiling x509_txt.cc
[367/589] Compiling x509_v3.cc
[368/621] Compiling x509_set.cc
[369/642] Compiling x509_req.cc
[370/642] Compiling x509_obj.cc
[371/642] Compiling x509_lu.cc
[372/642] Compiling x509_def.cc
[373/642] Compiling x509_ext.cc
[374/642] Compiling x509_d2.cc
[375/642] Compiling x509_cmp.cc
[376/642] Compiling x509.cc
[377/642] Compiling x509_att.cc
[378/642] Compiling v3_utl.cc
[379/642] Compiling v3_prn.cc
[380/642] Compiling v3_skey.cc
[381/642] Compiling v3_purp.cc
[382/642] Compiling v3_pmaps.cc
[383/642] Compiling v3_pcons.cc
[384/642] Compiling v3_ocsp.cc
[385/642] Compiling v3_lib.cc
[387/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 |
[388/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 |
[389/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 |
[390/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 |
[391/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 |
[392/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 |
[393/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 |
[393/642] Compiling v3_ncons.cc
[394/649] Compiling v3_int.cc
[396/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 |
[397/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 |
[398/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 |
[399/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 |
[400/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 |
[401/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 |
[402/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 |
[403/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 |
[404/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 |
[405/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 |
[406/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 |
[407/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 |
[408/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 |
[409/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 |
[410/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 |
[411/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 |
[412/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 |
[413/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 |
[414/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 |
[415/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 |
[416/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 |
[417/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 |
[418/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 |
[419/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 |
[420/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 |
[421/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 |
[422/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 |
[423/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 |
[424/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 |
[425/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 |
[426/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 |
[427/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 |
[428/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 |
[429/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 |
[430/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 |
[431/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[432/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 |
[432/649] Compiling v3_info.cc
[433/649] Compiling v3_ia5.cc
[434/649] Compiling v3_genn.cc
[435/649] Compiling v3_extku.cc
[436/649] Compiling v3_enum.cc
[437/649] Compiling v3_cpols.cc
[438/649] Compiling v3_crld.cc
[440/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 |
[441/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 |
[442/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 |
[443/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 |
[444/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 |
[445/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 |
[446/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 |
[447/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 |
[448/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 |
[449/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 |
[450/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 |
[451/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 |
[452/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 |
[453/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 |
[454/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 |
[455/649] Compiling Connect JSONCodec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[455/649] Compiling v3_akey.cc
[455/649] Compiling v3_conf.cc
[455/649] Compiling v3_akeya.cc
[455/649] Compiling v3_bcons.cc
[455/649] Compiling v3_alt.cc
[455/649] Compiling v3_bitst.cc
[455/649] Compiling t_x509a.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/Benchmark/editing-trace.json
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/198] Compiling v3_bitst.cc
[4/198] Compiling v3_akeya.cc
[5/198] Compiling v3_bcons.cc
[6/198] Compiling v3_akey.cc
[7/198] Compiling t_x509.cc
[8/198] Compiling v3_conf.cc
[9/198] Write swift-version-24593BA9C3E375BF.txt
[10/198] Compiling t_x509a.cc
[11/198] Compiling v3_alt.cc
[13/204] Emitting module _NIOBase64
[14/204] Emitting module _NIODataStructures
[14/204] Compiling i2d_pr.cc
[15/204] Compiling rsa_pss.cc
[17/204] Compiling _NIOBase64 Base64.swift
[18/205] Compiling _NIODataStructures Heap.swift
[19/205] Compiling _NIODataStructures _TinyArray.swift
[20/205] Compiling _NIODataStructures PriorityQueue.swift
[22/206] Compiling name_print.cc
[23/206] Compiling t_crl.cc
[24/208] Compiling policy.cc
[25/278] Compiling t_req.cc
[27/312] Emitting module Semaphore
[28/312] Compiling Semaphore AsyncSemaphore.swift
[29/313] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/313] Compiling Logging MetadataProvider.swift
[32/314] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/314] Compiling InternalCollectionsUtilities Debugging.swift
[34/314] Compiling InternalCollectionsUtilities Descriptions.swift
[35/314] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/314] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/314] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/314] Compiling InternalCollectionsUtilities Integer rank.swift
[39/314] Emitting module InternalCollectionsUtilities
[40/314] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/314] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/314] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/314] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/314] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/314] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/315] Compiling by_file.cc
[47/315] Compiling asn1_gen.cc
[49/315] Compiling Logging Locks.swift
[50/315] Emitting module Logging
[51/315] Compiling Logging LogHandler.swift
[52/315] Compiling Logging Logging.swift
[52/316] Compiling by_dir.cc
[54/316] Compiling algorithm.cc
[55/331] Compiling a_verify.cc
[57/331] Compiling DequeModule Deque+Equatable.swift
[58/331] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[59/331] Compiling DequeModule Deque+CustomReflectable.swift
[60/331] Compiling DequeModule Deque+Descriptions.swift
[61/333] Compiling DequeModule _DequeBuffer.swift
[62/333] Compiling DequeModule _DequeBufferHeader.swift
[63/333] Compiling DequeModule _DequeSlot.swift
[64/333] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/333] Compiling DequeModule Deque+Testing.swift
[66/333] Compiling DequeModule Deque._Storage.swift
[67/333] Compiling DequeModule Deque._UnsafeHandle.swift
[68/333] Compiling DequeModule Deque.swift
[69/333] Compiling DequeModule Deque+Extras.swift
[70/333] Compiling DequeModule Deque+Hashable.swift
[70/333] Compiling thread_win.cc
[71/333] Compiling a_sign.cc
[73/333] Compiling DequeModule Deque+Codable.swift
[74/333] Compiling DequeModule Deque+Collection.swift
[74/333] Compiling voprf.cc
[75/333] Compiling pmbtoken.cc
[76/333] Compiling trust_token.cc
[77/333] Compiling a_digest.cc
[79/333] Emitting module DequeModule
[80/334] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[81/334] Compiling SwiftProtobuf Message+FieldMask.swift
[82/334] Compiling SwiftProtobuf Message+JSONAdditions.swift
[83/334] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[84/334] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[85/334] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[86/334] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[87/334] Compiling SwiftProtobuf Message.swift
[88/334] Compiling SwiftProtobuf MessageExtension.swift
[89/334] Compiling SwiftProtobuf NameMap.swift
[90/334] Compiling SwiftProtobuf PathDecoder.swift
[91/334] Compiling SwiftProtobuf PathVisitor.swift
[92/345] Compiling thread_pthread.cc
[94/345] Compiling SwiftProtobuf BytecodeInterpreter.swift
[95/345] Compiling SwiftProtobuf BytecodeReader.swift
[96/345] Compiling SwiftProtobuf CustomJSONCodable.swift
[97/345] Compiling SwiftProtobuf Decoder.swift
[98/345] Compiling SwiftProtobuf DoubleParser.swift
[99/345] Compiling SwiftProtobuf Enum.swift
[100/345] Compiling SwiftProtobuf ExtensibleMessage.swift
[101/345] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[102/345] Compiling SwiftProtobuf ExtensionFields.swift
[103/345] Compiling SwiftProtobuf ExtensionMap.swift
[104/345] Compiling SwiftProtobuf FieldTag.swift
[105/345] Compiling SwiftProtobuf FieldTypes.swift
[117/345] Compiling thread_none.cc
[119/345] Emitting module SwiftProtobuf
[119/345] Compiling thread.cc
[120/345] Compiling stack.cc
[121/345] Compiling slhdsa.cc
[122/345] Compiling siphash.cc
[123/345] Compiling spake2plus.cc
[124/345] Compiling sha512.cc
[125/345] Compiling sha256.cc
[126/345] Compiling sha1.cc
[127/345] Compiling rsa_print.cc
[128/345] Compiling rsa_crypt.cc
[129/345] Compiling rsa_extra.cc
[130/345] Compiling windows.cc
[131/345] Compiling refcount.cc
[132/345] Compiling rc4.cc
[133/345] Compiling urandom.cc
[134/345] Compiling rsa_asn1.cc
[136/345] Compiling SwiftProtobuf JSONDecoder.swift
[137/345] Compiling SwiftProtobuf JSONDecodingError.swift
[138/345] Compiling SwiftProtobuf JSONDecodingOptions.swift
[139/345] Compiling SwiftProtobuf JSONEncoder.swift
[140/345] Compiling SwiftProtobuf JSONEncodingError.swift
[141/345] Compiling SwiftProtobuf JSONEncodingOptions.swift
[142/345] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[143/345] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[144/345] Compiling SwiftProtobuf JSONScanner.swift
[145/345] Compiling SwiftProtobuf MathUtils.swift
[146/345] Compiling SwiftProtobuf Message+AnyAdditions.swift
[147/345] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[147/345] Compiling passive.cc
[148/345] Compiling getentropy.cc
[149/345] Compiling trusty.cc
[150/345] Compiling ios.cc
[151/345] Compiling fork_detect.cc
[152/345] Compiling poly1305_arm_asm.S
[153/345] Compiling rand.cc
[155/345] Compiling SwiftProtobuf ProtoNameProviding.swift
[156/345] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[157/345] Compiling SwiftProtobuf ProtobufMap.swift
[158/345] Compiling SwiftProtobuf SelectiveVisitor.swift
[159/345] Compiling SwiftProtobuf SimpleExtensionMap.swift
[160/345] Compiling SwiftProtobuf StringUtils.swift
[161/345] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[162/345] Compiling SwiftProtobuf SwiftProtobufError.swift
[163/345] Compiling SwiftProtobuf TextFormatDecoder.swift
[164/345] Compiling SwiftProtobuf TextFormatDecodingError.swift
[165/345] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[166/345] Compiling SwiftProtobuf TextFormatEncoder.swift
[167/345] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[168/345] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[169/345] Compiling SwiftProtobuf TextFormatScanner.swift
[170/345] Compiling SwiftProtobuf TimeUtils.swift
[171/345] Compiling SwiftProtobuf UnknownStorage.swift
[172/345] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[173/345] Compiling SwiftProtobuf Varint.swift
[174/345] Compiling SwiftProtobuf Version.swift
[175/345] Compiling SwiftProtobuf Visitor.swift
[176/345] Compiling SwiftProtobuf WireFormat.swift
[177/345] Compiling SwiftProtobuf ZigZag.swift
[178/345] Compiling SwiftProtobuf any.pb.swift
[178/345] Compiling forkunsafe.cc
[179/345] Compiling deterministic.cc
[180/345] Compiling poly1305_vec.cc
[181/345] Compiling poly1305_arm.cc
[182/345] Compiling poly1305.cc
[187/345] Compiling pool.cc
[188/345] Compiling SwiftProtobuf BinaryDecodingError.swift
[190/345] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[191/345] Compiling SwiftProtobuf BinaryDelimited.swift
[192/345] Compiling SwiftProtobuf BinaryEncoder.swift
[193/345] Compiling SwiftProtobuf BinaryEncodingError.swift
[194/345] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[195/345] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[196/345] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[196/345] Compiling pkcs8.cc
[197/345] Compiling p5_pbev2.cc
[198/345] Compiling pkcs8_x509.cc
[199/345] Compiling pkcs7.cc
[200/345] Compiling pkcs7_x509.cc
[201/345] Compiling pem_xaux.cc
[202/345] Compiling pem_x509.cc
[203/345] Compiling pem_pkey.cc
[204/345] Compiling pem_pk8.cc
[205/345] Compiling pem_oth.cc
[206/345] Compiling pem_info.cc
[207/345] Compiling obj_xref.cc
[208/345] Compiling pem_lib.cc
[209/345] Compiling pem_all.cc
[210/345] Compiling mlkem.cc
[211/345] Compiling mldsa.cc
[212/345] Compiling mem.cc
[213/345] Compiling poly_rq_mul.S
[214/345] Compiling md5.cc
[215/345] Compiling md4.cc
[216/345] Compiling fips_shared_support.cc
[218/345] Compiling SwiftProtobuf api.pb.swift
[219/345] Compiling SwiftProtobuf descriptor.pb.swift
[220/345] Compiling SwiftProtobuf duration.pb.swift
[221/345] Compiling SwiftProtobuf empty.pb.swift
[222/345] Compiling SwiftProtobuf field_mask.pb.swift
[223/345] Compiling SwiftProtobuf source_context.pb.swift
[224/345] Compiling SwiftProtobuf struct.pb.swift
[225/345] Compiling SwiftProtobuf timestamp.pb.swift
[226/345] Compiling SwiftProtobuf type.pb.swift
[227/345] Compiling SwiftProtobuf wrappers.pb.swift
[228/345] Compiling SwiftProtobuf resource_bundle_accessor.swift
[228/345] Compiling obj.cc
[229/346] Compiling lhash.cc
[231/347] Compiling ex_data.cc
[232/385] Compiling kyber.cc
[233/399] Compiling sign.cc
[234/399] Compiling hpke.cc
[235/399] Compiling scrypt.cc
[236/399] Compiling hrss.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[238/399] 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 |
[239/406] 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 |
[240/406] 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 |
[241/406] 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 |
[242/406] 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 |
[243/406] 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 |
[244/406] 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 |
[245/406] 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 |
[246/406] 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 |
[247/406] 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 |
[248/406] 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 |
[249/406] 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 |
[250/406] 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 |
[251/406] 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 |
[252/406] 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 |
[253/406] 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 |
[254/406] 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 |
[255/406] 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 |
[256/406] 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 |
[257/406] 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 |
[258/406] 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 |
[259/406] 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 |
[260/406] 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 |
[261/406] 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 |
[262/406] 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 |
[263/406] 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 |
[264/406] 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 |
[265/406] 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 |
[266/406] 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 |
[267/406] 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 |
[268/406] 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 |
[269/406] 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 |
[270/406] 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 |
[271/406] 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 |
[272/406] 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 |
[273/406] 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 |
[273/406] Compiling pbkdf.cc
[274/406] Compiling p_x25519.cc
[276/406] 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 |
[277/406] 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 |
[278/406] 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 |
[279/406] 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 |
[280/406] 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 |
[281/406] 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 |
[282/406] 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 |
[283/406] 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 |
[283/406] Compiling print.cc
[284/406] Compiling p_x25519_asn1.cc
[285/406] Compiling p_rsa_asn1.cc
[286/406] Compiling p_rsa.cc
[287/406] Compiling p_ed25519.cc
[288/406] Compiling p_ed25519_asn1.cc
[289/406] Compiling p_hkdf.cc
[291/406] 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 |
[292/406] 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 |
[293/406] 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 |
[294/406] 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 |
[295/406] 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 |
[296/406] 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 |
[297/406] 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 |
[298/406] Compiling Connect JSONCodec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[299/406] 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 |
[300/406] 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 |
[301/406] 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 |
[302/406] 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 |
[303/406] 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 |
[304/406] 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 |
[305/406] 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 |
[306/406] 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 |
[306/406] Compiling p_ec.cc
[307/406] Compiling evp_asn1.cc
[307/406] Compiling evp_ctx.cc
[307/406] Compiling p_dh.cc
[307/406] Compiling p_dsa_asn1.cc
[307/406] Compiling p_dh_asn1.cc
[307/406] Compiling p_ec_asn1.cc
[307/406] Compiling bcm.cc
BUILD FAILURE 6.1 android