Build Information
Failed to build Yorkie, reference main (723fe7
), with Swift 6.1 for Android on 2 Jun 2025 13:51:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yorkie-team/yorkie-ios-sdk.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/yorkie-team/yorkie-ios-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 723fe78 Bump to 0.5.5
Cloned https://github.com/yorkie-team/yorkie-ios-sdk.git
Revision (git rev-parse @):
723fe78f738bdaa8fd508de0874f0cb947a7ecc8
SUCCESS checkout https://github.com/yorkie-team/yorkie-ios-sdk.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/yorkie-team/yorkie-ios-sdk.git
https://github.com/yorkie-team/yorkie-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "connect-swift",
"requirement" : {
"exact" : [
"1.0.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/connectrpc/connect-swift"
},
{
"identity" : "swift-log",
"requirement" : {
"exact" : [
"1.6.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "semaphore",
"requirement" : {
"exact" : [
"0.0.8"
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"exact" : [
"1.4.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Yorkie",
"name" : "Yorkie",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Yorkie",
"targets" : [
"Yorkie"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YorkieUnitTests",
"module_type" : "SwiftTarget",
"name" : "YorkieUnitTests",
"path" : "Tests/Unit",
"sources" : [
"API/V1/ConverterTests.swift",
"Document/CRDT/CRDTArrayTests.swift",
"Document/CRDT/CRDTCountTests.swift",
"Document/CRDT/CRDTElementTests.swift",
"Document/CRDT/CRDTObjectTests.swift",
"Document/CRDT/CRDTRootTests.swift",
"Document/CRDT/CRDTTextTests.swift",
"Document/CRDT/CRDTTreeTests.swift",
"Document/CRDT/ElementRHTTests.swift",
"Document/CRDT/PrimitiveTests.swift",
"Document/CRDT/RGATreeListTests.swift",
"Document/CRDT/RHTTests.swift",
"Document/Change/ChangeContextTests.swift",
"Document/Change/ChangeIDTests.swift",
"Document/Change/ChangePackTests.swift",
"Document/Change/ChangeTests.swift",
"Document/Change/CheckpointTests.swift",
"Document/DocumentConcurrentAccessTests.swift",
"Document/DocumentTests.swift",
"Document/GCTests.swift",
"Document/Json/JONSTreeTests.swift",
"Document/Json/JSONArrayTests.swift",
"Document/Json/JSONObjectTests.swift",
"Document/Json/JSONTextTest.swift",
"Document/Operation/AddOperationTests.swift",
"Document/Operation/MoveOperationTests.swift",
"Document/Operation/RemoveOperationTests.swift",
"Document/Operation/SetOperationTests.swift",
"Document/Time/TimeTicketTests.swift",
"Document/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",
"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-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/groue/Semaphore.git
Fetching https://github.com/connectrpc/connect-swift
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
[1/293] Fetching semaphore
Fetched https://github.com/groue/Semaphore.git from cache (0.24s)
[1/2049] Fetching swift-docc-plugin
[145/10569] Fetching swift-docc-plugin, connect-swift
[783/14405] Fetching swift-docc-plugin, connect-swift, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.61s)
Fetched https://github.com/connectrpc/connect-swift from cache (0.63s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3395] 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.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.47s)
Computing version for https://github.com/connectrpc/connect-swift
Computed https://github.com/connectrpc/connect-swift at 1.0.3 (0.48s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/11527] Fetching swift-nio-http2
[2537/26370] Fetching swift-nio-http2, swift-nio-ssl
[5357/102517] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
[30243/141839] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.74s)
[82626/126996] Fetching swift-nio-http2, swift-nio, swift-protobuf
Fetched https://github.com/apple/swift-nio-http2.git from cache (10.46s)
Fetched https://github.com/apple/swift-nio.git from cache (10.54s)
Fetched https://github.com/apple/swift-protobuf.git from cache (11.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (12.13s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.94s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.76s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.69s)
Fetched https://github.com/apple/swift-collections.git from cache (1.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
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.31.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/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.83.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/440] Write sources
[17/440] Copying PrivacyInfo.xcprivacy
[17/440] Write sources
[26/440] Compiling _AtomicsShims.c
[27/440] Compiling CNIOWASI CNIOWASI.c
[28/440] Compiling CNIOLinux liburing_shims.c
[29/440] Compiling CNIOWindows WSAStartup.c
[30/440] Compiling CNIOWindows shim.c
[31/440] Compiling CNIODarwin shim.c
[32/440] Compiling CNIOLLHTTP c_nio_http.c
[33/440] Compiling fiat_p256_adx_mul.S
[34/440] Compiling fiat_p256_adx_sqr.S
[35/440] Compiling CNIOLinux shim.c
[36/440] Compiling CNIOLLHTTP c_nio_api.c
[37/440] Compiling fiat_curve25519_adx_square.S
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Write swift-version-24593BA9C3E375BF.txt
[40/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/440] Compiling CNIOBoringSSLShims shims.c
[42/446] Compiling tls_method.cc
[43/446] Compiling tls_record.cc
[44/446] Compiling tls13_enc.cc
[45/446] Compiling tls13_client.cc
[46/452] Compiling tls13_server.cc
[47/453] Compiling tls13_both.cc
[49/550] Emitting module InternalCollectionsUtilities
[49/551] Compiling t1_enc.cc
[51/551] Compiling _NIOBase64 Base64.swift
[52/551] Emitting module _NIOBase64
[53/551] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/551] Compiling InternalCollectionsUtilities Debugging.swift
[55/552] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/552] Compiling InternalCollectionsUtilities Integer rank.swift
[57/552] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/552] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/552] Compiling _NIODataStructures _TinyArray.swift
[60/552] Compiling InternalCollectionsUtilities Descriptions.swift
[61/552] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/552] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/552] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/552] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/552] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/552] Compiling InternalCollectionsUtilities _SortedCollection.swift
[68/553] Compiling _NIODataStructures PriorityQueue.swift
[70/553] Emitting module _NIODataStructures
[71/553] Compiling _NIODataStructures Heap.swift
[72/554] Compiling ssl_x509.cc
[75/569] Compiling DequeModule _DequeBuffer.swift
[76/569] Compiling DequeModule _DequeBufferHeader.swift
[77/571] Compiling DequeModule Deque+Extras.swift
[78/571] Compiling DequeModule Deque+Hashable.swift
[79/571] Compiling DequeModule Deque+CustomReflectable.swift
[80/571] Compiling DequeModule Deque+Descriptions.swift
[81/571] Compiling DequeModule Deque+Equatable.swift
[82/571] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[83/571] Compiling DequeModule _DequeSlot.swift
[84/571] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/571] Compiling DequeModule Deque+Testing.swift
[86/571] Compiling DequeModule Deque._Storage.swift
[87/571] Compiling DequeModule Deque._UnsafeHandle.swift
[88/571] Compiling DequeModule Deque.swift
[89/571] Compiling DequeModule Deque+Codable.swift
[90/571] Compiling DequeModule Deque+Collection.swift
[90/571] Compiling ssl_versions.cc
[92/571] Emitting module DequeModule
[94/572] Compiling Logging MetadataProvider.swift
[95/572] Emitting module Logging
[95/572] Compiling ssl_stat.cc
[96/572] Compiling ssl_transcript.cc
[98/572] Compiling Logging Logging.swift
[99/572] Compiling Logging Locks.swift
[100/572] Compiling Logging LogHandler.swift
[101/573] Compiling ssl_session.cc
[103/573] Emitting module Semaphore
[104/573] Compiling Semaphore AsyncSemaphore.swift
[106/574] Compiling SwiftProtobuf Message+JSONAdditions.swift
[107/574] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[108/574] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[109/574] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[110/574] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[111/574] Compiling SwiftProtobuf Message.swift
[112/574] Compiling SwiftProtobuf MessageExtension.swift
[113/574] Compiling SwiftProtobuf NameMap.swift
[114/574] Compiling SwiftProtobuf PathDecoder.swift
[115/574] Compiling SwiftProtobuf PathVisitor.swift
[116/574] Compiling SwiftProtobuf ProtoNameProviding.swift
[117/574] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[118/585] Compiling SwiftProtobuf ProtobufMap.swift
[119/585] Compiling SwiftProtobuf SelectiveVisitor.swift
[120/585] Compiling SwiftProtobuf SimpleExtensionMap.swift
[121/585] Compiling SwiftProtobuf StringUtils.swift
[122/585] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[123/585] Compiling SwiftProtobuf SwiftProtobufError.swift
[124/585] Compiling SwiftProtobuf TextFormatDecoder.swift
[125/585] Compiling SwiftProtobuf TextFormatDecodingError.swift
[126/585] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[127/585] Compiling SwiftProtobuf TextFormatEncoder.swift
[128/585] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[128/585] Compiling ssl_key_share.cc
[129/585] Compiling ssl_privkey.cc
[130/585] Compiling ssl_file.cc
[131/585] Compiling ssl_buffer.cc
[132/585] Compiling ssl_lib.cc
[134/585] Compiling SwiftProtobuf JSONDecodingOptions.swift
[135/585] Compiling SwiftProtobuf JSONEncoder.swift
[136/585] Compiling SwiftProtobuf JSONEncodingError.swift
[137/585] Compiling SwiftProtobuf JSONEncodingOptions.swift
[138/585] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[139/585] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[140/585] Compiling SwiftProtobuf JSONScanner.swift
[141/585] Compiling SwiftProtobuf MathUtils.swift
[142/585] Compiling SwiftProtobuf Message+AnyAdditions.swift
[143/585] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[144/585] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[145/585] Compiling SwiftProtobuf Message+FieldMask.swift
[150/585] Compiling SwiftProtobuf ExtensibleMessage.swift
[151/585] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[152/585] Compiling SwiftProtobuf ExtensionFields.swift
[153/585] Compiling SwiftProtobuf ExtensionMap.swift
[154/585] Compiling SwiftProtobuf FieldTag.swift
[155/585] Compiling SwiftProtobuf FieldTypes.swift
[156/585] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[157/585] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[157/585] Compiling ssl_cipher.cc
[158/585] Compiling ssl_credential.cc
[159/585] Compiling ssl_cert.cc
[160/585] Compiling ssl_aead_ctx.cc
[162/585] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[163/585] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[164/585] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[165/585] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[166/585] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[167/585] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[168/585] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[169/585] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[170/585] Compiling SwiftProtobuf HashVisitor.swift
[171/585] Compiling SwiftProtobuf Internal.swift
[172/585] Compiling SwiftProtobuf JSONDecoder.swift
[173/585] Compiling SwiftProtobuf JSONDecodingError.swift
[174/585] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[175/585] Compiling SwiftProtobuf TextFormatScanner.swift
[176/585] Compiling SwiftProtobuf TimeUtils.swift
[177/585] Compiling SwiftProtobuf UnknownStorage.swift
[178/585] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[179/585] Compiling SwiftProtobuf Varint.swift
[180/585] Compiling SwiftProtobuf Version.swift
[181/585] Compiling SwiftProtobuf Visitor.swift
[182/585] Compiling SwiftProtobuf WireFormat.swift
[183/585] Compiling SwiftProtobuf ZigZag.swift
[184/585] Compiling SwiftProtobuf any.pb.swift
[184/585] Compiling ssl_asn1.cc
[185/585] Compiling s3_pkt.cc
[186/585] Compiling s3_lib.cc
[200/585] Emitting module SwiftProtobuf
[200/585] Compiling s3_both.cc
[201/585] Compiling handshake_server.cc
[202/585] Compiling handshake_client.cc
[203/585] Compiling handshake.cc
[204/585] Compiling handoff.cc
[205/585] Compiling extensions.cc
[206/585] Compiling encrypted_client_hello.cc
[207/585] Compiling dtls_method.cc
[208/585] Compiling d1_pkt.cc
[209/585] Compiling md5-x86_64-linux.S
[210/585] Compiling md5-x86_64-apple.S
[211/585] Compiling dtls_record.cc
[212/585] Compiling md5-586-linux.S
[213/585] Compiling md5-586-apple.S
[214/585] Compiling chacha20_poly1305_x86_64-linux.S
[215/585] Compiling chacha20_poly1305_armv8-win.S
[216/585] Compiling chacha20_poly1305_x86_64-apple.S
[217/585] Compiling chacha20_poly1305_armv8-apple.S
[218/585] Compiling chacha20_poly1305_armv8-linux.S
[219/585] Compiling chacha-x86_64-linux.S
[220/585] Compiling chacha-x86-linux.S
[221/585] Compiling chacha-x86_64-apple.S
[222/585] Compiling chacha-x86-apple.S
[223/585] Compiling chacha-armv8-win.S
[224/585] Compiling chacha-armv8-apple.S
[225/585] Compiling chacha-armv8-linux.S
[226/585] Compiling chacha-armv4-linux.S
[227/585] Compiling bio_ssl.cc
[228/585] Compiling aes128gcmsiv-x86_64-linux.S
[229/585] Compiling aes128gcmsiv-x86_64-apple.S
[230/585] Compiling x86_64-mont5-linux.S
[231/585] Compiling x86_64-mont5-apple.S
[232/585] Compiling x86_64-mont-linux.S
[233/585] Compiling x86_64-mont-apple.S
[234/585] Compiling x86-mont-linux.S
[235/585] Compiling d1_srtp.cc
[236/585] Compiling x86-mont-apple.S
[237/585] Compiling vpaes-x86_64-linux.S
[238/585] Compiling d1_lib.cc
[239/585] Compiling vpaes-x86_64-apple.S
[239/585] Compiling vpaes-x86-linux.S
[241/585] Compiling err_data.cc
[242/585] Compiling vpaes-x86-apple.S
[243/585] Compiling vpaes-armv8-win.S
[244/585] Compiling vpaes-armv8-linux.S
[245/585] Compiling vpaes-armv8-apple.S
[246/585] Compiling sha512-x86_64-linux.S
[247/585] Compiling sha512-x86_64-apple.S
[248/585] Compiling vpaes-armv7-linux.S
[249/585] Compiling sha512-armv8-win.S
[250/585] Compiling sha512-armv8-apple.S
[251/585] Compiling sha512-armv4-linux.S
[252/585] Compiling sha512-armv8-linux.S
[253/585] Compiling sha512-586-linux.S
[254/585] Compiling sha512-586-apple.S
[255/585] Compiling sha256-x86_64-linux.S
[256/585] Compiling sha256-x86_64-apple.S
[257/585] Compiling sha256-armv8-win.S
[258/585] Compiling sha256-armv8-linux.S
[259/585] Compiling sha256-armv4-linux.S
[260/585] Compiling sha256-armv8-apple.S
[260/585] Compiling sha256-586-linux.S
[262/585] Compiling sha256-586-apple.S
[263/585] Compiling sha1-x86_64-linux.S
[264/585] Compiling sha1-armv8-win.S
[265/585] Compiling sha1-armv4-large-linux.S
[266/585] Compiling sha1-armv8-apple.S
[267/585] Compiling sha1-x86_64-apple.S
[268/585] Compiling sha1-armv8-linux.S
[269/585] Compiling sha1-586-linux.S
[270/585] Compiling rsaz-avx2-linux.S
[271/585] Compiling sha1-586-apple.S
[272/585] Compiling rsaz-avx2-apple.S
[273/585] Compiling rdrand-x86_64-apple.S
[274/585] Compiling rdrand-x86_64-linux.S
[275/585] Compiling p256_beeu-x86_64-asm-apple.S
[276/585] Compiling p256_beeu-x86_64-asm-linux.S
[277/585] Compiling p256_beeu-armv8-asm-linux.S
[278/585] Compiling p256-x86_64-asm-linux.S
[279/585] Compiling p256_beeu-armv8-asm-win.S
[280/585] Compiling p256_beeu-armv8-asm-apple.S
[281/585] Compiling p256-armv8-asm-win.S
[281/585] Compiling p256-x86_64-asm-apple.S
[283/585] Compiling ghashv8-armv8-win.S
[284/585] Compiling p256-armv8-asm-apple.S
[285/585] Compiling ghashv8-armv8-apple.S
[286/585] Compiling ghashv8-armv7-linux.S
[287/585] Compiling p256-armv8-asm-linux.S
[288/585] Compiling ghashv8-armv8-linux.S
[289/585] Compiling ghash-x86_64-apple.S
[290/585] Compiling ghash-x86_64-linux.S
[291/585] Compiling ghash-x86-apple.S
[292/585] Compiling ghash-x86-linux.S
[293/585] Compiling ghash-ssse3-x86_64-linux.S
[294/585] Compiling ghash-ssse3-x86_64-apple.S
[295/585] Compiling ghash-ssse3-x86-linux.S
[296/585] Compiling ghash-neon-armv8-win.S
[297/585] Compiling d1_both.cc
[298/585] Compiling ghash-ssse3-x86-apple.S
[299/585] Compiling ghash-neon-armv8-linux.S
[300/585] Compiling co-586-linux.S
[301/585] Compiling co-586-apple.S
[302/585] Compiling ghash-neon-armv8-apple.S
[303/585] Compiling bn-armv8-win.S
[303/585] Compiling bsaes-armv7-linux.S
[305/585] Compiling ghash-armv4-linux.S
[306/585] Compiling bn-armv8-apple.S
[307/585] Compiling bn-armv8-linux.S
[308/585] Compiling bn-586-linux.S
[309/585] Compiling bn-586-apple.S
[310/585] Compiling armv8-mont-apple.S
[311/585] Compiling armv8-mont-win.S
[312/585] Compiling armv8-mont-linux.S
[313/585] Compiling aesv8-gcm-armv8-apple.S
[314/585] Compiling aesv8-armv8-win.S
[315/585] Compiling aesv8-gcm-armv8-linux.S
[316/585] Compiling armv4-mont-linux.S
[317/585] Compiling aesv8-armv8-apple.S
[318/585] Compiling aesv8-gcm-armv8-win.S
[319/585] Compiling aesv8-armv8-linux.S
[320/585] Compiling aesni-x86_64-linux.S
[321/585] Compiling aesni-gcm-x86_64-linux.S
[322/585] Compiling aesni-x86_64-apple.S
[323/585] Compiling aesni-x86-linux.S
[324/585] Compiling aes-gcm-avx2-x86_64-apple.S
[325/585] Compiling aesv8-armv7-linux.S
[325/585] Compiling aesni-x86-apple.S
[327/585] Compiling aesni-gcm-x86_64-apple.S
[328/585] Compiling aes-gcm-avx2-x86_64-linux.S
[329/585] Compiling aes-gcm-avx10-x86_64-apple.S
[330/585] Compiling aes-gcm-avx10-x86_64-linux.S
[331/585] Compiling x_x509a.cc
[332/585] Compiling x_x509.cc
[333/585] Compiling x_sig.cc
[334/585] Compiling x_req.cc
[335/585] Compiling x_spki.cc
[336/585] Compiling x_val.cc
[337/585] Compiling x_pubkey.cc
[338/585] Compiling x_name.cc
[339/585] Compiling x_algor.cc
[340/585] Compiling x_exten.cc
[341/585] Compiling x_attrib.cc
[342/585] Compiling x_crl.cc
[343/585] Compiling x_all.cc
[344/585] Compiling x509spki.cc
[345/585] Compiling x509name.cc
[346/585] Compiling x509cset.cc
[347/585] Compiling x509_vpm.cc
[348/585] Compiling x509rset.cc
[349/585] Compiling x509_set.cc
[350/585] Compiling x509_trs.cc
[351/585] Compiling x509_txt.cc
[352/585] Compiling x509_vfy.cc
[353/585] Compiling x509_v3.cc
[354/585] Compiling x509_req.cc
[355/585] Compiling x509_obj.cc
[357/585] Compiling SwiftProtobuf api.pb.swift
[358/585] Compiling SwiftProtobuf descriptor.pb.swift
[359/585] Compiling SwiftProtobuf duration.pb.swift
[360/585] Compiling SwiftProtobuf empty.pb.swift
[361/585] Compiling SwiftProtobuf field_mask.pb.swift
[362/585] Compiling SwiftProtobuf source_context.pb.swift
[363/585] Compiling SwiftProtobuf struct.pb.swift
[364/585] Compiling SwiftProtobuf timestamp.pb.swift
[365/585] Compiling SwiftProtobuf type.pb.swift
[366/585] Compiling SwiftProtobuf wrappers.pb.swift
[367/585] Compiling SwiftProtobuf resource_bundle_accessor.swift
[368/586] Compiling x509_d2.cc
[369/586] Compiling x509_lu.cc
[370/586] Compiling x509_ext.cc
[371/586] Compiling x509_def.cc
[371/586] Compiling x509_cmp.cc
[371/586] Compiling x509_att.cc
[371/586] Compiling x509.cc
[371/586] Compiling v3_purp.cc
[371/586] Compiling v3_skey.cc
[371/586] Compiling v3_prn.cc
[371/586] Compiling v3_utl.cc
[371/586] Compiling v3_pmaps.cc
[371/586] Compiling v3_pcons.cc
[381/586] Compiling v3_ncons.cc
[382/586] Compiling v3_ocsp.cc
[383/586] Compiling v3_lib.cc
[384/639] Compiling v3_info.cc
[385/639] Compiling v3_ia5.cc
[386/639] Compiling v3_int.cc
[387/639] Compiling v3_extku.cc
[388/639] Compiling v3_genn.cc
[389/639] Compiling v3_enum.cc
[390/639] Compiling v3_bitst.cc
[391/639] Compiling v3_crld.cc
[392/639] Compiling v3_cpols.cc
[393/639] Compiling v3_conf.cc
[394/639] Compiling v3_bcons.cc
[395/639] Compiling v3_alt.cc
[396/639] Compiling v3_akeya.cc
[397/639] Compiling v3_akey.cc
[398/639] Compiling t_x509a.cc
[399/639] Compiling t_req.cc
[400/639] Compiling t_x509.cc
[401/639] Compiling t_crl.cc
[402/639] Compiling i2d_pr.cc
[403/639] Compiling rsa_pss.cc
[404/639] Compiling policy.cc
[405/639] Compiling name_print.cc
[406/639] Compiling by_file.cc
[407/639] Compiling by_dir.cc
[408/639] Compiling asn1_gen.cc
[409/639] Compiling algorithm.cc
[410/639] Compiling a_verify.cc
[412/639] Compiling Connect IdempotencyLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[413/639] Compiling Connect Interceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[414/639] Compiling Connect InterceptorFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[415/639] Compiling Connect StreamInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[416/639] Compiling Connect UnaryInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[417/639] Compiling Connect MethodSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[418/639] 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 |
[419/639] 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 |
[420/639] 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 |
[421/639] 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 |
[422/639] 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 |
[423/639] 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 |
[424/639] 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 |
[425/639] 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 |
[426/646] 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 |
[427/646] 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 |
[428/646] 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 |
[429/646] 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 |
[430/646] 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 |
[431/646] 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 |
[432/646] 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 |
[432/646] Compiling a_sign.cc
[433/646] Compiling a_digest.cc
[435/646] 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 |
[436/646] 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 |
[437/646] 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 |
[438/646] 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 |
[439/646] 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 |
[440/646] 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 |
[441/646] 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 |
[441/646] Compiling thread_win.cc
[443/646] 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 |
[444/646] 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 |
[445/646] 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 |
[446/646] 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 |
[447/646] 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 |
[448/646] 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 |
[449/646] 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 |
[450/646] Compiling Connect ClientOnlyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[451/646] 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 |
[452/646] 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 |
[453/646] 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 |
[454/646] 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 |
[455/646] 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 |
[456/646] 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 |
[457/646] 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 |
[457/646] Compiling trust_token.cc
[458/646] Compiling voprf.cc
[459/646] Compiling thread_pthread.cc
[460/646] Compiling thread.cc
[461/646] Compiling pmbtoken.cc
[462/646] Compiling thread_none.cc
[463/646] Compiling stack.cc
[464/646] Compiling slhdsa.cc
[465/646] Compiling siphash.cc
[466/646] Compiling sha512.cc
[467/646] Compiling spake2plus.cc
[468/646] Compiling sha1.cc
[469/646] Compiling sha256.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[471/646] 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 |
[472/646] 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 |
[473/646] 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 |
[474/646] 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 |
[475/646] 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 |
[476/646] 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 |
[477/646] 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 |
[478/646] 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 |
[479/646] 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 |
[480/646] 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 |
[481/646] 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 |
[482/646] 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 |
[483/646] 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 |
[484/646] 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 |
[485/646] 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 |
[486/646] 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 |
[487/646] 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 |
[487/646] Compiling rsa_print.cc
[488/646] Compiling rsa_extra.cc
[489/646] Compiling rsa_crypt.cc
[490/646] Compiling windows.cc
[491/646] Compiling rc4.cc
[492/646] Compiling refcount.cc
[493/646] Compiling passive.cc
[493/646] Compiling urandom.cc
[493/646] Compiling trusty.cc
[493/646] Compiling rand.cc
[493/646] Compiling ios.cc
[493/646] Compiling getentropy.cc
[493/646] Compiling rsa_asn1.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/157] Compiling rand.cc
[4/157] Compiling passive.cc
[5/157] Compiling ios.cc
[6/157] Write swift-version-24593BA9C3E375BF.txt
[7/157] Compiling trusty.cc
[8/157] Compiling urandom.cc
[9/157] Compiling getentropy.cc
[10/157] Compiling forkunsafe.cc
[11/163] Compiling rsa_asn1.cc
[12/165] Compiling fork_detect.cc
[13/223] Compiling deterministic.cc
[15/267] Compiling _NIODataStructures Heap.swift
[16/267] Emitting module Semaphore
[17/267] Compiling Semaphore AsyncSemaphore.swift
[18/268] Compiling Logging LogHandler.swift
[19/268] Emitting module _NIODataStructures
[20/268] Compiling _NIOBase64 Base64.swift
[21/268] Emitting module _NIOBase64
[22/269] Compiling _NIODataStructures _TinyArray.swift
[24/269] Compiling _NIODataStructures PriorityQueue.swift
[24/269] Compiling pool.cc
[26/270] Compiling InternalCollectionsUtilities Descriptions.swift
[27/270] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/270] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/270] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/270] Compiling InternalCollectionsUtilities Debugging.swift
[30/271] Compiling poly1305_arm_asm.S
[32/271] Emitting module Logging
[33/271] Compiling Logging Locks.swift
[35/271] Compiling poly1305_vec.cc
[37/271] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[38/271] Compiling InternalCollectionsUtilities Integer rank.swift
[39/271] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/271] Compiling poly1305.cc
[41/271] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/271] Compiling InternalCollectionsUtilities _SortedCollection.swift
[43/271] Emitting module InternalCollectionsUtilities
[44/271] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/271] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[46/271] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/271] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/271] Compiling poly1305_arm.cc
[49/272] Compiling Logging Logging.swift
[50/272] Compiling Logging MetadataProvider.swift
[52/288] Compiling pkcs7_x509.cc
[54/288] Compiling DequeModule Deque+CustomReflectable.swift
[55/288] Compiling DequeModule Deque+Descriptions.swift
[56/288] Compiling DequeModule Deque+Equatable.swift
[57/288] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[57/290] Compiling p5_pbev2.cc
[59/290] Compiling DequeModule _DequeBuffer.swift
[60/290] Compiling DequeModule _DequeBufferHeader.swift
[60/290] Compiling pkcs8_x509.cc
[61/290] Compiling DequeModule Deque+Extras.swift
[62/290] Compiling DequeModule Deque+Hashable.swift
[63/290] Compiling pkcs8.cc
[64/290] Compiling pkcs7.cc
[66/290] Compiling DequeModule _DequeSlot.swift
[67/290] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/290] Compiling DequeModule Deque._UnsafeHandle.swift
[69/290] Compiling DequeModule Deque.swift
[70/290] Compiling DequeModule Deque+Testing.swift
[71/290] Compiling DequeModule Deque._Storage.swift
[72/290] Compiling DequeModule Deque+Codable.swift
[73/290] Compiling DequeModule Deque+Collection.swift
[73/290] Compiling pem_xaux.cc
[75/290] Emitting module DequeModule
[76/291] Compiling pem_x509.cc
[77/291] Compiling pem_pk8.cc
[78/291] Compiling pem_pkey.cc
[79/291] Compiling pem_lib.cc
[80/291] Compiling pem_oth.cc
[81/291] Compiling pem_info.cc
[83/291] Emitting module SwiftProtobuf
[83/302] Compiling mlkem.cc
[84/302] Compiling obj_xref.cc
[85/302] Compiling pem_all.cc
[86/302] Compiling mldsa.cc
[87/302] Compiling obj.cc
[88/302] Compiling poly_rq_mul.S
[90/302] Compiling SwiftProtobuf JSONDecodingOptions.swift
[91/302] Compiling SwiftProtobuf JSONEncoder.swift
[92/302] Compiling SwiftProtobuf JSONEncodingError.swift
[93/302] Compiling SwiftProtobuf JSONEncodingOptions.swift
[94/302] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[95/302] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[96/302] Compiling SwiftProtobuf JSONScanner.swift
[97/302] Compiling SwiftProtobuf MathUtils.swift
[98/302] Compiling SwiftProtobuf Message+AnyAdditions.swift
[99/302] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[100/302] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[101/302] Compiling SwiftProtobuf Message+FieldMask.swift
[106/302] Compiling SwiftProtobuf ExtensibleMessage.swift
[107/302] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[108/302] Compiling SwiftProtobuf ExtensionFields.swift
[109/302] Compiling SwiftProtobuf ExtensionMap.swift
[110/302] Compiling SwiftProtobuf FieldTag.swift
[111/302] Compiling SwiftProtobuf FieldTypes.swift
[112/302] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[113/302] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[114/302] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[115/302] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[116/302] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[117/302] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[118/302] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[119/302] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[120/302] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[121/302] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[122/302] Compiling SwiftProtobuf HashVisitor.swift
[123/302] Compiling SwiftProtobuf Internal.swift
[124/302] Compiling SwiftProtobuf JSONDecoder.swift
[125/302] Compiling SwiftProtobuf JSONDecodingError.swift
[125/302] Compiling mem.cc
[126/302] Compiling fips_shared_support.cc
[127/302] Compiling md5.cc
[128/302] Compiling md4.cc
[129/302] Compiling lhash.cc
[130/302] Compiling kyber.cc
[132/302] Compiling SwiftProtobuf ProtobufMap.swift
[133/302] Compiling SwiftProtobuf SelectiveVisitor.swift
[134/302] Compiling SwiftProtobuf SimpleExtensionMap.swift
[135/302] Compiling SwiftProtobuf StringUtils.swift
[136/302] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[137/302] Compiling SwiftProtobuf SwiftProtobufError.swift
[138/302] Compiling SwiftProtobuf TextFormatDecoder.swift
[139/302] Compiling SwiftProtobuf TextFormatDecodingError.swift
[140/302] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[141/302] Compiling SwiftProtobuf TextFormatEncoder.swift
[142/302] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[143/302] Compiling SwiftProtobuf Message+JSONAdditions.swift
[144/302] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[145/302] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[146/302] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[147/302] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[148/302] Compiling SwiftProtobuf Message.swift
[149/302] Compiling SwiftProtobuf MessageExtension.swift
[150/302] Compiling SwiftProtobuf NameMap.swift
[151/302] Compiling SwiftProtobuf PathDecoder.swift
[152/302] Compiling SwiftProtobuf PathVisitor.swift
[153/302] Compiling SwiftProtobuf ProtoNameProviding.swift
[154/302] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[155/302] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[156/302] Compiling SwiftProtobuf TextFormatScanner.swift
[157/302] Compiling SwiftProtobuf TimeUtils.swift
[158/302] Compiling SwiftProtobuf UnknownStorage.swift
[159/302] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[160/302] Compiling SwiftProtobuf Varint.swift
[161/302] Compiling SwiftProtobuf Version.swift
[162/302] Compiling SwiftProtobuf Visitor.swift
[163/302] Compiling SwiftProtobuf WireFormat.swift
[164/302] Compiling SwiftProtobuf ZigZag.swift
[165/302] Compiling SwiftProtobuf any.pb.swift
[165/302] Compiling ex_data.cc
[166/302] Compiling sign.cc
[167/302] Compiling scrypt.cc
[168/302] Compiling hpke.cc
[169/302] Compiling hrss.cc
[170/302] Compiling print.cc
[171/302] Compiling pbkdf.cc
[172/302] Compiling p_x25519.cc
[185/302] Compiling p_x25519_asn1.cc
[186/302] Compiling p_rsa_asn1.cc
[187/302] Compiling p_rsa.cc
[188/302] Compiling p_ed25519.cc
[189/302] Compiling p_hkdf.cc
[190/302] Compiling p_ed25519_asn1.cc
[191/302] Compiling p_ec.cc
[192/302] Compiling p_ec_asn1.cc
[193/302] Compiling p_dh_asn1.cc
[194/302] Compiling p_dh.cc
[195/302] Compiling p_dsa_asn1.cc
[196/302] Compiling evp_ctx.cc
[197/302] Compiling evp.cc
[198/302] Compiling engine.cc
[199/302] Compiling err.cc
[200/302] Compiling ecdh.cc
[201/302] Compiling evp_asn1.cc
[202/302] Compiling ecdsa_asn1.cc
[203/302] Compiling hash_to_curve.cc
[204/302] Compiling ec_derive.cc
[205/302] Compiling bcm.cc
[206/302] Compiling ec_asn1.cc
[207/302] Compiling dsa_asn1.cc
[208/302] Compiling params.cc
[209/302] Compiling dsa.cc
[210/302] Compiling x25519-asm-arm.S
[211/302] Compiling dh_asn1.cc
[212/302] Compiling digest_extra.cc
[213/302] Compiling des.cc
[214/302] Compiling curve25519_64_adx.cc
[215/302] Compiling spake25519.cc
[216/302] Compiling cpu_intel.cc
[217/302] Compiling crypto.cc
[218/302] Compiling cpu_aarch64_win.cc
[219/302] Compiling curve25519.cc
[219/302] Compiling cpu_arm_linux.cc
[221/302] Compiling cpu_arm_freebsd.cc
[223/302] Compiling SwiftProtobuf api.pb.swift
[224/302] Compiling SwiftProtobuf descriptor.pb.swift
[225/302] Compiling SwiftProtobuf duration.pb.swift
[226/302] Compiling SwiftProtobuf empty.pb.swift
[227/302] Compiling SwiftProtobuf field_mask.pb.swift
[228/302] Compiling SwiftProtobuf source_context.pb.swift
[229/302] Compiling SwiftProtobuf struct.pb.swift
[230/302] Compiling SwiftProtobuf timestamp.pb.swift
[231/302] Compiling SwiftProtobuf type.pb.swift
[232/302] Compiling SwiftProtobuf wrappers.pb.swift
[233/302] Compiling SwiftProtobuf resource_bundle_accessor.swift
[234/303] Compiling cpu_aarch64_apple.cc
[235/303] Compiling cpu_aarch64_linux.cc
[236/303] Compiling cpu_aarch64_sysreg.cc
[237/303] Compiling cpu_aarch64_fuchsia.cc
[237/303] Compiling cpu_aarch64_openbsd.cc
[239/303] Compiling tls_cbc.cc
[240/303] Compiling conf.cc
[242/356] 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 |
[243/356] 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 |
[244/356] 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 |
[245/356] 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 |
[246/356] 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 |
[247/356] 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 |
[248/356] 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 |
[249/356] Compiling Connect IdempotencyLevel.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[250/356] Compiling Connect Interceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[251/356] Compiling Connect InterceptorFactory.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[252/356] Compiling Connect StreamInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[253/356] Compiling Connect UnaryInterceptor.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[254/356] Compiling Connect MethodSpec.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[255/356] Compiling Connect NetworkProtocol.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[255/363] Compiling e_tls.cc
[256/363] Compiling get_cipher.cc
[258/363] 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 |
[259/363] 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 |
[260/363] 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 |
[261/363] 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 |
[262/363] 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 |
[263/363] 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 |
[264/363] 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 |
[264/363] Compiling e_rc4.cc
[265/363] Compiling e_rc2.cc
[266/363] Compiling e_null.cc
[268/363] 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 |
[269/363] 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 |
[270/363] 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 |
[271/363] 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 |
[272/363] 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 |
[273/363] 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 |
[274/363] 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 |
[275/363] 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 |
[276/363] 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 |
[277/363] 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 |
[278/363] 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 |
[279/363] 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 |
[280/363] 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 |
[281/363] 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 |
[281/363] Compiling e_des.cc
[282/363] Compiling e_chacha20poly1305.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[284/363] 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 |
[284/363] Compiling derive_key.cc
[285/363] Compiling e_aesctrhmac.cc
[286/363] Compiling e_aesgcmsiv.cc
[287/363] Compiling chacha.cc
[288/363] Compiling unicode.cc
[289/363] Compiling cbb.cc
[290/363] Compiling cbs.cc
[292/363] Compiling Connect TimeoutTimer.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[293/363] Compiling Connect ConnectError+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[294/363] Compiling Connect Envelope.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[295/363] Compiling Connect Headers+GRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[296/363] Compiling Connect Trailers+gRPC.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[297/363] Compiling Connect ProtocolClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[298/363] Compiling Connect URLSessionHTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/connect-swift/Libraries/Connect/Internal/Unary/UnaryAsyncWrapper.swift:15:8: error: no such module 'os.log'
13 | // limitations under the License.
14 |
15 | import os.log
| `- error: no such module 'os.log'
16 | import SwiftProtobuf
17 |
[299/363] 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 |
[300/363] 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 |
[301/363] 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 |
[302/363] 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 |
[303/363] 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 |
[304/363] 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 |
[305/363] 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 |
[306/363] 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 |
[307/363] 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 |
[308/363] 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 |
[309/363] 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 |
[310/363] 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 |
[311/363] 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 |
[312/363] 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 |
[313/363] 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 |
[314/363] 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 |
[315/363] 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 |
[315/363] Compiling blake2.cc
[315/363] Compiling buf.cc
[315/363] Compiling convert.cc
[315/363] Compiling bn_asn1.cc
[315/363] Compiling socket_helper.cc
[315/363] Compiling asn1_compat.cc
[315/363] Compiling ber.cc
BUILD FAILURE 6.1 android