Build Information
Successful build of Arrow, reference v21.0.0 (fb3f3d
), with Swift 6.1 for Linux on 7 Jul 2025 07:06:13 UTC.
Swift 6 data race errors: 28
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apache/arrow-swift.git
Reference: v21.0.0
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/apache/arrow-swift
* tag v21.0.0 -> FETCH_HEAD
HEAD is now at fb3f3d9 chore: Update supported Swift versions (#64)
Cloned https://github.com/apache/arrow-swift.git
Revision (git rev-parse @):
fb3f3d91be5acd511b7289c7820becc1a68e455d
SUCCESS checkout https://github.com/apache/arrow-swift.git at v21.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apache/arrow-swift.git
https://github.com/apache/arrow-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "flatbuffers",
"requirement" : {
"range" : [
{
"lower_bound" : "25.2.10",
"upper_bound" : "26.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/flatbuffers.git"
},
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.29.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "Arrow",
"name" : "Arrow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Arrow",
"targets" : [
"Arrow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArrowTests",
"module_type" : "SwiftTarget",
"name" : "ArrowTests",
"path" : "Arrow/Tests",
"sources" : [
"ArrowTests/ArrayBuilderTest.swift",
"ArrowTests/ArrayTests.swift",
"ArrowTests/CDataTests.swift",
"ArrowTests/CodableTests.swift",
"ArrowTests/IPCTests.swift",
"ArrowTests/RecordBatchTests.swift",
"ArrowTests/TableTests.swift"
],
"target_dependencies" : [
"Arrow",
"ArrowC"
],
"type" : "test"
},
{
"c99name" : "ArrowFlightTests",
"module_type" : "SwiftTarget",
"name" : "ArrowFlightTests",
"path" : "ArrowFlight/Tests",
"sources" : [
"ArrowFlightTests/FlightTest.swift"
],
"target_dependencies" : [
"ArrowFlight"
],
"type" : "test"
},
{
"c99name" : "ArrowFlight",
"module_type" : "SwiftTarget",
"name" : "ArrowFlight",
"path" : "ArrowFlight/Sources/ArrowFlight",
"product_dependencies" : [
"GRPC",
"SwiftProtobuf"
],
"sources" : [
"Flight.grpc.swift",
"Flight.pb.swift",
"FlightAction.swift",
"FlightActionType.swift",
"FlightClient.swift",
"FlightCriteria.swift",
"FlightData.swift",
"FlightDescriptor.swift",
"FlightEndpoint.swift",
"FlightInfo.swift",
"FlightLocation.swift",
"FlightPutResult.swift",
"FlightResult.swift",
"FlightSchemaResult.swift",
"FlightServer.swift",
"FlightSql.pb.swift",
"FlightTicket.swift",
"RecordBatchStreamReader.swift",
"RecordBatchStreamWriter.swift"
],
"target_dependencies" : [
"Arrow"
],
"type" : "library"
},
{
"c99name" : "ArrowC",
"module_type" : "ClangTarget",
"name" : "ArrowC",
"path" : "Arrow/Sources/ArrowC",
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowCData.c"
],
"type" : "library"
},
{
"c99name" : "Arrow",
"module_type" : "SwiftTarget",
"name" : "Arrow",
"path" : "Arrow/Sources/Arrow",
"product_dependencies" : [
"FlatBuffers",
"Atomics"
],
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowArray.swift",
"ArrowArrayBuilder.swift",
"ArrowBuffer.swift",
"ArrowBufferBuilder.swift",
"ArrowCExporter.swift",
"ArrowCImporter.swift",
"ArrowData.swift",
"ArrowDecoder.swift",
"ArrowEncoder.swift",
"ArrowReader.swift",
"ArrowReaderHelper.swift",
"ArrowSchema.swift",
"ArrowTable.swift",
"ArrowType.swift",
"ArrowWriter.swift",
"ArrowWriterHelper.swift",
"BitUtility.swift",
"ChunkedArray.swift",
"File_generated.swift",
"MemoryAllocator.swift",
"Message_generated.swift",
"ProtoUtil.swift",
"Schema_generated.swift",
"SparseTensor_generated.swift",
"Tensor_generated.swift"
],
"target_dependencies" : [
"ArrowC"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/google/flatbuffers.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/grpc/grpc-swift.git
[1/1807] Fetching swift-atomics
[815/53077] Fetching swift-atomics, grpc-swift
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
[10767/51270] Fetching grpc-swift
[17946/138964] Fetching grpc-swift, flatbuffers
[49855/178767] Fetching grpc-swift, flatbuffers, swift-protobuf
Fetched https://github.com/grpc/grpc-swift.git from cache (3.18s)
[67736/127497] Fetching flatbuffers, swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (9.69s)
Fetched https://github.com/google/flatbuffers.git from cache (10.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (11.16s)
Computing version for https://github.com/google/flatbuffers.git
warning: 'flatbuffers': /Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 | name: "FlatBuffers",
22 | platforms: [
23 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 | .macOS(.v10_14),
25 | ],
Computed https://github.com/google/flatbuffers.git at 25.2.10 (0.76s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.84s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (3.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6032] Fetching swift-nio-extras
[182/17626] Fetching swift-nio-extras, swift-nio-http2
[2034/21459] Fetching swift-nio-extras, swift-nio-http2, swift-log
[10769/36385] Fetching swift-nio-extras, swift-nio-http2, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio.git
[7993/30353] Fetching swift-nio-http2, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
[5734/26520] Fetching swift-nio-http2, swift-nio-ssl
[15178/102937] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.39s)
[31494/91343] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.57s)
[51200/76417] Fetching swift-nio
[51201/79090] Fetching swift-nio, swift-nio-transport-services
[55402/95830] Fetching swift-nio, swift-nio-transport-services, swift-collections
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
[53995/93157] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio.git from cache (8.85s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (10.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (3.17s)
Fetching https://github.com/apple/swift-system.git
[1/4495] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.23s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[1967/3595] Fetching swift-service-lifecycle, swift-http-structured-headers
[1979/8585] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[2160/14829] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
[3099/16445] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-asn1
[4360/22404] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-asn1, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.76s)
[14478/19978] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-asn1, swift-algorithms
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
[18300/18362] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-algorithms
[18363/19266] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-algorithms, swift-http-types
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
[12648/13307] Fetching swift-http-structured-headers, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.31s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.30s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[1/15679] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.73s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.79s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.36s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.40s)
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 25.2.10
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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.37.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
warning: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 | name: "FlatBuffers",
22 | platforms: [
23 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 | .macOS(.v10_14),
25 | ],
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/442] Write sources
[17/442] Copying PrivacyInfo.xcprivacy
[27/442] Compiling CGRPCZlib empty.c
[27/442] Compiling ArrowC ArrowCData.c
[29/442] Compiling CNIOWindows WSAStartup.c
[30/442] Compiling _AtomicsShims.c
[31/442] Compiling CNIOWindows shim.c
[32/442] Compiling CNIOWASI CNIOWASI.c
[33/442] Compiling CNIOLinux liburing_shims.c
[34/442] Compiling CNIODarwin shim.c
[35/442] Compiling CNIOLLHTTP c_nio_http.c
[36/442] Compiling CNIOLinux shim.c
[37/442] Compiling CNIOLLHTTP c_nio_api.c
[38/442] Compiling fiat_p256_adx_sqr.S
[39/442] Compiling fiat_curve25519_adx_square.S
[40/442] Compiling fiat_curve25519_adx_mul.S
[41/442] Compiling fiat_p256_adx_mul.S
[42/442] Write swift-version-24593BA9C3E375BF.txt
[43/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/442] Compiling CNIOBoringSSLShims shims.c
[45/448] Compiling tls_record.cc
[46/448] Compiling tls13_both.cc
[47/531] Compiling tls13_client.cc
[48/550] Compiling tls_method.cc
[49/550] Compiling tls13_server.cc
[51/550] Emitting module Logging
[51/550] Compiling tls13_enc.cc
[53/587] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/587] Compiling FlatBuffers FlatBuffersUtils.swift
[55/587] Compiling FlatBuffers ByteBuffer.swift
[56/588] Compiling FlatBuffers String+extension.swift
[57/588] Compiling FlatBuffers TableVerifier.swift
[58/590] Compiling FlatBuffers Offset.swift
[59/590] Compiling FlatBuffers Struct.swift
[60/590] Compiling FlatBuffers Table.swift
[61/590] Compiling FlatBuffers Root.swift
[62/590] Emitting module InternalCollectionsUtilities
[63/590] Compiling FlatBuffers FlatBufferBuilder.swift
[64/590] Compiling FlatBuffers FlatBufferObject.swift
[65/590] Emitting module _NIOBase64
[66/590] Compiling _NIOBase64 Base64.swift
[67/591] Compiling _NIODataStructures _TinyArray.swift
[68/591] Compiling FlatBuffers FlatbuffersErrors.swift
[69/591] Compiling FlatBuffers Int+extension.swift
[70/591] Compiling FlatBuffers NativeObject.swift
[72/591] Compiling FlatBuffers Constants.swift
[73/591] Compiling FlatBuffers Enum.swift
[76/591] Compiling FlatBuffers Message.swift
[77/591] Compiling FlatBuffers Mutable.swift
[78/591] Compiling _NIODataStructures PriorityQueue.swift
[83/591] Emitting module FlatBuffers
[84/593] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/594] Compiling t1_enc.cc
[87/594] Compiling Atomics IntegerOperations.swift
[88/594] Compiling FlatBuffers Verifiable.swift
[89/594] Compiling Logging MetadataProvider.swift
[90/594] Compiling Logging Logging.swift
[91/594] Compiling Logging LogHandler.swift
[92/594] Compiling Logging Locks.swift
[93/595] Emitting module _NIODataStructures
[94/595] Compiling _NIODataStructures Heap.swift
[102/596] Emitting module Atomics
[111/612] Compiling DequeModule Deque+Descriptions.swift
[112/612] Compiling DequeModule Deque+Extras.swift
[113/612] Compiling DequeModule Deque+Hashable.swift
[114/612] Compiling DequeModule Deque+Equatable.swift
[115/612] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/612] Compiling DequeModule Deque+Testing.swift
[120/612] Compiling DequeModule Deque+CustomReflectable.swift
[122/614] Compiling DequeModule _DequeBuffer.swift
[123/614] Compiling DequeModule _DequeBufferHeader.swift
[124/614] Compiling DequeModule Deque+Codable.swift
[125/614] Compiling DequeModule Deque+Collection.swift
[128/614] Compiling FlatBuffers Verifier.swift
[129/615] Compiling SwiftProtobuf Message+JSONAdditions.swift
[130/615] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[131/615] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[132/615] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[133/615] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[134/615] Compiling SwiftProtobuf Message.swift
[135/615] Compiling SwiftProtobuf MessageExtension.swift
[136/615] Compiling SwiftProtobuf NameMap.swift
[137/615] Compiling SwiftProtobuf PathDecoder.swift
[138/615] Compiling SwiftProtobuf PathVisitor.swift
[139/615] Compiling SwiftProtobuf ProtoNameProviding.swift
[140/615] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[142/626] Compiling DequeModule _DequeSlot.swift
[143/626] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/626] Compiling DequeModule Deque._Storage.swift
[146/626] Compiling DequeModule Deque._UnsafeHandle.swift
[147/626] Compiling DequeModule Deque.swift
[151/626] Compiling ssl_x509.cc
[152/626] Compiling ssl_transcript.cc
[153/626] Compiling ssl_versions.cc
[157/649] Emitting module DequeModule
[159/650] Compiling SwiftProtobuf JSONDecodingOptions.swift
[160/650] Compiling SwiftProtobuf JSONEncoder.swift
[161/650] Compiling SwiftProtobuf JSONEncodingError.swift
[162/650] Compiling SwiftProtobuf JSONEncodingOptions.swift
[163/650] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[164/650] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[165/650] Compiling SwiftProtobuf JSONScanner.swift
[166/650] Compiling SwiftProtobuf MathUtils.swift
[167/650] Compiling SwiftProtobuf Message+AnyAdditions.swift
[168/650] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[169/650] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[170/650] Compiling SwiftProtobuf Message+FieldMask.swift
[171/650] Compiling SwiftProtobuf ProtobufMap.swift
[172/650] Compiling SwiftProtobuf SelectiveVisitor.swift
[173/650] Compiling SwiftProtobuf SimpleExtensionMap.swift
[174/650] Compiling SwiftProtobuf StringUtils.swift
[175/650] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[176/650] Compiling SwiftProtobuf SwiftProtobufError.swift
[177/650] Compiling SwiftProtobuf TextFormatDecoder.swift
[178/650] Compiling SwiftProtobuf TextFormatDecodingError.swift
[179/650] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[180/650] Compiling SwiftProtobuf TextFormatEncoder.swift
[181/650] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[181/650] Compiling ssl_stat.cc
[183/650] Compiling Arrow ArrowTable.swift
[184/650] Compiling Arrow ArrowType.swift
[185/650] Compiling Arrow ArrowWriter.swift
[186/650] Compiling Arrow ArrowWriterHelper.swift
[187/650] Compiling Arrow MemoryAllocator.swift
[188/650] Compiling Arrow Message_generated.swift
[189/650] Compiling Arrow ProtoUtil.swift
[190/650] Compiling Arrow BitUtility.swift
[191/650] Compiling Arrow ChunkedArray.swift
[192/650] Compiling Arrow File_generated.swift
[193/650] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[194/650] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[195/650] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[196/650] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[197/650] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[198/650] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[199/650] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[200/650] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[201/650] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[202/650] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[203/650] Compiling SwiftProtobuf HashVisitor.swift
[204/650] Compiling SwiftProtobuf Internal.swift
[205/650] Compiling SwiftProtobuf JSONDecoder.swift
[206/650] Compiling SwiftProtobuf JSONDecodingError.swift
[206/650] Compiling ssl_session.cc
[207/650] Compiling ssl_privkey.cc
[215/653] Emitting module Arrow
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[216/653] Compiling Arrow ArrowReaderHelper.swift
[217/653] Compiling Arrow ArrowSchema.swift
[221/653] Compiling ssl_key_share.cc
[223/653] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[224/653] Compiling SwiftProtobuf TextFormatScanner.swift
[225/653] Compiling SwiftProtobuf TimeUtils.swift
[226/653] Compiling SwiftProtobuf UnknownStorage.swift
[227/653] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[228/653] Compiling SwiftProtobuf Varint.swift
[229/653] Compiling SwiftProtobuf Version.swift
[230/653] Compiling SwiftProtobuf Visitor.swift
[231/653] Compiling SwiftProtobuf WireFormat.swift
[232/653] Compiling SwiftProtobuf ZigZag.swift
[233/653] Compiling SwiftProtobuf any.pb.swift
[233/653] Compiling ssl_file.cc
[235/653] Compiling Arrow ArrowCExporter.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[236/653] Compiling Arrow ArrowCImporter.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[237/653] Compiling Arrow ArrowData.swift
/host/spi-builder-workspace/Arrow/Sources/Arrow/ArrowCExporter.swift:78:24: warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
76 | }
77 |
78 | private static var exportedData = [Int: ExportData]()
| |- warning: static property 'exportedData' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'exportedData' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'exportedData' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
79 | public init() {}
80 |
[238/653] Compiling Arrow ArrowDecoder.swift
[239/653] Compiling Arrow ArrowEncoder.swift
[240/653] Compiling Arrow ArrowReader.swift
[240/653] Compiling ssl_lib.cc
[242/653] Compiling Arrow ArrowArray.swift
[243/653] Compiling Arrow ArrowArrayBuilder.swift
[244/653] Compiling Arrow ArrowBuffer.swift
[245/653] Compiling Arrow ArrowBufferBuilder.swift
[245/653] Compiling ssl_credential.cc
[246/653] Compiling ssl_cert.cc
[248/653] Emitting module SwiftProtobuf
[260/653] Compiling ssl_cipher.cc
[261/653] Compiling ssl_buffer.cc
[262/653] Compiling ssl_asn1.cc
[263/653] Compiling ssl_aead_ctx.cc
[264/653] Compiling s3_pkt.cc
[265/653] Compiling s3_lib.cc
[266/653] Compiling s3_both.cc
[268/653] Compiling Arrow Schema_generated.swift
[269/653] Compiling Arrow SparseTensor_generated.swift
[270/653] Compiling Arrow Tensor_generated.swift
[271/654] Compiling handshake_server.cc
[272/654] Compiling handshake.cc
[273/654] Compiling handshake_client.cc
[274/654] Compiling handoff.cc
[275/654] Compiling dtls_record.cc
[276/654] Compiling extensions.cc
[277/654] Compiling encrypted_client_hello.cc
[278/654] Compiling dtls_method.cc
[279/654] Compiling md5-x86_64-apple.S
[280/654] Compiling md5-x86_64-linux.S
[281/654] Compiling md5-586-linux.S
[282/654] Compiling md5-586-apple.S
[283/654] Compiling chacha20_poly1305_x86_64-linux.S
[284/654] Compiling err_data.cc
[285/654] Compiling d1_pkt.cc
[286/654] Compiling chacha20_poly1305_x86_64-apple.S
[287/654] Compiling chacha20_poly1305_armv8-linux.S
[288/654] Compiling chacha20_poly1305_armv8-win.S
[289/654] Compiling chacha20_poly1305_armv8-apple.S
[290/654] Compiling chacha-x86_64-linux.S
[291/654] Compiling d1_srtp.cc
[292/654] Compiling chacha-x86_64-apple.S
[293/654] Compiling chacha-x86-linux.S
[294/654] Compiling d1_lib.cc
[295/654] Compiling bio_ssl.cc
[296/654] Compiling chacha-armv8-win.S
[297/654] Compiling chacha-x86-apple.S
[298/654] Compiling chacha-armv4-linux.S
[298/654] Compiling chacha-armv8-linux.S
[300/654] Compiling chacha-armv8-apple.S
[301/654] Compiling aes128gcmsiv-x86_64-linux.S
[302/654] Compiling aes128gcmsiv-x86_64-apple.S
[303/654] Compiling x86_64-mont5-apple.S
[304/654] Compiling x86_64-mont-apple.S
[305/654] Compiling x86_64-mont5-linux.S
[306/654] Compiling x86_64-mont-linux.S
[307/654] Compiling x86-mont-linux.S
[308/654] Compiling vpaes-x86_64-linux.S
[309/654] Compiling x86-mont-apple.S
[310/654] Compiling vpaes-x86-linux.S
[311/654] Compiling vpaes-x86_64-apple.S
[312/654] Compiling vpaes-armv8-win.S
[313/654] Compiling vpaes-x86-apple.S
[314/654] Compiling vpaes-armv8-linux.S
[315/654] Compiling vpaes-armv7-linux.S
[316/654] Compiling vpaes-armv8-apple.S
[317/654] Compiling sha512-x86_64-linux.S
[318/654] Compiling sha512-armv8-linux.S
[319/654] Compiling sha512-x86_64-apple.S
[320/654] Compiling sha512-armv8-win.S
[321/654] Compiling sha512-armv4-linux.S
[322/654] Compiling sha512-armv8-apple.S
[323/654] Compiling sha512-586-apple.S
[324/654] Compiling sha512-586-linux.S
[325/654] Compiling sha256-armv8-win.S
[326/654] Compiling sha256-x86_64-apple.S
[327/654] Compiling sha256-armv8-linux.S
[328/654] Compiling sha256-x86_64-linux.S
[329/654] Compiling sha256-armv8-apple.S
[330/654] Compiling sha256-armv4-linux.S
[331/654] Compiling sha256-586-apple.S
[332/654] Compiling sha1-x86_64-apple.S
[333/654] Compiling sha256-586-linux.S
[334/654] Compiling sha1-armv8-win.S
[335/654] Compiling sha1-x86_64-linux.S
[336/654] Compiling d1_both.cc
[337/654] Compiling sha1-armv8-linux.S
[338/654] Compiling sha1-armv8-apple.S
[339/654] Compiling sha1-armv4-large-linux.S
[340/654] Compiling sha1-586-apple.S
[341/654] Compiling rsaz-avx2-linux.S
[342/654] Compiling sha1-586-linux.S
[343/654] Compiling rdrand-x86_64-linux.S
[344/654] Compiling rdrand-x86_64-apple.S
[345/654] Compiling rsaz-avx2-apple.S
[346/654] Compiling p256_beeu-armv8-asm-apple.S
[347/654] Compiling p256_beeu-x86_64-asm-linux.S
[348/654] Compiling p256_beeu-armv8-asm-linux.S
[349/654] Compiling p256_beeu-armv8-asm-win.S
[349/654] Compiling p256_beeu-x86_64-asm-apple.S
[351/654] Compiling p256-armv8-asm-linux.S
[352/654] Compiling p256-x86_64-asm-apple.S
[353/654] Compiling p256-armv8-asm-win.S
[354/654] Compiling p256-x86_64-asm-linux.S
[354/654] Compiling ghashv8-armv8-linux.S
[356/654] Compiling p256-armv8-asm-apple.S
[357/654] Compiling ghashv8-armv8-apple.S
[358/654] Compiling ghashv8-armv8-win.S
[359/654] Compiling ghashv8-armv7-linux.S
[360/654] Compiling ghash-x86_64-apple.S
[361/654] Compiling ghash-ssse3-x86_64-apple.S
[361/654] Compiling ghash-x86_64-linux.S
[363/654] Compiling ghash-x86-linux.S
[364/654] Compiling ghash-x86-apple.S
[365/654] Compiling ghash-ssse3-x86-linux.S
[366/654] Compiling ghash-ssse3-x86_64-linux.S
[367/654] Compiling ghash-ssse3-x86-apple.S
[368/654] Compiling ghash-neon-armv8-win.S
[369/654] Compiling ghash-neon-armv8-apple.S
[370/654] Compiling ghash-neon-armv8-linux.S
[371/654] Compiling ghash-armv4-linux.S
[372/654] Compiling bsaes-armv7-linux.S
[373/654] Compiling co-586-linux.S
[374/654] Compiling co-586-apple.S
[375/654] Compiling bn-armv8-linux.S
[376/654] Compiling bn-armv8-win.S
[377/654] Compiling bn-armv8-apple.S
[378/654] Compiling bn-586-linux.S
[379/654] Compiling bn-586-apple.S
[380/654] Compiling armv8-mont-win.S
[380/654] Compiling aesv8-gcm-armv8-win.S
[382/654] Compiling armv8-mont-apple.S
[383/654] Compiling armv8-mont-linux.S
[384/654] Compiling aesv8-gcm-armv8-linux.S
[385/654] Compiling armv4-mont-linux.S
[386/654] Compiling aesv8-armv8-win.S
[387/654] Compiling aesv8-armv7-linux.S
[387/654] Compiling aesv8-armv8-linux.S
[389/654] Compiling aesv8-gcm-armv8-apple.S
[390/654] Compiling aesv8-armv8-apple.S
[391/654] Compiling aesni-x86_64-linux.S
[392/654] Compiling aesni-x86_64-apple.S
[393/654] Compiling aesni-x86-linux.S
[395/654] Compiling SwiftProtobuf api.pb.swift
[396/654] Compiling SwiftProtobuf descriptor.pb.swift
[397/654] Compiling SwiftProtobuf duration.pb.swift
[398/654] Compiling SwiftProtobuf empty.pb.swift
[399/654] Compiling SwiftProtobuf field_mask.pb.swift
[400/654] Compiling SwiftProtobuf source_context.pb.swift
[401/654] Compiling SwiftProtobuf struct.pb.swift
[402/654] Compiling SwiftProtobuf timestamp.pb.swift
[403/654] Compiling SwiftProtobuf type.pb.swift
[404/654] Compiling SwiftProtobuf wrappers.pb.swift
[405/654] Compiling SwiftProtobuf resource_bundle_accessor.swift
[405/654] Compiling aesni-x86-apple.S
[406/654] Compiling aesni-gcm-x86_64-linux.S
[407/654] Compiling aesni-gcm-x86_64-apple.S
[408/654] Compiling aes-gcm-avx10-x86_64-linux.S
[409/655] Compiling aes-gcm-avx10-x86_64-apple.S
[410/655] Compiling aes-gcm-avx2-x86_64-apple.S
[411/655] Compiling aes-gcm-avx2-x86_64-linux.S
[413/655] Compiling x_spki.cc
[414/655] Compiling x_sig.cc
[415/655] Compiling x_val.cc
[416/655] Compiling x_x509.cc
[417/655] Compiling x_pubkey.cc
[418/655] Compiling x_x509a.cc
[419/655] Compiling x_req.cc
[420/655] Compiling x_name.cc
[421/655] Compiling x_exten.cc
[422/655] Compiling x_attrib.cc
[423/655] Compiling x_crl.cc
[424/655] Compiling x_algor.cc
[425/655] Compiling x509spki.cc
[426/655] Compiling x_all.cc
[427/655] Compiling x509rset.cc
[428/655] Compiling x509name.cc
[429/655] Compiling x509cset.cc
[430/655] Compiling x509_txt.cc
[431/655] Compiling x509_vpm.cc
[432/655] Compiling x509_v3.cc
[433/655] Compiling x509_vfy.cc
[434/655] Compiling x509_trs.cc
[435/655] Compiling x509_obj.cc
[436/655] Compiling x509_set.cc
[437/655] Compiling x509_req.cc
[438/655] Compiling x509_def.cc
[439/655] Compiling x509_lu.cc
[440/655] Compiling v3_skey.cc
[441/655] Compiling x509_d2.cc
[442/655] Compiling x509_cmp.cc
[443/655] Compiling x509_ext.cc
[444/655] Compiling x509_att.cc
[445/655] Compiling v3_utl.cc
[446/655] Compiling x509.cc
[447/655] Compiling v3_purp.cc
[448/655] Compiling v3_pmaps.cc
[449/655] Compiling v3_prn.cc
[450/655] Compiling v3_pcons.cc
[451/655] Compiling v3_ocsp.cc
[452/655] Compiling v3_int.cc
[453/655] Compiling v3_lib.cc
[454/655] Compiling v3_ncons.cc
[455/655] Compiling v3_genn.cc
[456/655] Compiling v3_ia5.cc
[457/655] Compiling v3_info.cc
[458/655] Compiling v3_enum.cc
[459/655] Compiling v3_extku.cc
[460/655] Compiling v3_conf.cc
[461/655] Compiling v3_cpols.cc
[462/655] Compiling v3_crld.cc
[463/655] Compiling v3_bcons.cc
[464/655] Compiling v3_bitst.cc
[465/655] Compiling v3_alt.cc
[466/655] Compiling t_x509.cc
[467/655] Compiling v3_akeya.cc
[468/655] Compiling v3_akey.cc
[469/655] Compiling name_print.cc
[470/655] Compiling t_x509a.cc
[471/655] Compiling t_req.cc
[472/655] Compiling i2d_pr.cc
[473/655] Compiling t_crl.cc
[474/655] Compiling rsa_pss.cc
[475/655] Compiling policy.cc
[476/655] Compiling by_file.cc
[477/655] Compiling voprf.cc
[478/655] Compiling by_dir.cc
[479/655] Compiling a_verify.cc
[480/655] Compiling asn1_gen.cc
[481/655] Compiling algorithm.cc
[482/655] Compiling a_sign.cc
[483/655] Compiling thread_win.cc
[484/655] Compiling a_digest.cc
[485/655] Compiling pmbtoken.cc
[486/655] Compiling thread_pthread.cc
[487/655] Compiling trust_token.cc
[488/655] Compiling thread_none.cc
[489/655] Compiling thread.cc
[490/655] Compiling stack.cc
[491/655] Compiling siphash.cc
[492/655] Compiling sha512.cc
[493/655] Compiling rsa_print.cc
[494/655] Compiling rsa_extra.cc
[495/655] Compiling sha256.cc
[496/655] Compiling slhdsa.cc
[497/655] Compiling sha1.cc
[498/655] Compiling spake2plus.cc
[499/655] Compiling rsa_crypt.cc
[500/655] Compiling rc4.cc
[501/655] Compiling refcount.cc
[502/655] Compiling windows.cc
[503/655] Compiling trusty.cc
[504/655] Compiling urandom.cc
[505/655] Compiling rsa_asn1.cc
[506/655] Compiling ios.cc
[507/655] Compiling passive.cc
[508/655] Compiling rand.cc
[509/655] Compiling getentropy.cc
[510/655] Compiling forkunsafe.cc
[510/655] Compiling fork_detect.cc
[512/655] Compiling deterministic.cc
[513/655] Compiling poly1305_arm_asm.S
[514/655] Compiling poly1305_arm.cc
[515/655] Compiling poly1305_vec.cc
[516/655] Compiling poly1305.cc
[517/655] Compiling pool.cc
[518/655] Compiling pkcs7.cc
[519/655] Compiling pkcs8_x509.cc
[520/655] Compiling pkcs7_x509.cc
[520/655] Compiling p5_pbev2.cc
[522/655] Compiling pkcs8.cc
[523/655] Compiling pem_xaux.cc
[524/655] Compiling pem_x509.cc
[525/655] Compiling pem_pkey.cc
[526/655] Compiling pem_pk8.cc
[527/655] Compiling mlkem.cc
[528/655] Compiling obj_xref.cc
[529/655] Compiling pem_oth.cc
[530/655] Compiling pem_info.cc
[531/655] Compiling pem_all.cc
[532/655] Compiling pem_lib.cc
[533/655] Compiling mldsa.cc
[534/655] Compiling poly_rq_mul.S
[535/655] Compiling mem.cc
[536/655] Compiling md5.cc
[537/655] Compiling fips_shared_support.cc
[537/655] Compiling obj.cc
[539/655] Compiling md4.cc
[540/655] Compiling lhash.cc
[541/655] Compiling hrss.cc
[542/655] Compiling sign.cc
[543/655] Compiling ex_data.cc
[544/655] Compiling kyber.cc
[545/655] Compiling scrypt.cc
[546/655] Compiling print.cc
[547/655] Compiling hpke.cc
[548/655] Compiling pbkdf.cc
[548/655] Compiling p_x25519.cc
[550/655] Compiling p_x25519_asn1.cc
[551/655] Compiling p_rsa_asn1.cc
[552/655] Compiling p_ed25519.cc
[552/655] Compiling p_rsa.cc
[554/655] Compiling p_hkdf.cc
[555/655] Compiling p_ed25519_asn1.cc
[556/655] Compiling p_ec_asn1.cc
[557/655] Compiling p_ec.cc
[558/655] Compiling evp_ctx.cc
[559/655] Compiling p_dh.cc
[560/655] Compiling p_dh_asn1.cc
[561/655] Compiling p_dsa_asn1.cc
[562/655] Compiling evp.cc
[563/655] Compiling evp_asn1.cc
[564/655] Compiling engine.cc
[565/655] Compiling ecdh.cc
[566/655] Compiling err.cc
[567/655] Compiling hash_to_curve.cc
[568/655] Compiling ec_derive.cc
[569/655] Compiling ecdsa_asn1.cc
[570/655] Compiling ec_asn1.cc
[571/655] Compiling dsa_asn1.cc
[572/655] Compiling dsa.cc
[573/655] Compiling digest_extra.cc
[574/655] Compiling params.cc
[575/655] Compiling x25519-asm-arm.S
[576/655] Compiling crypto.cc
[577/655] Compiling dh_asn1.cc
[578/655] Compiling des.cc
[579/655] Compiling spake25519.cc
[580/655] Compiling curve25519.cc
[581/655] Compiling cpu_aarch64_win.cc
[582/655] Compiling curve25519_64_adx.cc
[583/655] Compiling cpu_arm_freebsd.cc
[584/655] Compiling bcm.cc
[585/655] Compiling cpu_arm_linux.cc
[585/655] Compiling cpu_intel.cc
[585/655] Compiling cpu_aarch64_sysreg.cc
[588/655] Compiling cpu_aarch64_fuchsia.cc
[588/655] Compiling cpu_aarch64_openbsd.cc
[590/655] Compiling cpu_aarch64_linux.cc
[590/655] Compiling cpu_aarch64_apple.cc
[592/655] Compiling tls_cbc.cc
[593/655] Compiling get_cipher.cc
[594/655] Compiling e_tls.cc
[595/655] Compiling conf.cc
[596/655] Compiling e_null.cc
[597/655] Compiling e_rc4.cc
[598/655] Compiling derive_key.cc
[599/655] Compiling e_des.cc
[600/655] Compiling e_chacha20poly1305.cc
[601/655] Compiling e_rc2.cc
[602/655] Compiling e_aesgcmsiv.cc
[603/655] Compiling e_aesctrhmac.cc
[604/655] Compiling chacha.cc
[605/655] Compiling unicode.cc
[606/655] Compiling buf.cc
[607/655] Compiling ber.cc
[608/655] Compiling socket_helper.cc
[609/655] Compiling asn1_compat.cc
[609/655] Compiling cbb.cc
[609/655] Compiling socket.cc
[609/655] Compiling cbs.cc
[610/655] Compiling convert.cc
[610/655] Compiling bn_asn1.cc
[615/655] Compiling blake2.cc
[616/655] Compiling pair.cc
[617/655] Compiling file.cc
[618/655] Compiling fd.cc
[619/655] Compiling errno.cc
[620/655] Compiling bio_mem.cc
[621/655] Compiling connect.cc
[622/655] Compiling printf.cc
[623/655] Compiling hexdump.cc
[624/655] Compiling base64.cc
[625/655] Compiling tasn_typ.cc
[626/655] Compiling tasn_fre.cc
[627/655] Compiling bio.cc
[628/655] Compiling tasn_enc.cc
[629/655] Compiling tasn_utl.cc
[630/655] Compiling tasn_new.cc
[631/655] Compiling posix_time.cc
[632/655] Compiling f_string.cc
[633/655] Compiling f_int.cc
[634/655] Compiling asn_pack.cc
[635/655] Compiling asn1_par.cc
[636/655] Compiling tasn_dec.cc
[637/655] Compiling a_utctm.cc
[638/655] Compiling a_type.cc
[639/655] Compiling a_octet.cc
[640/655] Compiling asn1_lib.cc
[641/655] Compiling a_time.cc
[642/655] Compiling a_strnid.cc
[643/655] Compiling a_strex.cc
[644/655] Compiling a_object.cc
[645/655] Compiling a_i2d_fp.cc
[646/655] Compiling a_dup.cc
[647/655] Compiling a_d2i_fp.cc
[648/655] Compiling a_mbstr.cc
[649/655] Compiling a_gentm.cc
[650/655] Compiling a_int.cc
[651/655] Compiling a_bitstr.cc
[652/655] Compiling a_bool.cc
[653/655] Compiling c-nioatomics.c
[654/655] Compiling c-atomics.c
[656/661] Compiling NIOConcurrencyHelpers lock.swift
[657/661] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[658/661] Compiling NIOConcurrencyHelpers NIOLock.swift
[659/661] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/661] Emitting module NIOConcurrencyHelpers
[661/661] Compiling NIOConcurrencyHelpers atomics.swift
[663/723] Compiling NIOCore EventLoopFuture+Deprecated.swift
[664/723] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[665/723] Compiling NIOCore EventLoopFuture.swift
[666/723] Compiling NIOCore FileDescriptor.swift
[667/723] Compiling NIOCore FileHandle.swift
[668/723] Compiling NIOCore FileRegion.swift
[669/723] Compiling NIOCore GlobalSingletons.swift
[670/723] Compiling NIOCore IO.swift
[671/731] Compiling NIOCore AddressedEnvelope.swift
[672/731] Compiling NIOCore AsyncAwaitSupport.swift
[673/731] Compiling NIOCore AsyncChannel.swift
[674/731] Compiling NIOCore AsyncChannelHandler.swift
[675/731] Compiling NIOCore AsyncChannelInboundStream.swift
[676/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[677/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[678/731] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[679/731] Compiling NIOCore NIOAsyncWriter.swift
[680/731] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[681/731] Compiling NIOCore BSDSocketAPI.swift
[682/731] Compiling NIOCore ByteBuffer-aux.swift
[683/731] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[684/731] Compiling NIOCore ByteBuffer-conversions.swift
[685/731] Compiling NIOCore ByteBuffer-core.swift
[686/731] Compiling NIOCore ByteBuffer-hex.swift
[687/731] Compiling NIOCore ByteBuffer-int.swift
[688/731] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[689/731] Compiling NIOCore NIOAny.swift
[690/731] Compiling NIOCore NIOCloseOnErrorHandler.swift
[691/731] Compiling NIOCore NIOCoreSendableMetatype.swift
[692/731] Compiling NIOCore NIOLoopBound.swift
[693/731] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[694/731] Compiling NIOCore NIOScheduledCallback.swift
[695/731] Compiling NIOCore NIOSendable.swift
[696/731] Compiling NIOCore RecvByteBufferAllocator.swift
[697/731] Compiling NIOCore CircularBuffer.swift
[698/731] Compiling NIOCore Codec.swift
[699/731] Compiling NIOCore ConvenienceOptionSupport.swift
[700/731] Compiling NIOCore DeadChannel.swift
[701/731] Compiling NIOCore DispatchQueue+WithFuture.swift
[702/731] Compiling NIOCore EventLoop+Deprecated.swift
[703/731] Compiling NIOCore EventLoop+SerialExecutor.swift
[704/731] Compiling NIOCore EventLoop.swift
[705/731] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[706/731] Compiling NIOCore IOData.swift
[707/731] Compiling NIOCore IPProtocol.swift
[708/731] Compiling NIOCore IntegerBitPacking.swift
[709/731] Compiling NIOCore IntegerTypes.swift
[710/731] Compiling NIOCore Interfaces.swift
[711/731] Compiling NIOCore Linux.swift
[712/731] Compiling NIOCore MarkedCircularBuffer.swift
[713/731] Compiling NIOCore MulticastChannel.swift
[714/731] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[715/731] Compiling NIOCore SocketAddresses.swift
[716/731] Compiling NIOCore SocketOptionProvider.swift
[717/731] Compiling NIOCore SystemCallHelpers.swift
[718/731] Compiling NIOCore TimeAmount+Duration.swift
[719/731] Compiling NIOCore TypeAssistedChannelHandler.swift
[720/731] Compiling NIOCore UniversalBootstrapSupport.swift
[721/731] Compiling NIOCore Utilities.swift
[722/731] Compiling NIOCore ByteBuffer-multi-int.swift
[723/731] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[724/731] Compiling NIOCore ByteBuffer-views.swift
[725/731] Compiling NIOCore Channel.swift
[726/731] Compiling NIOCore ChannelHandler.swift
[727/731] Compiling NIOCore ChannelHandlers.swift
[728/731] Compiling NIOCore ChannelInvoker.swift
[729/731] Compiling NIOCore ChannelOption.swift
[730/731] Compiling NIOCore ChannelPipeline.swift
[731/731] Emitting module NIOCore
[733/783] Emitting module NIOEmbedded
[734/783] Compiling NIOEmbedded AsyncTestingChannel.swift
[735/783] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[736/783] Compiling NIOEmbedded Embedded.swift
[738/784] Emitting module NIOPosix
[739/790] Compiling NIOPosix ThreadPosix.swift
[740/790] Compiling NIOPosix ThreadWindows.swift
[741/790] Compiling NIOPosix UnsafeTransfer.swift
[742/790] Compiling NIOPosix Utilities.swift
[743/790] Compiling NIOPosix VsockAddress.swift
[744/790] Compiling NIOPosix VsockChannelEvents.swift
[745/790] Compiling NIOPosix SelectableChannel.swift
[746/790] Compiling NIOPosix SelectableEventLoop.swift
[747/790] Compiling NIOPosix SelectorEpoll.swift
[748/790] Compiling NIOPosix SelectorGeneric.swift
[749/790] Compiling NIOPosix SelectorKqueue.swift
[750/790] Compiling NIOPosix SelectorUring.swift
[751/790] Compiling NIOPosix ServerSocket.swift
[752/790] Compiling NIOPosix Socket.swift
[753/790] Compiling NIOPosix SocketChannel.swift
[754/790] Compiling NIOPosix SocketProtocols.swift
[755/790] Compiling NIOPosix System.swift
[756/790] Compiling NIOPosix Thread.swift
[757/790] Compiling NIOPosix Bootstrap.swift
[758/790] Compiling NIOPosix ControlMessage.swift
[759/790] Compiling NIOPosix DatagramVectorReadManager.swift
[760/790] Compiling NIOPosix Errors+Any.swift
[761/790] Compiling NIOPosix FileDescriptor.swift
[762/790] Compiling NIOPosix GetaddrinfoResolver.swift
[763/790] Compiling NIOPosix HappyEyeballs.swift
[764/790] Compiling NIOPosix BSDSocketAPICommon.swift
[765/790] Compiling NIOPosix BSDSocketAPIPosix.swift
[766/790] Compiling NIOPosix BSDSocketAPIWindows.swift
[767/790] Compiling NIOPosix BaseSocket.swift
[768/790] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[769/790] Compiling NIOPosix BaseSocketChannel.swift
[770/790] Compiling NIOPosix BaseStreamSocketChannel.swift
[771/790] Compiling NIOPosix Pool.swift
[772/790] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[773/790] Compiling NIOPosix PosixSingletons.swift
[774/790] Compiling NIOPosix RawSocketBootstrap.swift
[775/790] Compiling NIOPosix Resolver.swift
[776/790] Compiling NIOPosix Selectable.swift
[777/790] Compiling NIOPosix IO.swift
[778/790] Compiling NIOPosix IntegerBitPacking.swift
[779/790] Compiling NIOPosix IntegerTypes.swift
[780/790] Compiling NIOPosix Linux.swift
[781/790] Compiling NIOPosix LinuxCPUSet.swift
[782/790] Compiling NIOPosix LinuxUring.swift
[783/790] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[784/790] Compiling NIOPosix NIOPosixSendableMetatype.swift
[785/790] Compiling NIOPosix NIOThreadPool.swift
[786/790] Compiling NIOPosix NonBlockingFileIO.swift
[787/790] Compiling NIOPosix PendingDatagramWritesManager.swift
[788/790] Compiling NIOPosix PendingWritesManager.swift
[789/790] Compiling NIOPosix PipeChannel.swift
[790/790] Compiling NIOPosix PipePair.swift
[792/793] Emitting module NIO
[793/793] Compiling NIO Exports.swift
[795/821] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[796/821] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[797/821] Compiling NIOTLS TLSEvents.swift
[798/821] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[799/821] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[800/823] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[801/823] Emitting module NIOTLS
[802/823] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[803/823] Compiling NIOTLS SNIHandler.swift
[804/823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[805/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[806/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[808/824] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[809/824] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[810/824] Emitting module NIOFoundationCompat
[811/824] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[812/824] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[813/824] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[814/824] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[815/824] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[816/824] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[818/876] Compiling NIOTransportServices StateManagedChannel.swift
[819/876] Compiling NIOTransportServices StateManagedListenerChannel.swift
[820/876] Emitting module NIOTransportServices
[821/876] Compiling NIOTransportServices AcceptHandler.swift
[822/876] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[823/876] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[826/878] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[827/878] Compiling NIOTransportServices NIOTSBootstraps.swift
[828/878] Compiling NIOTransportServices NIOTSChannelOptions.swift
[829/878] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[830/878] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[831/878] Compiling NIOTransportServices NIOTSErrors.swift
[832/878] Compiling NIOTransportServices NIOTSEventLoop.swift
[833/878] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[834/878] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[835/878] Compiling NIOTransportServices NIOTSListenerChannel.swift
[836/878] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[837/878] Compiling NIOTransportServices NIOTSSingletons.swift
[838/878] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[841/878] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[842/878] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[843/878] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[844/878] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[845/878] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[847/879] Emitting module NIOHTTP1
[852/909] Compiling NIOExtras DebugInboundEventsHandler.swift
[853/909] Compiling NIOExtras DebugOutboundEventsHandler.swift
[854/909] Compiling NIOExtras FixedLengthFrameDecoder.swift
[855/911] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[856/911] Compiling NIOExtras NIOExtrasError.swift
[857/911] Compiling NIOExtras NIOLengthFieldBitLength.swift
[858/911] Compiling NIOExtras NIORequestIdentifiable.swift
[859/911] Compiling NIOHPACK IndexedHeaderTable.swift
[860/911] Compiling NIOHPACK IntegerCoding.swift
[863/912] Compiling NIOExtras RequestResponseHandler.swift
[864/912] Compiling NIOExtras RequestResponseWithIDHandler.swift
[865/912] Compiling NIOHPACK HuffmanTables.swift
[866/912] Compiling NIOExtras PCAPRingBuffer.swift
[867/912] Compiling NIOExtras QuiescingHelper.swift
[868/912] Compiling NIOHPACK HuffmanCoding.swift
[869/912] Compiling NIOHPACK StaticHeaderTable.swift
[870/912] Emitting module NIOHPACK
[871/912] Emitting module NIOSSL
[872/912] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[873/912] Compiling NIOExtras JSONRPCFraming.swift
[874/912] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[875/912] Compiling NIOExtras LengthFieldPrepender.swift
[876/916] Emitting module NIOExtras
[880/916] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[890/917] Compiling NIOExtras LineBasedFrameDecoder.swift
[897/917] Compiling NIOExtras UnsafeTransfer.swift
[898/917] Compiling NIOExtras WritePCAPHandler.swift
[900/917] Compiling NIOSSL SSLCertificate.swift
[901/917] Compiling NIOSSL SSLCertificateExtensions.swift
[902/917] Compiling NIOSSL SSLCertificateName.swift
[903/917] Compiling NIOSSL SSLConnection.swift
[904/947] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[905/947] Compiling NIOHTTP2 MaySendFrames.swift
[906/947] Compiling NIOHTTP2 SendingDataState.swift
[907/947] Compiling NIOHTTP2 SendingGoawayState.swift
[908/947] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[909/947] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[910/947] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[911/947] Compiling NIOHTTP2 HTTP2Error.swift
[912/975] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[913/975] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[915/976] Compiling NIOHTTP2 Error+Any.swift
[916/976] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[917/976] Compiling NIOHTTP2 ControlFrameBuffer.swift
[918/976] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[922/977] Compiling NIOHTTP2 SendingHeadersState.swift
[923/977] Compiling NIOHTTP2 SendingPushPromiseState.swift
[924/977] Compiling NIOHTTP2 SendingRstStreamState.swift
[925/977] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[926/977] Compiling NIOHTTP2 HTTP2SettingsState.swift
[928/985] Emitting module NIOHTTP2
[929/985] Compiling NIOHTTP2 InboundWindowManager.swift
[930/985] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[931/985] Compiling NIOHTTP2 StreamChannelFlowController.swift
[932/985] Compiling NIOHTTP2 StreamChannelList.swift
[933/985] Compiling NIOHTTP2 StreamMap.swift
[934/985] Compiling NIOHTTP2 StreamStateMachine.swift
[935/985] Compiling NIOHTTP2 UnsafeTransfer.swift
[936/985] Compiling NIOHTTP2 WatermarkedFlowController.swift
[937/985] Compiling NIOHTTP2 ConnectionStateMachine.swift
[938/985] Compiling NIOHTTP2 ConnectionStreamsState.swift
[939/985] Compiling NIOHTTP2 MayReceiveFrames.swift
[940/985] Compiling NIOHTTP2 ReceivingDataState.swift
[941/985] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[942/985] Compiling NIOHTTP2 ReceivingHeadersState.swift
[943/985] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[944/985] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[946/985] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[947/985] Compiling NIOHTTP2 HasFlowControlWindows.swift
[948/985] Compiling NIOHTTP2 HasLocalSettings.swift
[949/985] Compiling NIOHTTP2 HasRemoteSettings.swift
[950/985] Compiling NIOHTTP2 LocallyQuiescingState.swift
[951/985] Compiling NIOHTTP2 QuiescingState.swift
[952/985] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[953/985] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[954/985] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[955/985] Compiling NIOHTTP2 HTTP2Frame.swift
[956/985] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[957/985] Compiling NIOHTTP2 HTTP2FrameParser.swift
[958/985] Compiling NIOHTTP2 HTTP2PingData.swift
[959/985] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[960/985] Compiling NIOHTTP2 HTTP2Settings.swift
[961/985] Compiling NIOHTTP2 HTTP2Stream.swift
[962/985] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[963/985] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[964/985] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[965/985] Compiling NIOHTTP2 HTTP2StreamID.swift
[966/985] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[967/985] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[968/985] Compiling NIOHTTP2 HTTP2UserEvents.swift
[969/985] Compiling NIOHTTP2 InboundEventBuffer.swift
[970/985] Compiling NIOHTTP2 StateMachineResult.swift
[971/985] Compiling NIOHTTP2 ContentLengthVerifier.swift
[972/985] Compiling NIOHTTP2 DOSHeuristics.swift
[977/985] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[980/985] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[985/985] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[987/1113] Compiling GRPC GRPCAsyncResponseStream.swift
[988/1113] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[989/1113] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[990/1113] Compiling GRPC GRPCAsyncServerCallContext.swift
[991/1113] Compiling GRPC GRPCAsyncServerHandler.swift
[992/1113] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[993/1113] Compiling GRPC GRPCAsyncUnaryCall.swift
[994/1113] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[995/1113] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[996/1113] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[997/1113] Compiling GRPC GRPCSendable.swift
[998/1113] Compiling GRPC NIOAsyncWrappers.swift
[999/1113] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1000/1113] Compiling GRPC ClientStreamingServerHandler.swift
[1001/1113] Compiling GRPC ServerHandlerProtocol.swift
[1002/1113] Compiling GRPC ServerStreamingServerHandler.swift
[1003/1113] Compiling GRPC UnaryServerHandler.swift
[1004/1113] Compiling GRPC CallOptions.swift
[1005/1130] Compiling GRPC Array+BoundsCheck.swift
[1006/1130] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1007/1130] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1008/1130] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1009/1130] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1010/1130] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1011/1130] Compiling GRPC ServerHandlerStateMachine.swift
[1012/1130] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1013/1130] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1014/1130] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1015/1130] Compiling GRPC ServerInterceptorStateMachine.swift
[1016/1130] Compiling GRPC StreamState.swift
[1017/1130] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1018/1130] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1019/1130] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1020/1130] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1021/1130] Compiling GRPC GRPCAsyncRequestStream.swift
[1022/1130] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1023/1130] Compiling GRPC DelegatingErrorHandler.swift
[1024/1130] Compiling GRPC Error+NIOSSL.swift
[1025/1130] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1026/1130] Compiling GRPC FakeChannel.swift
[1027/1130] Compiling GRPC ClientConnection+NIOSSL.swift
[1028/1130] Compiling GRPC ClientConnection+NWTLS.swift
[1029/1130] Compiling GRPC GRPCChannel.swift
[1030/1130] Compiling GRPC GRPCChannelBuilder.swift
[1031/1130] Compiling GRPC GRPCClient.swift
[1032/1130] Compiling GRPC GRPCClientChannelHandler.swift
[1033/1130] Compiling GRPC GRPCClientStateMachine.swift
[1034/1130] Compiling GRPC GRPCContentType.swift
[1035/1130] Compiling GRPC GRPCError.swift
[1036/1130] Compiling GRPC GRPCHeaderName.swift
[1037/1130] Compiling GRPC GRPCIdleHandler.swift
[1038/1130] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1039/1130] Compiling GRPC GRPCKeepaliveHandlers.swift
[1040/1130] Compiling GRPC GRPCPayload.swift
[1041/1130] Compiling GRPC ServerInterceptorContext.swift
[1042/1130] Compiling GRPC ServerInterceptorPipeline.swift
[1043/1130] Compiling GRPC ServerInterceptors.swift
[1044/1130] Compiling GRPC InterceptorContextList.swift
[1045/1130] Compiling GRPC LengthPrefixedMessageReader.swift
[1046/1130] Compiling GRPC Logger.swift
[1047/1130] Compiling GRPC LoggingServerErrorDelegate.swift
[1048/1130] Compiling GRPC MessageEncodingHeaderValidator.swift
[1049/1130] Compiling GRPC PlatformSupport.swift
[1050/1130] Compiling GRPC ReadWriteStates.swift
[1051/1130] Compiling GRPC Ref.swift
[1052/1130] Compiling GRPC Serialization.swift
[1053/1130] Compiling GRPC Server+NIOSSL.swift
[1054/1130] Compiling GRPC Server.swift
[1055/1130] Compiling GRPC ServerBuilder+NIOSSL.swift
[1056/1130] Compiling GRPC ServerBuilder.swift
[1057/1130] Compiling GRPC ServerCallContext.swift
[1058/1130] Compiling GRPC StreamingResponseCallContext.swift
[1059/1130] Compiling GRPC BidirectionalStreamingCall.swift
[1060/1130] Compiling GRPC Call.swift
[1061/1130] Compiling GRPC CallDetails.swift
[1062/1130] Compiling GRPC ClientCall.swift
[1063/1130] Compiling GRPC ClientStreamingCall.swift
[1064/1130] Compiling GRPC LazyEventLoopPromise.swift
[1065/1130] Compiling GRPC ResponseContainers.swift
[1066/1130] Compiling GRPC ResponsePartContainer.swift
[1067/1130] Compiling GRPC ServerStreamingCall.swift
[1068/1130] Compiling GRPC UnaryCall.swift
[1069/1130] Compiling GRPC ClientConnection.swift
[1070/1130] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1071/1130] Compiling GRPC ClientErrorDelegate.swift
[1072/1130] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1073/1130] Compiling GRPC CompressionAlgorithm.swift
[1074/1130] Compiling GRPC DecompressionLimit.swift
[1075/1130] Compiling GRPC MessageEncoding.swift
[1076/1130] Compiling GRPC Zlib.swift
[1077/1130] Emitting module GRPC
[1078/1130] Compiling GRPC ConnectionBackoff.swift
[1079/1130] Compiling GRPC ConnectionKeepalive.swift
[1080/1130] Compiling GRPC ConnectionManager+Delegates.swift
[1081/1130] Compiling GRPC ConnectionManager.swift
[1082/1130] Compiling GRPC ConnectionManagerChannelProvider.swift
[1083/1130] Compiling GRPC ConnectionManagerID.swift
[1084/1130] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1085/1130] Compiling GRPC ConnectionPool+Waiter.swift
[1086/1130] Compiling GRPC ConnectionPool.swift
[1087/1130] Compiling GRPC ConnectionPoolIDs.swift
[1088/1130] Compiling GRPC GRPCChannelPool.swift
[1089/1130] Compiling GRPC PoolManager.swift
[1090/1130] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1091/1130] Compiling GRPC PoolManagerStateMachine.swift
[1092/1130] Compiling GRPC PooledChannel.swift
[1093/1130] Compiling GRPC StreamLender.swift
[1094/1130] Compiling GRPC ConnectivityState.swift
[1095/1130] Compiling GRPC DebugOnly.swift
[1096/1130] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1097/1130] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1098/1130] Compiling GRPC GRPCServiceDescription.swift
[1099/1130] Compiling GRPC GRPCStatus.swift
[1100/1130] Compiling GRPC GRPCStatusAndMetadata.swift
[1101/1130] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1102/1130] Compiling GRPC GRPCTLSConfiguration.swift
[1103/1130] Compiling GRPC GRPCTimeout.swift
[1104/1130] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1105/1130] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1106/1130] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1107/1130] Compiling GRPC ClientInterceptorContext.swift
[1108/1130] Compiling GRPC ClientInterceptorPipeline.swift
[1109/1130] Compiling GRPC ClientInterceptorProtocol.swift
[1110/1130] Compiling GRPC ClientInterceptors.swift
[1111/1130] Compiling GRPC ClientTransport.swift
[1112/1130] Compiling GRPC ClientTransportFactory.swift
[1113/1130] Compiling GRPC MessageParts.swift
[1114/1130] Compiling GRPC UnaryResponseCallContext.swift
[1115/1130] Compiling GRPC ServerChannelErrorHandler.swift
[1116/1130] Compiling GRPC ServerErrorDelegate.swift
[1117/1130] Compiling GRPC ServerErrorProcessor.swift
[1118/1130] Compiling GRPC Stopwatch.swift
[1119/1130] Compiling GRPC StreamEvent.swift
[1120/1130] Compiling GRPC TLSVerificationHandler.swift
[1121/1130] Compiling GRPC TLSVersion.swift
[1122/1130] Compiling GRPC TimeLimit.swift
[1123/1130] Compiling GRPC UserInfo.swift
[1124/1130] Compiling GRPC Version.swift
[1125/1130] Compiling GRPC WebCORSHandler.swift
[1126/1130] Compiling GRPC WriteCapturingHandler.swift
[1127/1130] Compiling GRPC _EmbeddedThroughput.swift
[1128/1130] Compiling GRPC _FakeResponseStream.swift
[1129/1130] Compiling GRPC _GRPCClientCodecHandler.swift
[1130/1130] Compiling GRPC _MessageContext.swift
[1132/1149] Emitting module ArrowFlight
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
94 | // The compiler won't synthesize support with the UNRECOGNIZED case.
95 | static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | .unspecified,
97 | .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
386 | // The compiler won't synthesize support with the UNRECOGNIZED case.
387 | static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
388 | .unknown,
389 | .path,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
928 | // The compiler won't synthesize support with the UNRECOGNIZED case.
929 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
930 | .flightSqlServerName,
931 | .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 | .none,
1070 | .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 | .sqlCaseSensitivityUnknown,
1117 | .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 | .sqlNullsSortedHigh,
1165 | .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 | .sqlMinimumGrammar,
1210 | .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 | .ansi92EntrySql,
1254 | .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 | .sqlJoinsUnsupported,
1298 | .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 | .sqlGroupByUnrelated,
1339 | .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 | .sqlElementInProcedureCalls,
1382 | .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 | .sqlPositionedDelete,
1423 | .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 | .sqlSubqueriesInComparisons,
1469 | .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 | .sqlUnion,
1511 | .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 | .sqlTransactionNone,
1560 | .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 | .sqlTransactionUnspecified,
1606 | .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 | .sqlResultSetTypeUnspecified,
1653 | .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 | .sqlResultSetConcurrencyUnspecified,
1698 | .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 | .sqlConvertBigint,
1793 | .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 | .xdbcUnknownType,
1920 | .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 | .xdbcSubcodeUnknown,
2064 | .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 | static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 | .nullabilityNoNulls,
2141 | .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 | static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 | .none,
2205 | .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 | static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 | .cascade,
2256 | .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 | .unspecified,
3160 | .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 | .unspecified,
3233 | .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 | .unspecified,
3544 | .cancelled,
[1133/1151] Compiling ArrowFlight RecordBatchStreamReader.swift
[1134/1151] Compiling ArrowFlight RecordBatchStreamWriter.swift
[1135/1151] Compiling ArrowFlight Flight.grpc.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
94 | // The compiler won't synthesize support with the UNRECOGNIZED case.
95 | static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | .unspecified,
97 | .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
386 | // The compiler won't synthesize support with the UNRECOGNIZED case.
387 | static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
388 | .unknown,
389 | .path,
[1136/1151] Compiling ArrowFlight Flight.pb.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
94 | // The compiler won't synthesize support with the UNRECOGNIZED case.
95 | static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | .unspecified,
97 | .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
386 | // The compiler won't synthesize support with the UNRECOGNIZED case.
387 | static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
388 | .unknown,
389 | .path,
[1137/1151] Compiling ArrowFlight FlightAction.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:95:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
93 | extension Arrow_Flight_Protocol_CancelStatus: CaseIterable {
94 | // The compiler won't synthesize support with the UNRECOGNIZED case.
95 | static var allCases: [Arrow_Flight_Protocol_CancelStatus] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
96 | .unspecified,
97 | .cancelled,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/Flight.pb.swift:387:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
385 | extension Arrow_Flight_Protocol_FlightDescriptor.DescriptorType: CaseIterable {
386 | // The compiler won't synthesize support with the UNRECOGNIZED case.
387 | static var allCases: [Arrow_Flight_Protocol_FlightDescriptor.DescriptorType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
388 | .unknown,
389 | .path,
[1138/1151] Compiling ArrowFlight FlightActionType.swift
[1139/1151] Compiling ArrowFlight FlightClient.swift
[1140/1151] Compiling ArrowFlight FlightCriteria.swift
[1141/1151] Compiling ArrowFlight FlightData.swift
[1142/1151] Compiling ArrowFlight FlightDescriptor.swift
[1143/1151] Compiling ArrowFlight FlightEndpoint.swift
[1144/1151] Compiling ArrowFlight FlightInfo.swift
[1145/1151] Compiling ArrowFlight FlightLocation.swift
[1146/1151] Compiling ArrowFlight FlightPutResult.swift
[1147/1151] Compiling ArrowFlight FlightResult.swift
[1148/1151] Compiling ArrowFlight FlightSchemaResult.swift
[1149/1151] Compiling ArrowFlight FlightServer.swift
[1150/1151] Compiling ArrowFlight FlightSql.pb.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
928 | // The compiler won't synthesize support with the UNRECOGNIZED case.
929 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
930 | .flightSqlServerName,
931 | .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 | .none,
1070 | .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 | .sqlCaseSensitivityUnknown,
1117 | .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 | .sqlNullsSortedHigh,
1165 | .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 | .sqlMinimumGrammar,
1210 | .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 | .ansi92EntrySql,
1254 | .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 | .sqlJoinsUnsupported,
1298 | .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 | .sqlGroupByUnrelated,
1339 | .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 | .sqlElementInProcedureCalls,
1382 | .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 | .sqlPositionedDelete,
1423 | .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 | .sqlSubqueriesInComparisons,
1469 | .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 | .sqlUnion,
1511 | .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 | .sqlTransactionNone,
1560 | .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 | .sqlTransactionUnspecified,
1606 | .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 | .sqlResultSetTypeUnspecified,
1653 | .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 | .sqlResultSetConcurrencyUnspecified,
1698 | .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 | .sqlConvertBigint,
1793 | .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 | .xdbcUnknownType,
1920 | .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 | .xdbcSubcodeUnknown,
2064 | .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 | static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 | .nullabilityNoNulls,
2141 | .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 | static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 | .none,
2205 | .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 | static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 | .cascade,
2256 | .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 | .unspecified,
3160 | .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 | .unspecified,
3233 | .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 | .unspecified,
3544 | .cancelled,
[1151/1151] Compiling ArrowFlight FlightTicket.swift
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:929:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
927 | extension Arrow_Flight_Protocol_Sql_SqlInfo: CaseIterable {
928 | // The compiler won't synthesize support with the UNRECOGNIZED case.
929 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlInfo] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
930 | .flightSqlServerName,
931 | .flightSqlServerVersion,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1068:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1066 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransaction: CaseIterable {
1067 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1068 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1069 | .none,
1070 | .transaction,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1115:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1113 | extension Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity: CaseIterable {
1114 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1115 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedCaseSensitivity] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1116 | .sqlCaseSensitivityUnknown,
1117 | .sqlCaseSensitivityCaseInsensitive,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1163:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1161 | extension Arrow_Flight_Protocol_Sql_SqlNullOrdering: CaseIterable {
1162 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1163 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlNullOrdering] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1164 | .sqlNullsSortedHigh,
1165 | .sqlNullsSortedLow,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1208:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1206 | extension Arrow_Flight_Protocol_Sql_SupportedSqlGrammar: CaseIterable {
1207 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1208 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedSqlGrammar] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1209 | .sqlMinimumGrammar,
1210 | .sqlCoreGrammar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1252:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1250 | extension Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel: CaseIterable {
1251 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1252 | static var allCases: [Arrow_Flight_Protocol_Sql_SupportedAnsi92SqlGrammarLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1253 | .ansi92EntrySql,
1254 | .ansi92IntermediateSql,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1296:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1294 | extension Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel: CaseIterable {
1295 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1296 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlOuterJoinsSupportLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1297 | .sqlJoinsUnsupported,
1298 | .sqlLimitedOuterJoins,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1337:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1335 | extension Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy: CaseIterable {
1336 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1337 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedGroupBy] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1338 | .sqlGroupByUnrelated,
1339 | .sqlGroupByBeyondSelect,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1380:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1378 | extension Arrow_Flight_Protocol_Sql_SqlSupportedElementActions: CaseIterable {
1379 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1380 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedElementActions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1381 | .sqlElementInProcedureCalls,
1382 | .sqlElementInIndexDefinitions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1421:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1419 | extension Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands: CaseIterable {
1420 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1421 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedPositionedCommands] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1422 | .sqlPositionedDelete,
1423 | .sqlPositionedUpdate,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1467:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1465 | extension Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries: CaseIterable {
1466 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1467 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedSubqueries] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1468 | .sqlSubqueriesInComparisons,
1469 | .sqlSubqueriesInExists,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1509:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1507 | extension Arrow_Flight_Protocol_Sql_SqlSupportedUnions: CaseIterable {
1508 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1509 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedUnions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1510 | .sqlUnion,
1511 | .sqlUnionAll,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1558:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1556 | extension Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel: CaseIterable {
1557 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1558 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlTransactionIsolationLevel] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1559 | .sqlTransactionNone,
1560 | .sqlTransactionReadUncommitted,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1604:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1602 | extension Arrow_Flight_Protocol_Sql_SqlSupportedTransactions: CaseIterable {
1603 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1604 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedTransactions] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1605 | .sqlTransactionUnspecified,
1606 | .sqlDataDefinitionTransactions,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1651:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1649 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType: CaseIterable {
1650 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1651 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1652 | .sqlResultSetTypeUnspecified,
1653 | .sqlResultSetTypeForwardOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1696:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1694 | extension Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency: CaseIterable {
1695 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1696 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportedResultSetConcurrency] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1697 | .sqlResultSetConcurrencyUnspecified,
1698 | .sqlResultSetConcurrencyReadOnly,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1791:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1789 | extension Arrow_Flight_Protocol_Sql_SqlSupportsConvert: CaseIterable {
1790 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1791 | static var allCases: [Arrow_Flight_Protocol_Sql_SqlSupportsConvert] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1792 | .sqlConvertBigint,
1793 | .sqlConvertBinary,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:1918:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
1916 | extension Arrow_Flight_Protocol_Sql_XdbcDataType: CaseIterable {
1917 | // The compiler won't synthesize support with the UNRECOGNIZED case.
1918 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDataType] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1919 | .xdbcUnknownType,
1920 | .xdbcChar,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2062:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2060 | extension Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode: CaseIterable {
2061 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2062 | static var allCases: [Arrow_Flight_Protocol_Sql_XdbcDatetimeSubcode] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2063 | .xdbcSubcodeUnknown,
2064 | .xdbcSubcodeYear,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2139:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2137 | extension Arrow_Flight_Protocol_Sql_Nullable: CaseIterable {
2138 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2139 | static var allCases: [Arrow_Flight_Protocol_Sql_Nullable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2140 | .nullabilityNoNulls,
2141 | .nullabilityNullable,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2203:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2201 | extension Arrow_Flight_Protocol_Sql_Searchable: CaseIterable {
2202 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2203 | static var allCases: [Arrow_Flight_Protocol_Sql_Searchable] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2204 | .none,
2205 | .char,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:2254:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
2252 | extension Arrow_Flight_Protocol_Sql_UpdateDeleteRules: CaseIterable {
2253 | // The compiler won't synthesize support with the UNRECOGNIZED case.
2254 | static var allCases: [Arrow_Flight_Protocol_Sql_UpdateDeleteRules] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
2255 | .cascade,
2256 | .restrict,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3158:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3156 | extension Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction: CaseIterable {
3157 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3158 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndTransactionRequest.EndTransaction] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3159 | .unspecified,
3160 | .commit,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3231:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3229 | extension Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint: CaseIterable {
3230 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3231 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionEndSavepointRequest.EndSavepoint] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3232 | .unspecified,
3233 | .release,
/host/spi-builder-workspace/ArrowFlight/Sources/ArrowFlight/FlightSql.pb.swift:3542:14: warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
3540 | extension Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult: CaseIterable {
3541 | // The compiler won't synthesize support with the UNRECOGNIZED case.
3542 | static var allCases: [Arrow_Flight_Protocol_Sql_ActionCancelQueryResult.CancelResult] = [
| |- warning: static property 'allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allCases' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'allCases' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
3543 | .unspecified,
3544 | .cancelled,
Build complete! (215.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "flatbuffers",
"requirement" : {
"range" : [
{
"lower_bound" : "25.2.10",
"upper_bound" : "26.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/flatbuffers.git"
},
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.29.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "Arrow",
"name" : "Arrow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Arrow",
"targets" : [
"Arrow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArrowTests",
"module_type" : "SwiftTarget",
"name" : "ArrowTests",
"path" : "Arrow/Tests",
"sources" : [
"ArrowTests/ArrayBuilderTest.swift",
"ArrowTests/ArrayTests.swift",
"ArrowTests/CDataTests.swift",
"ArrowTests/CodableTests.swift",
"ArrowTests/IPCTests.swift",
"ArrowTests/RecordBatchTests.swift",
"ArrowTests/TableTests.swift"
],
"target_dependencies" : [
"Arrow",
"ArrowC"
],
"type" : "test"
},
{
"c99name" : "ArrowFlightTests",
"module_type" : "SwiftTarget",
"name" : "ArrowFlightTests",
"path" : "ArrowFlight/Tests",
"sources" : [
"ArrowFlightTests/FlightTest.swift"
],
"target_dependencies" : [
"ArrowFlight"
],
"type" : "test"
},
{
"c99name" : "ArrowFlight",
"module_type" : "SwiftTarget",
"name" : "ArrowFlight",
"path" : "ArrowFlight/Sources/ArrowFlight",
"product_dependencies" : [
"GRPC",
"SwiftProtobuf"
],
"sources" : [
"Flight.grpc.swift",
"Flight.pb.swift",
"FlightAction.swift",
"FlightActionType.swift",
"FlightClient.swift",
"FlightCriteria.swift",
"FlightData.swift",
"FlightDescriptor.swift",
"FlightEndpoint.swift",
"FlightInfo.swift",
"FlightLocation.swift",
"FlightPutResult.swift",
"FlightResult.swift",
"FlightSchemaResult.swift",
"FlightServer.swift",
"FlightSql.pb.swift",
"FlightTicket.swift",
"RecordBatchStreamReader.swift",
"RecordBatchStreamWriter.swift"
],
"target_dependencies" : [
"Arrow"
],
"type" : "library"
},
{
"c99name" : "ArrowC",
"module_type" : "ClangTarget",
"name" : "ArrowC",
"path" : "Arrow/Sources/ArrowC",
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowCData.c"
],
"type" : "library"
},
{
"c99name" : "Arrow",
"module_type" : "SwiftTarget",
"name" : "Arrow",
"path" : "Arrow/Sources/Arrow",
"product_dependencies" : [
"FlatBuffers",
"Atomics"
],
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowArray.swift",
"ArrowArrayBuilder.swift",
"ArrowBuffer.swift",
"ArrowBufferBuilder.swift",
"ArrowCExporter.swift",
"ArrowCImporter.swift",
"ArrowData.swift",
"ArrowDecoder.swift",
"ArrowEncoder.swift",
"ArrowReader.swift",
"ArrowReaderHelper.swift",
"ArrowSchema.swift",
"ArrowTable.swift",
"ArrowType.swift",
"ArrowWriter.swift",
"ArrowWriterHelper.swift",
"BitUtility.swift",
"ChunkedArray.swift",
"File_generated.swift",
"MemoryAllocator.swift",
"Message_generated.swift",
"ProtoUtil.swift",
"Schema_generated.swift",
"SparseTensor_generated.swift",
"Tensor_generated.swift"
],
"target_dependencies" : [
"ArrowC"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.