Build Information
Successful build of neo4j-driver-swift, reference 0.0.7 (8ec092), with Swift 6.1 for Android on 29 May 2025 23:03:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
Reference: 0.0.7
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/GiacomoLeopizzi/neo4j-driver-swift
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 8ec092c NIOFoundationCompat fix
Cloned https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
Revision (git rev-parse @):
8ec092c9c079324439b960ba0fe0f7c4ce46531c
SUCCESS checkout https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git at 0.0.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.27.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "neo4j-driver-swift",
"name" : "neo4j-driver-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "Neo4J",
"targets" : [
"Neo4J"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Bolt",
"targets" : [
"Bolt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PackStream",
"targets" : [
"PackStream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PackStreamTests",
"module_type" : "SwiftTarget",
"name" : "PackStreamTests",
"path" : "Tests/PackStreamTests",
"sources" : [
"PackStreamDecoderTests.swift",
"PackStreamEncoderTests.swift",
"PackStreamValueTests.swift",
"TestStructure.swift"
],
"target_dependencies" : [
"PackStream"
],
"type" : "test"
},
{
"c99name" : "PackStream",
"module_type" : "SwiftTarget",
"name" : "PackStream",
"path" : "Sources/PackStream",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt",
"PackStream"
],
"sources" : [
"Byte.swift",
"Codable/Decoder/DKeyedContainer.swift",
"Codable/Decoder/DSingleValueContainer.swift",
"Codable/Decoder/DUnkeyedContainer.swift",
"Codable/Decoder/PackStreamDecoder.swift",
"Codable/Decoder/_PackStreamDecoder.swift",
"Codable/Encoder/E_KeyedContainer.swift",
"Codable/Encoder/E_SingleValueContainer.swift",
"Codable/Encoder/E_UnkeyedContainer.swift",
"Codable/Encoder/PackStreamEncoder.swift",
"Codable/Encoder/PackStreamFuture.swift",
"Codable/Encoder/_PackStreamEncoder.swift",
"Codable/PackStreamKey.swift",
"Codable/StructureCodable.swift",
"Codable/StructureDecodable.swift",
"Codable/StructureEncodable.swift",
"Errors/ErrorLocation.swift",
"Errors/PackStreamError.swift",
"Extensions/ByteBuffer-Extension.swift",
"Extensions/ByteBuffer-Read.swift",
"Extensions/ByteBuffer-Write.swift",
"Extensions/Optional-Extension.swift",
"Markers.swift",
"PackStreamStructure.swift",
"PackStreamValue.swift"
],
"type" : "library"
},
{
"c99name" : "Neo4JTests",
"module_type" : "SwiftTarget",
"name" : "Neo4JTests",
"path" : "Tests/Neo4JTests",
"sources" : [
"Temp.swift"
],
"target_dependencies" : [
"Neo4J"
],
"type" : "test"
},
{
"c99name" : "Neo4J",
"module_type" : "SwiftTarget",
"name" : "Neo4J",
"path" : "Sources/Neo4J",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Example",
"Neo4J"
],
"sources" : [
"ConnectionPool+Neo4J.swift",
"Exports.swift",
"Helper.swift",
"Neo4JConfiguration.swift",
"Neo4JConnection.swift",
"Neo4JError.swift",
"Node.swift",
"NodeProperties.swift",
"Relationship.swift",
"RelationshipProperties.swift",
"TransactionConnection.swift"
],
"target_dependencies" : [
"Bolt",
"ConnectionPool"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift",
"Movie.swift"
],
"target_dependencies" : [
"Bolt",
"Neo4J"
],
"type" : "executable"
},
{
"c99name" : "ConnectionPool",
"module_type" : "SwiftTarget",
"name" : "ConnectionPool",
"path" : "Sources/ConnectionPool",
"product_dependencies" : [
"NIO",
"Logging",
"Collections"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt"
],
"sources" : [
"ConnectionList.swift",
"ConnectionPoolError.swift",
"EventLoopConnectionPool.swift",
"EventLoopGroupConnectionPool.swift",
"Extensions/EventLoop-Extension.swift",
"PoolConfiguration.swift",
"Protocols/PoolableConnection.swift",
"Protocols/PoolableConnectionFactory.swift",
"WaitingList.swift"
],
"type" : "library"
},
{
"c99name" : "BoltTests",
"module_type" : "SwiftTarget",
"name" : "BoltTests",
"path" : "Tests/BoltTests",
"sources" : [
"Temp.swift"
],
"target_dependencies" : [
"Bolt"
],
"type" : "test"
},
{
"c99name" : "Bolt",
"module_type" : "SwiftTarget",
"name" : "Bolt",
"path" : "Sources/Bolt",
"product_dependencies" : [
"NIO",
"Logging",
"NIOSSL",
"NIOExtras",
"ServiceLifecycle"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt"
],
"sources" : [
"Bolt.swift",
"BoltConfiguration.swift",
"BoltConnection.swift",
"BoltError.swift",
"ConnectionPool+Bolt.swift",
"Data Types/Date.swift",
"Data Types/DateTime.swift",
"Data Types/DateTimeZoneId.swift",
"Data Types/Duration.swift",
"Data Types/LocalDateTime.swift",
"Data Types/LocalTime.swift",
"Data Types/Node.swift",
"Data Types/Path.swift",
"Data Types/Point2D.swift",
"Data Types/Point3D.swift",
"Data Types/Relationship.swift",
"Data Types/Time.swift",
"Data Types/UnboundRelationship.swift",
"Exports.swift",
"Extensions/AsyncStream-Extension.swift",
"Extensions/NIO-Extension.swift",
"Handlers/ChunkingHandler.swift",
"Handlers/InitializationHandler.swift",
"Handlers/RequestEncoder.swift",
"Handlers/ResponseDecoder.swift",
"Messages/Requests/Begin.swift",
"Messages/Requests/Commit.swift",
"Messages/Requests/Discard.swift",
"Messages/Requests/Goodbye.swift",
"Messages/Requests/Hello.swift",
"Messages/Requests/Logoff.swift",
"Messages/Requests/Logon.swift",
"Messages/Requests/Public/Auth.swift",
"Messages/Requests/Public/BeginExtra.swift",
"Messages/Requests/Public/BoltAgent.swift",
"Messages/Requests/Public/DiscardExtra.swift",
"Messages/Requests/Public/HelloExtra.swift",
"Messages/Requests/Public/Mode.swift",
"Messages/Requests/Public/PullExtra.swift",
"Messages/Requests/Public/RouteExtra.swift",
"Messages/Requests/Public/RunExtra.swift",
"Messages/Requests/Public/TelemetryAPI.swift",
"Messages/Requests/Pull.swift",
"Messages/Requests/Reset.swift",
"Messages/Requests/Rollback.swift",
"Messages/Requests/Route.swift",
"Messages/Requests/Run.swift",
"Messages/Requests/Telemetry.swift",
"Messages/Responses/Failure.swift",
"Messages/Responses/Ignored.swift",
"Messages/Responses/Public/Hints.swift",
"Messages/Responses/Public/RoutingTable.swift",
"Messages/Responses/Public/Stats.swift",
"Messages/Responses/Public/SuccessMetadata.swift",
"Messages/Responses/Record.swift",
"Messages/Responses/Success.swift",
"Model/FailureMetadata.swift",
"Model/Request.swift",
"Model/Response.swift",
"Model/Summary.swift",
"Model/Version.swift",
"ServerState.swift"
],
"target_dependencies" : [
"PackStream",
"ConnectionPool"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[1384/19017] Fetching swift-service-lifecycle, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.72s)
[2656/92699] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.43s)
[46426/76108] Fetching swift-nio
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-nio.git from cache (8.89s)
[1/3836] Fetching swift-log
[500/9750] Fetching swift-log, swift-nio-extras
[8478/24593] Fetching swift-log, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.96s)
[5766/18679] Fetching swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (3.32s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.35s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (13.29s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.54s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[532/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.09s)
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.15s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
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.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.11s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.20s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1590] Fetching swift-asn1
[781/2494] Fetching swift-asn1, swift-http-types
[2495/14021] Fetching swift-asn1, swift-http-types, swift-nio-http2
[2496/20176] Fetching swift-asn1, swift-http-types, swift-nio-http2, swift-certificates
[2973/26135] Fetching swift-asn1, swift-http-types, swift-nio-http2, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (3.30s)
Fetched https://github.com/apple/swift-certificates.git from cache (3.83s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-http-types.git from cache (4.43s)
Fetched https://github.com/apple/swift-asn1.git from cache (4.43s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.46s)
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (6.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
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.14s)
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.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.20s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.10s)
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/475] Write sources
[13/475] Compiling _AtomicsShims.c
[13/475] Write sources
[27/475] Compiling aes-gcm-avx10-x86_64-linux.S
[28/475] Compiling CNIOWindows shim.c
[29/475] Compiling CNIOWindows WSAStartup.c
[30/475] Compiling CNIOWASI CNIOWASI.c
[31/475] Compiling CNIOLinux liburing_shims.c
[32/475] Compiling CNIOLinux shim.c
[33/475] Compiling CNIOLLHTTP c_nio_http.c
[34/475] Compiling CNIOLLHTTP c_nio_api.c
[35/475] Compiling CNIODarwin shim.c
[36/475] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/475] Compiling fiat_p256_adx_sqr.S
[38/475] Compiling fiat_p256_adx_mul.S
[39/475] Compiling fiat_curve25519_adx_square.S
[40/475] Compiling fiat_curve25519_adx_mul.S
[41/475] Compiling CNIOBoringSSLShims shims.c
[42/475] Compiling v3_alt.cc
[43/475] Compiling v3_bcons.cc
[43/475] Write swift-version-24593BA9C3E375BF.txt
[45/475] Compiling v3_bitst.cc
[46/475] Compiling v3_conf.cc
[47/475] Compiling x509.cc
[48/486] Compiling tls_record.cc
[50/486] Emitting module _NIOBase64
[50/500] Compiling tls_method.cc
[52/503] Emitting module _NIODataStructures
[53/503] Emitting module InternalCollectionsUtilities
[53/504] Compiling tls13_server.cc
[54/504] Compiling tls13_enc.cc
[55/504] Compiling tls13_client.cc
[56/504] Compiling t1_enc.cc
[57/504] Compiling tls13_both.cc
[59/504] Compiling _NIOBase64 Base64.swift
[61/505] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/505] Compiling _NIODataStructures _TinyArray.swift
[63/505] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/505] Wrapping AST for _NIOBase64 for debugging
[65/505] Compiling InternalCollectionsUtilities Descriptions.swift
[66/505] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/505] Compiling _NIODataStructures PriorityQueue.swift
[68/505] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/505] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/505] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/505] Compiling InternalCollectionsUtilities Debugging.swift
[72/505] Compiling ConcurrencyHelpers LockedValueBox.swift
[73/505] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[74/505] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/505] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/505] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/505] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/505] Compiling InternalCollectionsUtilities Integer rank.swift
[80/506] Compiling _NIODataStructures Heap.swift
[81/575] Compiling ssl_x509.cc
[83/637] Emitting module HeapModule
[84/637] Compiling HeapModule Heap+Descriptions.swift
[84/637] Compiling ssl_versions.cc
[86/637] Compiling HeapModule _HeapNode.swift
[87/637] Compiling HeapModule Heap.swift
[88/637] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/637] Compiling HeapModule Heap+Invariants.swift
[90/637] Compiling HeapModule Heap+UnsafeHandle.swift
[92/714] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[93/714] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[94/714] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[95/714] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[96/714] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[97/714] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[98/714] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[99/714] Compiling HashTreeCollections TreeDictionary+Merge.swift
[100/714] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[101/714] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[102/714] Compiling HashTreeCollections TreeDictionary+Values.swift
[103/714] Compiling HashTreeCollections TreeSet+Hashable.swift
[104/714] Compiling HashTreeCollections TreeSet+Sendable.swift
[105/714] Compiling HashTreeCollections TreeSet+Sequence.swift
[105/736] Compiling ssl_transcript.cc
[106/736] Wrapping AST for _NIODataStructures for debugging
[108/736] Compiling DequeModule Deque+CustomReflectable.swift
[109/736] Compiling DequeModule Deque+Descriptions.swift
[110/738] Compiling DequeModule _DequeBuffer.swift
[111/738] Compiling DequeModule _DequeBufferHeader.swift
[112/738] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[113/738] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[114/738] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[115/738] Compiling HashTreeCollections TreeDictionary+Filter.swift
[116/738] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[117/738] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[118/738] Compiling HashTreeCollections TreeDictionary+Keys.swift
[119/738] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[120/738] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[121/738] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[122/738] Compiling HashTreeCollections _HashNode.swift
[123/738] Compiling HashTreeCollections _HashNodeHeader.swift
[124/738] Compiling HashTreeCollections _HashSlot.swift
[125/738] Compiling HashTreeCollections _HashStack.swift
[126/738] Compiling HashTreeCollections _AncestorHashSlots.swift
[127/738] Compiling HashTreeCollections _Bitmap.swift
[128/738] Compiling DequeModule Deque+Codable.swift
[129/738] Compiling DequeModule Deque+Collection.swift
[132/738] Compiling DequeModule Deque+Extras.swift
[133/738] Compiling DequeModule Deque+Hashable.swift
[134/738] Compiling DequeModule Deque+Equatable.swift
[135/738] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[136/738] Compiling HashTreeCollections _Bucket.swift
[137/738] Compiling HashTreeCollections _Hash.swift
[138/738] Compiling HashTreeCollections _HashLevel.swift
[139/738] Compiling HashTreeCollections _HashNode+Builder.swift
[140/738] Compiling HashTreeCollections _HashNode+Debugging.swift
[141/738] Compiling HashTreeCollections _HashNode+Initializers.swift
[142/738] Compiling HashTreeCollections _HashNode+Invariants.swift
[143/738] Compiling HashTreeCollections _HashNode+Lookups.swift
[143/738] Wrapping AST for InternalCollectionsUtilities for debugging
[148/738] Compiling ssl_stat.cc
[159/748] Wrapping AST for HeapModule for debugging
[161/748] Emitting module ConcurrencyHelpers
[162/748] Compiling ConcurrencyHelpers Lock.swift
[163/748] Emitting module Logging
[164/749] Compiling Logging MetadataProvider.swift
[165/749] Compiling HashTreeCollections TreeDictionary.swift
[166/749] Compiling HashTreeCollections TreeSet+Codable.swift
[167/749] Compiling HashTreeCollections TreeSet+Collection.swift
[168/749] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[169/749] Compiling HashTreeCollections TreeSet+Debugging.swift
[170/749] Compiling HashTreeCollections TreeSet+Descriptions.swift
[171/749] Compiling HashTreeCollections TreeSet+Equatable.swift
[172/749] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[173/749] Compiling HashTreeCollections TreeSet+Extras.swift
[174/749] Compiling HashTreeCollections TreeSet+Filter.swift
[175/749] Compiling Logging LogHandler.swift
[176/749] Compiling Logging Logging.swift
[177/749] Compiling Logging Locks.swift
[189/750] Compiling DequeModule _DequeSlot.swift
[190/750] Compiling DequeModule _UnsafeWrappedBuffer.swift
[193/750] Compiling DequeModule Deque+Testing.swift
[194/750] Compiling DequeModule Deque._Storage.swift
[195/750] Compiling DequeModule Deque._UnsafeHandle.swift
[196/750] Compiling DequeModule Deque.swift
[206/759] Wrapping AST for Logging for debugging
[208/762] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[209/762] Compiling OrderedCollections OrderedSet.swift
[210/762] Compiling OrderedCollections _UnsafeBitset.swift
[211/762] Compiling HashTreeCollections TreeDictionary+Collection.swift
[212/762] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[213/762] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[214/762] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[235/762] Wrapping AST for ConcurrencyHelpers for debugging
[247/762] Compiling _RopeModule _CharacterRecognizer.swift
[248/762] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[249/762] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[250/762] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[251/762] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[252/762] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[253/762] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[254/762] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[255/762] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[256/762] Compiling HashTreeCollections TreeSet.swift
[267/762] Emitting module UnixSignals
[268/762] Emitting module DequeModule
[269/763] Compiling OrderedCollections OrderedSet+Sendable.swift
[270/763] Compiling OrderedCollections OrderedSet+SubSequence.swift
[271/763] Compiling OrderedCollections OrderedSet+Testing.swift
[272/763] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[288/763] Compiling UnixSignals UnixSignal.swift
[289/763] Compiling UnixSignals UnixSignalsSequence.swift
[290/764] Emitting module OrderedCollections
[291/765] Wrapping AST for DequeModule for debugging
[293/765] Wrapping AST for UnixSignals for debugging
[294/765] Wrapping AST for OrderedCollections for debugging
[296/765] Emitting module _RopeModule
[296/765] Compiling ssl_privkey.cc
[297/765] Compiling ssl_session.cc
[332/765] Compiling _RopeModule Rope+Join.swift
[333/765] Compiling _RopeModule Rope+MutatingForEach.swift
[334/765] Compiling _RopeModule Rope+Remove.swift
[335/765] Compiling _RopeModule Rope+RemoveSubrange.swift
[336/765] Compiling _RopeModule Rope+Split.swift
[337/765] Compiling _RopeModule Optional Utilities.swift
[338/765] Compiling _RopeModule String Utilities.swift
[339/765] Compiling _RopeModule String.Index+ABI.swift
[359/766] Compiling ssl_lib.cc
[360/766] Compiling ssl_key_share.cc
[362/766] Compiling ssl_file.cc
[364/766] Emitting module HashTreeCollections
[365/767] Wrapping AST for _RopeModule for debugging
[366/767] Compiling ssl_credential.cc
[367/767] Wrapping AST for HashTreeCollections for debugging
[368/767] Compiling ssl_cipher.cc
[369/767] Compiling ssl_cert.cc
[370/767] Compiling s3_both.cc
[371/767] Compiling ssl_buffer.cc
[372/767] Compiling ssl_aead_ctx.cc
[373/767] Compiling s3_lib.cc
[374/767] Compiling ssl_asn1.cc
[375/767] Compiling s3_pkt.cc
[376/767] Compiling handshake_client.cc
[377/767] Compiling handshake_server.cc
[378/767] Compiling handshake.cc
[379/767] Compiling dtls_method.cc
[380/767] Compiling d1_srtp.cc
[381/767] Compiling handoff.cc
[382/767] Compiling md5-x86_64-linux.S
[383/767] Compiling md5-x86_64-apple.S
[384/767] Compiling md5-586-linux.S
[385/767] Compiling dtls_record.cc
[386/767] Compiling md5-586-apple.S
[387/767] Compiling chacha20_poly1305_x86_64-linux.S
[388/767] Compiling chacha20_poly1305_x86_64-apple.S
[389/767] Compiling encrypted_client_hello.cc
[390/767] Compiling chacha20_poly1305_armv8-win.S
[391/767] Compiling chacha20_poly1305_armv8-apple.S
[392/767] Compiling chacha20_poly1305_armv8-linux.S
[393/767] Compiling extensions.cc
[394/767] Compiling chacha-x86_64-apple.S
[395/767] Compiling chacha-x86_64-linux.S
[396/767] Compiling chacha-x86-apple.S
[397/767] Compiling chacha-x86-linux.S
[398/767] Compiling chacha-armv8-win.S
[399/767] Compiling chacha-armv4-linux.S
[400/767] Compiling chacha-armv8-apple.S
[401/767] Compiling chacha-armv8-linux.S
[402/767] Compiling aes128gcmsiv-x86_64-linux.S
[403/767] Compiling aes128gcmsiv-x86_64-apple.S
[404/767] Compiling x86_64-mont5-apple.S
[405/767] Compiling x86_64-mont5-linux.S
[406/767] Compiling x86_64-mont-linux.S
[407/767] Compiling err_data.cc
[408/767] Compiling x86_64-mont-apple.S
[409/767] Compiling x86-mont-linux.S
[410/767] Compiling vpaes-x86_64-linux.S
[411/767] Compiling vpaes-x86_64-apple.S
[412/767] Compiling x86-mont-apple.S
[413/767] Compiling vpaes-x86-linux.S
[414/767] Compiling vpaes-x86-apple.S
[415/767] Compiling vpaes-armv8-win.S
[416/767] Compiling vpaes-armv8-linux.S
[417/767] Compiling vpaes-armv8-apple.S
[418/767] Compiling bio_ssl.cc
[419/767] Compiling sha512-x86_64-linux.S
[420/767] Compiling vpaes-armv7-linux.S
[421/767] Compiling sha512-x86_64-apple.S
[422/767] Compiling sha512-armv8-win.S
[423/767] Compiling sha512-armv4-linux.S
[424/767] Compiling sha512-armv8-apple.S
[425/767] Compiling sha512-armv8-linux.S
[426/767] Compiling sha512-586-apple.S
[427/767] Compiling sha256-armv8-win.S
[428/767] Compiling sha256-x86_64-apple.S
[429/767] Compiling sha512-586-linux.S
[430/767] Compiling sha256-x86_64-linux.S
[431/767] Compiling sha256-armv8-apple.S
[432/767] Compiling sha256-armv4-linux.S
[433/767] Compiling sha256-586-linux.S
[434/767] Compiling sha256-armv8-linux.S
[435/767] Compiling sha256-586-apple.S
[436/767] Compiling d1_both.cc
[437/767] Compiling sha1-x86_64-linux.S
[438/767] Compiling sha1-armv8-win.S
[439/767] Compiling sha1-x86_64-apple.S
[440/767] Compiling sha1-armv8-apple.S
[441/767] Compiling sha1-586-linux.S
[442/767] Compiling sha1-armv4-large-linux.S
[443/767] Compiling rsaz-avx2-linux.S
[444/767] Compiling sha1-586-apple.S
[445/767] Compiling sha1-armv8-linux.S
[446/767] Compiling rsaz-avx2-apple.S
[447/767] Compiling rdrand-x86_64-linux.S
[448/767] Compiling rdrand-x86_64-apple.S
[449/767] Compiling p256_beeu-x86_64-asm-apple.S
[450/767] Compiling d1_pkt.cc
[451/767] Compiling p256_beeu-x86_64-asm-linux.S
[452/767] Compiling p256_beeu-armv8-asm-win.S
[453/767] Compiling p256_beeu-armv8-asm-linux.S
[454/767] Compiling p256-x86_64-asm-apple.S
[455/767] Compiling p256-x86_64-asm-linux.S
[456/767] Compiling p256_beeu-armv8-asm-apple.S
[457/767] Compiling p256-armv8-asm-linux.S
[458/767] Compiling ghashv8-armv8-win.S
[459/767] Compiling p256-armv8-asm-apple.S
[460/767] Compiling p256-armv8-asm-win.S
[461/767] Compiling ghashv8-armv8-apple.S
[462/767] Compiling ghashv8-armv7-linux.S
[463/767] Compiling ghashv8-armv8-linux.S
[464/767] Compiling ghash-x86-linux.S
[465/767] Compiling ghash-x86_64-apple.S
[466/767] Compiling d1_lib.cc
[467/767] Compiling ghash-x86-apple.S
[468/767] Compiling ghash-x86_64-linux.S
[469/767] Compiling ghash-ssse3-x86_64-apple.S
[470/767] Compiling ghash-ssse3-x86-linux.S
[471/767] Compiling ghash-ssse3-x86_64-linux.S
[472/767] Compiling ghash-ssse3-x86-apple.S
[473/767] Compiling ghash-neon-armv8-linux.S
[474/767] Compiling ghash-neon-armv8-win.S
[475/767] Compiling co-586-linux.S
[476/767] Compiling ghash-neon-armv8-apple.S
[477/767] Compiling ghash-armv4-linux.S
[478/767] Compiling co-586-apple.S
[479/767] Compiling bsaes-armv7-linux.S
[480/767] Compiling bn-armv8-linux.S
[481/767] Compiling bn-armv8-win.S
[482/767] Compiling bn-armv8-apple.S
[483/767] Compiling bn-586-linux.S
[484/767] Compiling bn-586-apple.S
[485/767] Compiling armv8-mont-linux.S
[485/767] Compiling armv8-mont-win.S
[487/767] Compiling aesv8-gcm-armv8-win.S
[488/767] Compiling armv8-mont-apple.S
[489/767] Compiling armv4-mont-linux.S
[490/767] Compiling aesv8-gcm-armv8-apple.S
[491/767] Compiling aesv8-armv8-win.S
[492/767] Compiling aesv8-gcm-armv8-linux.S
[493/767] Compiling aesv8-armv7-linux.S
[494/767] Compiling aesv8-armv8-apple.S
[495/767] Compiling aesv8-armv8-linux.S
[496/767] Compiling aesni-x86_64-linux.S
[497/767] Compiling aesni-x86_64-apple.S
[498/767] Compiling aesni-x86-apple.S
[499/767] Compiling aesni-x86-linux.S
[500/767] Compiling aes-gcm-avx10-x86_64-apple.S
[501/767] Compiling aesni-gcm-x86_64-linux.S
[502/767] Compiling aesni-gcm-x86_64-apple.S
[503/767] Compiling aes-gcm-avx2-x86_64-apple.S
[504/767] Compiling aes-gcm-avx2-x86_64-linux.S
[505/767] Compiling x_spki.cc
[506/767] Compiling x_val.cc
[507/767] Compiling x_pubkey.cc
[508/767] Compiling x_sig.cc
[509/767] Compiling x_req.cc
[510/767] Compiling x_x509a.cc
[511/767] Compiling x_name.cc
[512/767] Compiling x_x509.cc
[513/767] Compiling x_algor.cc
[514/767] Compiling x_exten.cc
[515/767] Compiling x_crl.cc
[516/767] Compiling x_all.cc
[517/767] Compiling x_attrib.cc
[518/767] Compiling x509spki.cc
[519/767] Compiling x509rset.cc
[520/767] Compiling x509name.cc
[521/767] Compiling x509_v3.cc
[522/767] Compiling x509cset.cc
[523/767] Compiling x509_set.cc
[524/767] Compiling x509_txt.cc
[525/767] Compiling x509_req.cc
[526/767] Compiling x509_trs.cc
[527/767] Compiling x509_vpm.cc
[528/767] Compiling x509_vfy.cc
[529/767] Compiling x509_obj.cc
[530/767] Compiling x509_lu.cc
[531/767] Compiling x509_def.cc
[532/767] Compiling x509_d2.cc
[533/767] Compiling x509_ext.cc
[534/767] Compiling x509_cmp.cc
[535/767] Compiling x509_att.cc
[536/767] Compiling v3_utl.cc
[537/767] Compiling v3_skey.cc
[538/767] Compiling v3_prn.cc
[539/767] Compiling v3_purp.cc
[540/767] Compiling v3_pmaps.cc
[541/767] Compiling v3_ocsp.cc
[542/767] Compiling v3_pcons.cc
[543/767] Compiling v3_ncons.cc
[544/767] Compiling v3_lib.cc
[545/767] Compiling v3_int.cc
[546/767] Compiling v3_info.cc
[547/767] Compiling v3_ia5.cc
[548/767] Compiling v3_enum.cc
[549/767] Compiling v3_extku.cc
[550/767] Compiling v3_genn.cc
[551/767] Compiling v3_crld.cc
[552/767] Compiling v3_cpols.cc
[553/767] Compiling v3_akeya.cc
[554/767] Compiling v3_akey.cc
[555/767] Compiling t_x509a.cc
[556/767] Compiling t_req.cc
[557/767] Compiling t_crl.cc
[558/767] Compiling t_x509.cc
[559/767] Compiling rsa_pss.cc
[560/767] Compiling name_print.cc
[561/767] Compiling policy.cc
[562/767] Compiling i2d_pr.cc
[563/767] Compiling a_verify.cc
[564/767] Compiling trust_token.cc
[565/767] Compiling by_file.cc
[566/767] Compiling by_dir.cc
[567/767] Compiling asn1_gen.cc
[568/767] Compiling pmbtoken.cc
[569/767] Compiling algorithm.cc
[570/767] Compiling a_digest.cc
[571/767] Compiling voprf.cc
[572/767] Compiling a_sign.cc
[573/767] Compiling thread_win.cc
[574/767] Compiling thread_none.cc
[575/767] Compiling thread_pthread.cc
[576/767] Compiling thread.cc
[577/767] Compiling stack.cc
[578/767] Compiling siphash.cc
[579/767] Compiling sha512.cc
[580/767] Compiling sha1.cc
[581/767] Compiling sha256.cc
[582/767] Compiling slhdsa.cc
[583/767] Compiling spake2plus.cc
[584/767] Compiling rsa_print.cc
[585/767] Compiling rsa_extra.cc
[586/767] Compiling rc4.cc
[587/767] Compiling rsa_crypt.cc
[588/767] Compiling refcount.cc
[589/767] Compiling windows.cc
[590/767] Compiling rsa_asn1.cc
[591/767] Compiling urandom.cc
[592/767] Compiling rand.cc
[593/767] Compiling trusty.cc
[594/767] Compiling passive.cc
[595/767] Compiling getentropy.cc
[596/767] Compiling forkunsafe.cc
[597/767] Compiling ios.cc
[598/767] Compiling poly1305_arm_asm.S
[599/767] Compiling deterministic.cc
[600/767] Compiling fork_detect.cc
[601/767] Compiling poly1305_vec.cc
[602/767] Compiling pool.cc
[603/767] Compiling poly1305.cc
[604/767] Compiling poly1305_arm.cc
[605/767] Compiling pkcs7.cc
[606/767] Compiling pkcs8.cc
[606/767] Compiling p5_pbev2.cc
[608/767] Compiling pkcs8_x509.cc
[609/767] Compiling pkcs7_x509.cc
[610/767] Compiling pem_xaux.cc
[611/767] Compiling pem_pkey.cc
[612/767] Compiling pem_x509.cc
[613/767] Compiling obj_xref.cc
[614/767] Compiling pem_pk8.cc
[615/767] Compiling pem_oth.cc
[616/767] Compiling pem_lib.cc
[617/767] Compiling mldsa.cc
[618/767] Compiling mlkem.cc
[619/767] Compiling pem_all.cc
[620/767] Compiling pem_info.cc
[621/767] Compiling poly_rq_mul.S
[622/767] Compiling obj.cc
[623/767] Compiling fips_shared_support.cc
[624/767] Compiling mem.cc
[625/767] Compiling lhash.cc
[626/767] Compiling md5.cc
[627/767] Compiling md4.cc
[628/767] Compiling hrss.cc
[629/767] Compiling scrypt.cc
[630/767] Compiling kyber.cc
[631/767] Compiling ex_data.cc
[632/767] Compiling print.cc
[633/767] Compiling sign.cc
[634/767] Compiling hpke.cc
[635/767] Compiling pbkdf.cc
[636/767] Compiling p_x25519.cc
[637/767] Compiling p_x25519_asn1.cc
[638/767] Compiling p_ed25519.cc
[639/767] Compiling p_ec.cc
[640/767] Compiling p_dsa_asn1.cc
[641/767] Compiling p_ed25519_asn1.cc
[642/767] Compiling p_rsa.cc
[643/767] Compiling p_rsa_asn1.cc
[644/767] Compiling p_hkdf.cc
[645/767] Compiling evp_ctx.cc
[646/767] Compiling p_dh_asn1.cc
[647/767] Compiling p_dh.cc
[648/767] Compiling p_ec_asn1.cc
[649/767] Compiling evp_asn1.cc
[650/767] Compiling evp.cc
[651/767] Compiling ec_derive.cc
[652/767] Compiling engine.cc
[653/767] Compiling err.cc
[654/767] Compiling ecdh.cc
[655/767] Compiling hash_to_curve.cc
[656/767] Compiling ecdsa_asn1.cc
[657/767] Compiling dh_asn1.cc
[658/767] Compiling dsa.cc
[659/767] Compiling params.cc
[660/767] Compiling dsa_asn1.cc
[661/767] Compiling x25519-asm-arm.S
[662/767] Compiling digest_extra.cc
[663/767] Compiling ec_asn1.cc
[664/767] Compiling des.cc
[665/767] Compiling curve25519_64_adx.cc
[666/767] Compiling spake25519.cc
[667/767] Compiling cpu_intel.cc
[668/767] Compiling curve25519.cc
[669/767] Compiling bcm.cc
[670/767] Compiling cpu_arm_linux.cc
[671/767] Compiling crypto.cc
[672/767] Compiling cpu_arm_freebsd.cc
[673/767] Compiling cpu_aarch64_win.cc
[674/767] Compiling cpu_aarch64_sysreg.cc
[675/767] Compiling cpu_aarch64_linux.cc
[676/767] Compiling cpu_aarch64_fuchsia.cc
[677/767] Compiling cpu_aarch64_openbsd.cc
[678/767] Compiling cpu_aarch64_apple.cc
[679/767] Compiling conf.cc
[680/767] Compiling tls_cbc.cc
[681/767] Compiling get_cipher.cc
[682/767] Compiling e_tls.cc
[683/767] Compiling e_rc4.cc
[684/767] Compiling e_null.cc
[685/767] Compiling e_rc2.cc
[686/767] Compiling e_des.cc
[687/767] Compiling e_chacha20poly1305.cc
[688/767] Compiling e_aesctrhmac.cc
[689/767] Compiling e_aesgcmsiv.cc
[690/767] Compiling chacha.cc
[691/767] Compiling derive_key.cc
[692/767] Compiling asn1_compat.cc
[693/767] Compiling cbb.cc
[694/767] Compiling unicode.cc
[695/767] Compiling buf.cc
[696/767] Compiling cbs.cc
[697/767] Compiling bn_asn1.cc
[698/767] Compiling ber.cc
[699/767] Compiling blake2.cc
[700/767] Compiling convert.cc
[701/767] Compiling socket_helper.cc
[702/767] Compiling socket.cc
[703/767] Compiling printf.cc
[704/767] Compiling errno.cc
[705/767] Compiling fd.cc
[706/767] Compiling pair.cc
[707/767] Compiling hexdump.cc
[708/767] Compiling file.cc
[709/767] Compiling connect.cc
[710/767] Compiling bio_mem.cc
[711/767] Compiling bio.cc
[712/767] Compiling base64.cc
[713/767] Compiling tasn_typ.cc
[714/767] Compiling tasn_fre.cc
[715/767] Compiling tasn_enc.cc
[716/767] Compiling tasn_utl.cc
[717/767] Compiling tasn_dec.cc
[718/767] Compiling tasn_new.cc
[719/767] Compiling posix_time.cc
[720/767] Compiling f_string.cc
[721/767] Compiling asn_pack.cc
[722/767] Compiling f_int.cc
[723/767] Compiling asn1_par.cc
[724/767] Compiling a_strnid.cc
[725/767] Compiling asn1_lib.cc
[726/767] Compiling a_octet.cc
[727/767] Compiling a_utctm.cc
[728/767] Compiling a_type.cc
[729/767] Compiling a_time.cc
[730/767] Compiling a_strex.cc
[731/767] Compiling a_object.cc
[732/767] Compiling a_i2d_fp.cc
[733/767] Compiling a_dup.cc
[734/767] Compiling a_d2i_fp.cc
[735/767] Write sources
[737/767] Compiling a_mbstr.cc
[737/767] Write sources
[740/767] Compiling a_int.cc
[741/767] Compiling a_gentm.cc
[742/767] Compiling a_bitstr.cc
[743/839] Compiling a_bool.cc
[745/884] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[746/884] Compiling AsyncAlgorithms AsyncChannel.swift
[747/886] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[748/886] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[749/886] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[750/886] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[751/886] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[752/886] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[753/886] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[754/886] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[755/886] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[756/886] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[757/886] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[758/886] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[759/886] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[760/886] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[761/886] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[762/886] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[768/893] Compiling Atomics IntegerOperations.swift
[769/893] Compiling Atomics Unmanaged extensions.swift
[770/893] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[771/893] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[772/893] Compiling AsyncAlgorithms ChannelStateMachine.swift
[773/893] Compiling AsyncAlgorithms ChannelStorage.swift
[774/893] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[775/893] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[776/893] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[777/893] Compiling AsyncAlgorithms CombineLatestStorage.swift
[778/893] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[779/893] Compiling AsyncAlgorithms DebounceStateMachine.swift
[780/893] Compiling AsyncAlgorithms DebounceStorage.swift
[781/893] Compiling AsyncAlgorithms Dictionary.swift
[782/893] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[783/893] Compiling AsyncAlgorithms Locking.swift
[784/893] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[785/893] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[786/893] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[787/893] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[788/893] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[789/893] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[790/893] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[791/893] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[792/893] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[793/893] Compiling AsyncAlgorithms MergeStateMachine.swift
[794/893] Compiling AsyncAlgorithms MergeStorage.swift
[795/893] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[796/893] Compiling AsyncAlgorithms Rethrow.swift
[797/893] Compiling BitCollections BitSet.Counted.swift
[806/893] Emitting module BitCollections
[819/899] Emitting module AsyncAlgorithms
[827/899] Compiling BitCollections BitSet.Index.swift
[828/899] Compiling BitCollections BitSet._UnsafeHandle.swift
[829/899] Compiling BitCollections BitSet.swift
[830/899] Compiling BitCollections Range+Utilities.swift
[831/899] Compiling BitCollections Slice+Utilities.swift
[832/899] Compiling BitCollections UInt+Tricks.swift
[833/899] Compiling BitCollections _Word.swift
[844/899] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[845/899] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[846/899] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[847/899] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[848/900] Wrapping AST for BitCollections for debugging
[869/902] Compiling Collections Collections.swift
[870/902] Emitting module Collections
[871/902] Emitting module Atomics
[875/904] Wrapping AST for Collections for debugging
[876/904] Compiling c-nioatomics.c
[878/904] Compiling c-atomics.c
[880/904] Compiling AsyncAlgorithms SetAlgebra.swift
[881/904] Compiling AsyncAlgorithms UnsafeTransfer.swift
[882/904] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[883/904] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[884/904] Compiling AsyncAlgorithms ZipStateMachine.swift
[885/904] Compiling AsyncAlgorithms ZipStorage.swift
[885/905] Wrapping AST for Atomics for debugging
[887/911] Wrapping AST for AsyncAlgorithms for debugging
[889/919] Compiling NIOConcurrencyHelpers lock.swift
[890/919] Emitting module NIOConcurrencyHelpers
[891/919] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[892/919] Compiling ServiceLifecycle CancellationWaiter.swift
[893/920] Compiling NIOConcurrencyHelpers NIOLock.swift
[894/920] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[895/920] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[896/920] Compiling NIOConcurrencyHelpers atomics.swift
[897/921] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[898/921] Compiling ServiceLifecycle GracefulShutdown.swift
[899/921] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[900/921] Emitting module ServiceLifecycle
[902/921] Compiling ServiceLifecycle ServiceRunnerError.swift
[902/921] Wrapping AST for NIOConcurrencyHelpers for debugging
[904/981] Compiling ServiceLifecycle Service.swift
[905/981] Compiling ServiceLifecycle ServiceGroup.swift
[907/982] Compiling NIOCore MulticastChannel.swift
[908/982] Compiling NIOCore NIOAny.swift
[909/982] Compiling NIOCore NIOCloseOnErrorHandler.swift
[910/982] Compiling NIOCore NIOLoopBound.swift
[911/982] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[912/982] Compiling NIOCore NIOScheduledCallback.swift
[913/982] Compiling NIOCore NIOSendable.swift
[914/982] Compiling NIOCore RecvByteBufferAllocator.swift
[915/990] Compiling NIOCore IO.swift
[916/990] Compiling NIOCore IOData.swift
[917/990] Compiling NIOCore IPProtocol.swift
[918/990] Compiling NIOCore IntegerBitPacking.swift
[919/990] Compiling NIOCore IntegerTypes.swift
[920/990] Compiling NIOCore Interfaces.swift
[921/990] Compiling NIOCore Linux.swift
[922/990] Compiling NIOCore MarkedCircularBuffer.swift
[923/990] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[924/990] Compiling NIOCore EventLoopFuture+Deprecated.swift
[925/990] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[926/990] Compiling NIOCore EventLoopFuture.swift
[927/990] Compiling NIOCore FileDescriptor.swift
[928/990] Compiling NIOCore FileHandle.swift
[929/990] Compiling NIOCore FileRegion.swift
[930/990] Compiling NIOCore GlobalSingletons.swift
[931/990] Compiling NIOCore CircularBuffer.swift
[932/990] Compiling NIOCore Codec.swift
[933/990] Compiling NIOCore ConvenienceOptionSupport.swift
[934/990] Compiling NIOCore DeadChannel.swift
[935/990] Compiling NIOCore DispatchQueue+WithFuture.swift
[936/990] Compiling NIOCore EventLoop+Deprecated.swift
[937/990] Compiling NIOCore EventLoop+SerialExecutor.swift
[938/990] Compiling NIOCore EventLoop.swift
[939/990] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[940/990] Compiling NIOCore SocketAddresses.swift
[941/990] Compiling NIOCore SocketOptionProvider.swift
[942/990] Compiling NIOCore SystemCallHelpers.swift
[943/990] Compiling NIOCore TimeAmount+Duration.swift
[944/990] Compiling NIOCore TypeAssistedChannelHandler.swift
[945/990] Compiling NIOCore UniversalBootstrapSupport.swift
[946/990] Compiling NIOCore Utilities.swift
[947/990] Compiling NIOCore AddressedEnvelope.swift
[948/990] Compiling NIOCore AsyncAwaitSupport.swift
[949/990] Compiling NIOCore AsyncChannel.swift
[950/990] Compiling NIOCore AsyncChannelHandler.swift
[951/990] Compiling NIOCore AsyncChannelInboundStream.swift
[952/990] Compiling NIOCore AsyncChannelOutboundWriter.swift
[953/990] Compiling NIOCore NIOAsyncSequenceProducer.swift
[954/990] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[955/990] Compiling NIOCore NIOAsyncWriter.swift
[956/990] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[957/990] Compiling NIOCore BSDSocketAPI.swift
[958/990] Compiling NIOCore ByteBuffer-aux.swift
[959/990] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[960/990] Compiling NIOCore ByteBuffer-conversions.swift
[961/990] Compiling NIOCore ByteBuffer-core.swift
[962/990] Compiling NIOCore ByteBuffer-hex.swift
[963/990] Compiling NIOCore ByteBuffer-int.swift
[964/990] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[965/990] Compiling NIOCore ByteBuffer-multi-int.swift
[966/990] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[967/990] Compiling NIOCore ByteBuffer-views.swift
[968/990] Compiling NIOCore Channel.swift
[969/990] Compiling NIOCore ChannelHandler.swift
[970/990] Compiling NIOCore ChannelHandlers.swift
[971/990] Compiling NIOCore ChannelInvoker.swift
[972/990] Compiling NIOCore ChannelOption.swift
[973/990] Compiling NIOCore ChannelPipeline.swift
[974/990] Emitting module NIOCore
[975/991] Wrapping AST for ServiceLifecycle for debugging
[976/991] Wrapping AST for NIOCore for debugging
[978/1064] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[979/1064] Emitting module NIOEmbedded
[980/1064] Compiling NIOEmbedded AsyncTestingChannel.swift
[981/1064] Compiling NIOEmbedded Embedded.swift
[982/1065] Wrapping AST for NIOEmbedded for debugging
[984/1065] Compiling NIOPosix ServerSocket.swift
[985/1065] Compiling NIOPosix Socket.swift
[986/1065] Compiling NIOPosix SocketChannel.swift
[987/1065] Compiling NIOPosix SocketProtocols.swift
[988/1065] Compiling NIOPosix System.swift
[989/1065] Compiling NIOPosix Thread.swift
[990/1065] Compiling NIOPosix Pool.swift
[991/1065] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[992/1065] Compiling NIOPosix PosixSingletons.swift
[993/1065] Compiling NIOPosix RawSocketBootstrap.swift
[994/1065] Compiling NIOPosix Resolver.swift
[995/1065] Compiling NIOPosix Selectable.swift
[996/1071] Compiling NIOPosix SelectableChannel.swift
[997/1071] Compiling NIOPosix SelectableEventLoop.swift
[998/1071] Compiling NIOPosix SelectorEpoll.swift
[999/1071] Compiling NIOPosix SelectorGeneric.swift
[1000/1071] Compiling NIOPosix SelectorKqueue.swift
[1001/1071] Compiling NIOPosix SelectorUring.swift
[1002/1071] Compiling NIOPosix IO.swift
[1003/1071] Compiling NIOPosix IntegerBitPacking.swift
[1004/1071] Compiling NIOPosix IntegerTypes.swift
[1005/1071] Compiling NIOPosix Linux.swift
[1006/1071] Compiling NIOPosix LinuxCPUSet.swift
[1007/1071] Compiling NIOPosix LinuxUring.swift
[1008/1071] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1009/1071] Compiling NIOPosix NIOThreadPool.swift
[1010/1071] Compiling NIOPosix NonBlockingFileIO.swift
[1011/1071] Compiling NIOPosix PendingDatagramWritesManager.swift
[1012/1071] Compiling NIOPosix PendingWritesManager.swift
[1013/1071] Compiling NIOPosix PipeChannel.swift
[1014/1071] Compiling NIOPosix PipePair.swift
[1015/1071] Emitting module NIOPosix
[1016/1071] Compiling NIOPosix Bootstrap.swift
[1017/1071] Compiling NIOPosix ControlMessage.swift
[1018/1071] Compiling NIOPosix DatagramVectorReadManager.swift
[1019/1071] Compiling NIOPosix Errors+Any.swift
[1020/1071] Compiling NIOPosix FileDescriptor.swift
[1021/1071] Compiling NIOPosix GetaddrinfoResolver.swift
[1022/1071] Compiling NIOPosix HappyEyeballs.swift
[1023/1071] Compiling NIOPosix BSDSocketAPICommon.swift
[1024/1071] Compiling NIOPosix BSDSocketAPIPosix.swift
[1025/1071] Compiling NIOPosix BSDSocketAPIWindows.swift
[1026/1071] Compiling NIOPosix BaseSocket.swift
[1027/1071] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1028/1071] Compiling NIOPosix BaseSocketChannel.swift
[1029/1071] Compiling NIOPosix BaseStreamSocketChannel.swift
[1030/1071] Compiling NIOPosix ThreadPosix.swift
[1031/1071] Compiling NIOPosix ThreadWindows.swift
[1032/1071] Compiling NIOPosix UnsafeTransfer.swift
[1033/1071] Compiling NIOPosix Utilities.swift
[1034/1071] Compiling NIOPosix VsockAddress.swift
[1035/1071] Compiling NIOPosix VsockChannelEvents.swift
[1042/1077] Wrapping AST for NIOPosix for debugging
[1047/1077] Compiling NIO Exports.swift
[1048/1077] Emitting module NIO
[1058/1078] Wrapping AST for NIO for debugging
[1060/1109] Compiling ConnectionPool PoolableConnection.swift
[1061/1110] Compiling NIOTLS TLSEvents.swift
[1062/1110] Compiling ConnectionPool PoolableConnectionFactory.swift
[1063/1110] Compiling ConnectionPool EventLoop-Extension.swift
[1064/1110] Compiling ConnectionPool PoolConfiguration.swift
[1065/1110] Compiling ConnectionPool EventLoopGroupConnectionPool.swift
[1066/1110] Emitting module NIOTLS
[1067/1110] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1068/1110] Compiling PackStream Markers.swift
[1069/1110] Compiling PackStream PackStreamStructure.swift
[1070/1110] Compiling PackStream PackStreamValue.swift
[1071/1110] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1072/1110] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1073/1112] Compiling ConnectionPool WaitingList.swift
[1074/1112] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1075/1112] Compiling NIOHTTP1 HTTPDecoder.swift
[1076/1112] Emitting module ConnectionPool
[1077/1112] Compiling ConnectionPool EventLoopConnectionPool.swift
[1079/1113] Emitting module PackStream
[1082/1113] Compiling NIOHTTP1 HTTPEncoder.swift
[1084/1114] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1085/1114] Compiling NIOTLS SNIHandler.swift
[1086/1114] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1087/1115] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1088/1115] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1088/1115] Wrapping AST for ConnectionPool for debugging
[1092/1115] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1093/1115] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1093/1115] Wrapping AST for PackStream for debugging
[1094/1115] Wrapping AST for NIOTLS for debugging
[1096/1144] Compiling NIOSSL NIOSSLHandler.swift
[1097/1144] Compiling NIOSSL SSLPrivateKey.swift
[1098/1144] Compiling NIOSSL SSLCallbacks.swift
[1099/1144] Compiling NIOSSL SSLCertificate.swift
[1100/1144] Compiling NIOSSL ObjectIdentifier.swift
[1101/1144] Compiling NIOSSL PosixPort.swift
[1102/1144] Compiling NIOSSL SSLCertificateExtensions.swift
[1103/1144] Compiling NIOSSL SSLCertificateName.swift
[1104/1144] Emitting module NIOHTTP1
[1105/1144] Compiling NIOSSL SSLContext.swift
[1106/1144] Compiling NIOSSL SSLErrors.swift
[1107/1144] Compiling NIOSSL SSLInit.swift
[1108/1146] Wrapping AST for NIOHTTP1 for debugging
[1110/1163] Emitting module NIOSSL
[1111/1167] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1112/1167] Compiling NIOExtras NIORequestIdentifiable.swift
[1113/1167] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1114/1167] Compiling NIOExtras NIOExtrasError.swift
[1115/1167] Compiling NIOExtras PCAPRingBuffer.swift
[1116/1167] Compiling NIOExtras QuiescingHelper.swift
[1117/1167] Compiling NIOExtras RequestResponseHandler.swift
[1118/1167] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1120/1169] Compiling NIOExtras UnsafeTransfer.swift
[1121/1169] Compiling NIOExtras WritePCAPHandler.swift
[1122/1169] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1123/1169] Emitting module NIOExtras
[1124/1169] Compiling NIOExtras DebugInboundEventsHandler.swift
[1125/1169] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1126/1169] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1127/1169] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1128/1169] Compiling NIOExtras LengthFieldPrepender.swift
[1129/1169] Compiling NIOExtras LineBasedFrameDecoder.swift
[1130/1169] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1131/1169] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1132/1169] Compiling NIOExtras JSONRPCFraming.swift
[1133/1169] Compiling NIOSSL SubjectAlternativeName.swift
[1134/1169] Compiling NIOSSL NIOSSLSecureBytes.swift
[1135/1169] Compiling NIOSSL RNG.swift
[1136/1169] Compiling NIOSSL SafeCompare.swift
[1141/1169] Compiling NIOSSL AndroidCABundle.swift
[1142/1169] Compiling NIOSSL ByteBufferBIO.swift
[1143/1169] Compiling NIOSSL CustomPrivateKey.swift
[1144/1169] Compiling NIOSSL IdentityVerification.swift
[1157/1169] Compiling NIOSSL Zeroization.swift
[1158/1169] Compiling NIOSSL TLSConfiguration.swift
[1159/1169] Compiling NIOSSL UniversalBootstrapSupport.swift
[1160/1169] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1161/1170] Wrapping AST for NIOSSL for debugging
[1165/1171] Wrapping AST for NIOExtras for debugging
[1167/1227] Emitting module Bolt
[1168/1234] Compiling Bolt RunExtra.swift
[1169/1234] Compiling Bolt TelemetryAPI.swift
[1170/1234] Compiling Bolt Pull.swift
[1171/1234] Compiling Bolt Reset.swift
[1172/1234] Compiling Bolt Rollback.swift
[1173/1234] Compiling Bolt Route.swift
[1174/1234] Compiling Bolt Run.swift
[1175/1234] Compiling Bolt Telemetry.swift
[1176/1234] Compiling Bolt Time.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1177/1234] Compiling Bolt UnboundRelationship.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1178/1234] Compiling Bolt Exports.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1179/1234] Compiling Bolt AsyncStream-Extension.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1180/1234] Compiling Bolt NIO-Extension.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1181/1234] Compiling Bolt ChunkingHandler.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1182/1234] Compiling Bolt InitializationHandler.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1183/1234] Compiling Bolt RequestEncoder.swift
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:17:36: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
15 | guard let ssl = ssl else {
16 | // SSL not enabled, just add initialization handler.
17 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
18 | }
19 | do {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:22:36: warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
20 | // Add the SSL handler first.
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
| `- warning: type 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
23 | return self.addHandler(InitializationHandler())
24 | })
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOSSL/NIOSSLClientHandler.swift:59:20: note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
57 | /// This handler can be used in channels that are acting as the client
58 | /// in the TLS dialog. For server connections, use the ``NIOSSLServerHandler``.
59 | public final class NIOSSLClientHandler: NIOSSLHandler {
| `- note: class 'NIOSSLClientHandler' does not conform to the 'Sendable' protocol
60 | /// Construct a new ``NIOSSLClientHandler`` with the given `context` and a specific `serverHostname`.
61 | ///
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:9:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
7 |
8 | import NIO
9 | import NIOSSL
| `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'NIOSSL' as warnings
10 | import NIOExtras
11 |
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:23:40: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
21 | let handler = try NIOSSLClientHandler(context: ssl.context, serverHostname: ssl.serverHostname, customVerificationCallback: ssl.customVerificationCallback, configuration: .init())
22 | return self.addHandler(handler).flatMap({
23 | return self.addHandler(InitializationHandler())
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
24 | })
25 | } catch {
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:33:43: warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
31 | self.handler(type: InitializationHandler.self)
32 | .flatMap({ handler in
33 | return self.removeHandler(handler)
| `- warning: type 'InitializationHandler' does not conform to the 'Sendable' protocol
34 | })
35 | .flatMap({
/host/spi-builder-workspace/Sources/Bolt/Handlers/InitializationHandler.swift:21:13: note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
19 | }
20 |
21 | final class InitializationHandler: ChannelDuplexHandler {
| `- note: class 'InitializationHandler' does not conform to the 'Sendable' protocol
22 |
23 | typealias InboundIn = ByteBuffer
/host/spi-builder-workspace/Sources/Bolt/Extensions/NIO-Extension.swift:46:70: warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
44 | ]
45 |
46 | return .andAllSucceed(handlers.map({ self.addHandler($0, name: $1) }), on: self.eventLoop)
| `- warning: type 'any ChannelHandler' does not conform to the 'Sendable' protocol
47 | })
48 | }
[1184/1234] Compiling Bolt Duration.swift
[1185/1234] Compiling Bolt LocalDateTime.swift
[1186/1234] Compiling Bolt LocalTime.swift
[1187/1234] Compiling Bolt Node.swift
[1188/1234] Compiling Bolt Path.swift
[1189/1234] Compiling Bolt Point2D.swift
[1190/1234] Compiling Bolt Point3D.swift
[1191/1234] Compiling Bolt Relationship.swift
[1192/1234] Compiling Bolt Auth.swift
[1193/1234] Compiling Bolt BeginExtra.swift
[1194/1234] Compiling Bolt BoltAgent.swift
[1195/1234] Compiling Bolt DiscardExtra.swift
[1196/1234] Compiling Bolt HelloExtra.swift
[1197/1234] Compiling Bolt Mode.swift
[1198/1234] Compiling Bolt PullExtra.swift
[1199/1234] Compiling Bolt RouteExtra.swift
[1200/1234] Compiling Bolt ResponseDecoder.swift
[1201/1234] Compiling Bolt Begin.swift
[1202/1234] Compiling Bolt Commit.swift
[1203/1234] Compiling Bolt Discard.swift
[1204/1234] Compiling Bolt Goodbye.swift
[1205/1234] Compiling Bolt Hello.swift
[1206/1234] Compiling Bolt Logoff.swift
[1207/1234] Compiling Bolt Logon.swift
[1208/1234] Compiling Bolt Bolt.swift
[1209/1234] Compiling Bolt BoltConfiguration.swift
[1210/1234] Compiling Bolt BoltConnection.swift
[1211/1234] Compiling Bolt BoltError.swift
[1212/1234] Compiling Bolt ConnectionPool+Bolt.swift
[1213/1234] Compiling Bolt Date.swift
[1214/1234] Compiling Bolt DateTime.swift
[1215/1234] Compiling Bolt DateTimeZoneId.swift
[1216/1234] Compiling Bolt Failure.swift
[1217/1234] Compiling Bolt Ignored.swift
[1218/1234] Compiling Bolt Hints.swift
[1219/1234] Compiling Bolt RoutingTable.swift
[1220/1234] Compiling Bolt Stats.swift
[1221/1234] Compiling Bolt SuccessMetadata.swift
[1222/1234] Compiling Bolt Record.swift
[1223/1234] Compiling Bolt Success.swift
[1224/1234] Compiling Bolt FailureMetadata.swift
[1225/1234] Compiling Bolt Request.swift
[1226/1234] Compiling Bolt Response.swift
[1227/1234] Compiling Bolt Summary.swift
[1228/1234] Compiling Bolt Version.swift
[1229/1234] Compiling Bolt ServerState.swift
[1230/1235] Wrapping AST for Bolt for debugging
[1232/1246] Compiling Neo4J RelationshipProperties.swift
[1233/1247] Compiling Neo4J NodeProperties.swift
[1234/1247] Compiling Neo4J Relationship.swift
[1235/1247] Compiling Neo4J TransactionConnection.swift
[1236/1247] Compiling Neo4J Helper.swift
[1237/1247] Compiling Neo4J Neo4JConfiguration.swift
[1238/1247] Compiling Neo4J Node.swift
[1239/1247] Compiling Neo4J Neo4JConnection.swift
[1240/1247] Compiling Neo4J Neo4JError.swift
[1241/1247] Compiling Neo4J ConnectionPool+Neo4J.swift
[1242/1247] Compiling Neo4J Exports.swift
[1243/1247] Emitting module Neo4J
[1244/1248] Wrapping AST for Neo4J for debugging
[1246/1251] Emitting module Example
[1247/1251] Compiling Example Example.swift
[1248/1251] Compiling Example Movie.swift
[1249/1252] Wrapping AST for Example for debugging
[1250/1252] Write Objects.LinkFileList
[1251/1252] Linking Example
Build complete! (393.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.27.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "neo4j-driver-swift",
"name" : "neo4j-driver-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
},
{
"name" : "Neo4J",
"targets" : [
"Neo4J"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Bolt",
"targets" : [
"Bolt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PackStream",
"targets" : [
"PackStream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PackStreamTests",
"module_type" : "SwiftTarget",
"name" : "PackStreamTests",
"path" : "Tests/PackStreamTests",
"sources" : [
"PackStreamDecoderTests.swift",
"PackStreamEncoderTests.swift",
"PackStreamValueTests.swift",
"TestStructure.swift"
],
"target_dependencies" : [
"PackStream"
],
"type" : "test"
},
{
"c99name" : "PackStream",
"module_type" : "SwiftTarget",
"name" : "PackStream",
"path" : "Sources/PackStream",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt",
"PackStream"
],
"sources" : [
"Byte.swift",
"Codable/Decoder/DKeyedContainer.swift",
"Codable/Decoder/DSingleValueContainer.swift",
"Codable/Decoder/DUnkeyedContainer.swift",
"Codable/Decoder/PackStreamDecoder.swift",
"Codable/Decoder/_PackStreamDecoder.swift",
"Codable/Encoder/E_KeyedContainer.swift",
"Codable/Encoder/E_SingleValueContainer.swift",
"Codable/Encoder/E_UnkeyedContainer.swift",
"Codable/Encoder/PackStreamEncoder.swift",
"Codable/Encoder/PackStreamFuture.swift",
"Codable/Encoder/_PackStreamEncoder.swift",
"Codable/PackStreamKey.swift",
"Codable/StructureCodable.swift",
"Codable/StructureDecodable.swift",
"Codable/StructureEncodable.swift",
"Errors/ErrorLocation.swift",
"Errors/PackStreamError.swift",
"Extensions/ByteBuffer-Extension.swift",
"Extensions/ByteBuffer-Read.swift",
"Extensions/ByteBuffer-Write.swift",
"Extensions/Optional-Extension.swift",
"Markers.swift",
"PackStreamStructure.swift",
"PackStreamValue.swift"
],
"type" : "library"
},
{
"c99name" : "Neo4JTests",
"module_type" : "SwiftTarget",
"name" : "Neo4JTests",
"path" : "Tests/Neo4JTests",
"sources" : [
"Temp.swift"
],
"target_dependencies" : [
"Neo4J"
],
"type" : "test"
},
{
"c99name" : "Neo4J",
"module_type" : "SwiftTarget",
"name" : "Neo4J",
"path" : "Sources/Neo4J",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"Example",
"Neo4J"
],
"sources" : [
"ConnectionPool+Neo4J.swift",
"Exports.swift",
"Helper.swift",
"Neo4JConfiguration.swift",
"Neo4JConnection.swift",
"Neo4JError.swift",
"Node.swift",
"NodeProperties.swift",
"Relationship.swift",
"RelationshipProperties.swift",
"TransactionConnection.swift"
],
"target_dependencies" : [
"Bolt",
"ConnectionPool"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift",
"Movie.swift"
],
"target_dependencies" : [
"Bolt",
"Neo4J"
],
"type" : "executable"
},
{
"c99name" : "ConnectionPool",
"module_type" : "SwiftTarget",
"name" : "ConnectionPool",
"path" : "Sources/ConnectionPool",
"product_dependencies" : [
"NIO",
"Logging",
"Collections"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt"
],
"sources" : [
"ConnectionList.swift",
"ConnectionPoolError.swift",
"EventLoopConnectionPool.swift",
"EventLoopGroupConnectionPool.swift",
"Extensions/EventLoop-Extension.swift",
"PoolConfiguration.swift",
"Protocols/PoolableConnection.swift",
"Protocols/PoolableConnectionFactory.swift",
"WaitingList.swift"
],
"type" : "library"
},
{
"c99name" : "BoltTests",
"module_type" : "SwiftTarget",
"name" : "BoltTests",
"path" : "Tests/BoltTests",
"sources" : [
"Temp.swift"
],
"target_dependencies" : [
"Bolt"
],
"type" : "test"
},
{
"c99name" : "Bolt",
"module_type" : "SwiftTarget",
"name" : "Bolt",
"path" : "Sources/Bolt",
"product_dependencies" : [
"NIO",
"Logging",
"NIOSSL",
"NIOExtras",
"ServiceLifecycle"
],
"product_memberships" : [
"Example",
"Neo4J",
"Bolt"
],
"sources" : [
"Bolt.swift",
"BoltConfiguration.swift",
"BoltConnection.swift",
"BoltError.swift",
"ConnectionPool+Bolt.swift",
"Data Types/Date.swift",
"Data Types/DateTime.swift",
"Data Types/DateTimeZoneId.swift",
"Data Types/Duration.swift",
"Data Types/LocalDateTime.swift",
"Data Types/LocalTime.swift",
"Data Types/Node.swift",
"Data Types/Path.swift",
"Data Types/Point2D.swift",
"Data Types/Point3D.swift",
"Data Types/Relationship.swift",
"Data Types/Time.swift",
"Data Types/UnboundRelationship.swift",
"Exports.swift",
"Extensions/AsyncStream-Extension.swift",
"Extensions/NIO-Extension.swift",
"Handlers/ChunkingHandler.swift",
"Handlers/InitializationHandler.swift",
"Handlers/RequestEncoder.swift",
"Handlers/ResponseDecoder.swift",
"Messages/Requests/Begin.swift",
"Messages/Requests/Commit.swift",
"Messages/Requests/Discard.swift",
"Messages/Requests/Goodbye.swift",
"Messages/Requests/Hello.swift",
"Messages/Requests/Logoff.swift",
"Messages/Requests/Logon.swift",
"Messages/Requests/Public/Auth.swift",
"Messages/Requests/Public/BeginExtra.swift",
"Messages/Requests/Public/BoltAgent.swift",
"Messages/Requests/Public/DiscardExtra.swift",
"Messages/Requests/Public/HelloExtra.swift",
"Messages/Requests/Public/Mode.swift",
"Messages/Requests/Public/PullExtra.swift",
"Messages/Requests/Public/RouteExtra.swift",
"Messages/Requests/Public/RunExtra.swift",
"Messages/Requests/Public/TelemetryAPI.swift",
"Messages/Requests/Pull.swift",
"Messages/Requests/Reset.swift",
"Messages/Requests/Rollback.swift",
"Messages/Requests/Route.swift",
"Messages/Requests/Run.swift",
"Messages/Requests/Telemetry.swift",
"Messages/Responses/Failure.swift",
"Messages/Responses/Ignored.swift",
"Messages/Responses/Public/Hints.swift",
"Messages/Responses/Public/RoutingTable.swift",
"Messages/Responses/Public/Stats.swift",
"Messages/Responses/Public/SuccessMetadata.swift",
"Messages/Responses/Record.swift",
"Messages/Responses/Success.swift",
"Model/FailureMetadata.swift",
"Model/Request.swift",
"Model/Response.swift",
"Model/Summary.swift",
"Model/Version.swift",
"ServerState.swift"
],
"target_dependencies" : [
"PackStream",
"ConnectionPool"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.