Build Information
Successful build of neo4j-driver-swift, reference main (8ec092), with Swift 6.1 for Android on 29 May 2025 23:02:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/GiacomoLeopizzi/neo4j-driver-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-3":/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-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-collections.git
[39/3836] Fetching swift-log
[308/9750] Fetching swift-log, swift-nio-extras
[525/12176] Fetching swift-log, swift-nio-extras, swift-service-lifecycle
[3324/28767] Fetching swift-log, swift-nio-extras, swift-service-lifecycle, swift-collections
[12841/43610] Fetching swift-log, swift-nio-extras, swift-service-lifecycle, swift-collections, swift-nio-ssl
[14693/119718] Fetching swift-log, swift-nio-extras, swift-service-lifecycle, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.20s)
[15941/115882] Fetching swift-nio-extras, swift-service-lifecycle, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.74s)
[63174/109968] Fetching swift-service-lifecycle, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.78s)
[52317/93377] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.33s)
[65075/90951] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.37s)
[50993/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (12.33s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.02s)
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 (3.05s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.04s)
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.07s)
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.62s)
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.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
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-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[1321/7745] Fetching swift-asn1, swift-certificates
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
[1/5959] Fetching swift-algorithms
[5960/7100] Fetching swift-algorithms, swift-http-structured-headers
[6383/8004] Fetching swift-algorithms, swift-http-structured-headers, swift-http-types
[8005/19531] Fetching swift-algorithms, swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.63s)
[7677/18627] Fetching swift-algorithms, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
[807/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.16s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (4.26s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.98s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.84s)
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 (0.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.63s)
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.40s)
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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/475] Write sources
[17/475] Compiling _AtomicsShims.c
[17/475] Write sources
[31/475] Compiling CNIOWindows shim.c
[32/475] Compiling CNIOWindows WSAStartup.c
[33/475] Compiling CNIOWASI CNIOWASI.c
[34/475] Compiling CNIOLinux shim.c
[35/475] Compiling CNIOLinux liburing_shims.c
[36/475] Write swift-version-24593BA9C3E375BF.txt
[37/475] Compiling CNIOLLHTTP c_nio_http.c
[38/479] Compiling a_dup.cc
[39/479] Compiling a_bitstr.cc
[40/479] Compiling a_d2i_fp.cc
[41/479] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/503] Compiling a_bool.cc
[44/522] Emitting module _NIODataStructures
[44/522] Compiling c-nioatomics.c
[45/522] Compiling CNIOLLHTTP c_nio_api.c
[46/522] Compiling CNIODarwin shim.c
[48/522] Emitting module Atomics
[49/524] Compiling Logging LogHandler.swift
[50/524] Emitting module _NIOBase64
[51/524] Compiling _NIOBase64 Base64.swift
[51/525] Compiling CNIOBoringSSLShims shims.c
[52/525] Compiling c-atomics.c
[54/525] Compiling ConcurrencyHelpers LockedValueBox.swift
[55/525] Compiling Atomics IntegerOperations.swift
[56/525] Compiling Atomics Unmanaged extensions.swift
[57/525] Compiling Atomics UnsafeAtomic.swift
[58/525] Compiling Atomics UnsafeAtomicLazyReference.swift
[59/525] Compiling _NIODataStructures _TinyArray.swift
[60/525] Compiling Atomics Primitives.shims.swift
[61/525] Compiling Atomics AtomicInteger.swift
[62/525] Compiling Atomics AtomicOptionalWrappable.swift
[63/525] Compiling Atomics ManagedAtomic.swift
[64/525] Compiling Atomics ManagedAtomicLazyReference.swift
[65/525] Compiling Atomics AtomicMemoryOrderings.swift
[66/525] Compiling Atomics DoubleWord.swift
[67/525] Compiling _NIODataStructures PriorityQueue.swift
[70/525] Compiling Atomics AtomicBool.swift
[71/525] Compiling Atomics IntegerConformances.swift
[73/525] Compiling Atomics AtomicReference.swift
[74/525] Compiling Atomics PointerConformances.swift
[75/525] Compiling Atomics Primitives.native.swift
[77/526] Compiling Atomics AtomicStorage.swift
[79/526] Compiling Atomics AtomicValue.swift
[81/526] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/526] Compiling Atomics OptionalRawRepresentable.swift
[83/526] Compiling Atomics RawRepresentable.swift
[84/526] Emitting module InternalCollectionsUtilities
[84/526] Compiling fiat_p256_adx_mul.S
[89/526] Compiling fiat_p256_adx_sqr.S
[94/527] Compiling _NIODataStructures Heap.swift
[94/528] Compiling fiat_curve25519_adx_square.S
[95/528] Compiling fiat_curve25519_adx_mul.S
[98/534] Wrapping AST for _NIOBase64 for debugging
[99/534] Wrapping AST for _NIODataStructures for debugging
[101/534] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/535] Compiling NIOConcurrencyHelpers lock.swift
[104/603] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[105/603] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[106/603] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/603] Emitting module NIOConcurrencyHelpers
[108/603] Compiling NIOConcurrencyHelpers atomics.swift
[110/659] Compiling Logging MetadataProvider.swift
[111/659] Emitting module Logging
[112/659] Compiling Logging Locks.swift
[112/659] Compiling tls_record.cc
[114/659] Emitting module ConcurrencyHelpers
[115/659] Compiling ConcurrencyHelpers Lock.swift
[116/660] Compiling Logging Logging.swift
[118/661] Compiling tls_method.cc
[120/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[121/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[122/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[123/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[124/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[125/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[126/661] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[127/693] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[128/693] Compiling HeapModule Heap+Invariants.swift
[128/701] Compiling tls13_server.cc
[130/750] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[131/750] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[132/750] Compiling HashTreeCollections TreeDictionary+Keys.swift
[133/750] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[134/750] Compiling HashTreeCollections TreeDictionary+Merge.swift
[135/750] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[136/750] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[137/769] Compiling HeapModule Heap+Descriptions.swift
[138/769] Compiling HeapModule _HeapNode.swift
[139/769] Compiling HeapModule Heap.swift
[140/769] Compiling HashTreeCollections _HashNode+Structural union.swift
[141/769] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[142/769] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[143/769] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[144/769] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[145/769] Compiling HashTreeCollections _HashNode.swift
[146/769] Compiling HashTreeCollections _HashNodeHeader.swift
[147/769] Compiling HashTreeCollections _HashSlot.swift
[148/769] Compiling HashTreeCollections _HashStack.swift
[149/769] Compiling HashTreeCollections _HashTreeIterator.swift
[150/769] Compiling HashTreeCollections _HashTreeStatistics.swift
[151/769] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[152/769] Compiling HashTreeCollections _RawHashNode.swift
[153/769] Compiling HashTreeCollections _UnmanagedHashNode.swift
[154/769] Compiling HashTreeCollections _UnsafePath.swift
[155/769] Compiling HashTreeCollections TreeDictionary+Codable.swift
[156/769] Emitting module HeapModule
[157/769] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[158/769] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[159/771] Compiling HeapModule Heap+UnsafeHandle.swift
[160/771] Compiling HashTreeCollections _HashNode+Builder.swift
[161/771] Compiling HashTreeCollections _HashNode+Debugging.swift
[162/771] Compiling HashTreeCollections _HashNode+Initializers.swift
[163/771] Compiling HashTreeCollections _HashNode+Invariants.swift
[164/771] Compiling HashTreeCollections _HashNode+Lookups.swift
[165/771] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[166/771] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[167/771] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[170/771] Compiling HashTreeCollections _HashNode+Storage.swift
[171/771] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[172/771] Compiling HashTreeCollections _HashNode+Structural filter.swift
[173/771] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[174/771] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[175/771] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[176/772] Compiling HashTreeCollections _HashNode+Structural merge.swift
[177/772] Compiling HashTreeCollections _AncestorHashSlots.swift
[177/815] Compiling tls13_enc.cc
[180/825] Compiling BitCollections BitArray+Copy.swift
[181/825] Compiling BitCollections BitArray+CustomReflectable.swift
[182/825] Emitting module UnixSignals
[182/825] Wrapping AST for NIOConcurrencyHelpers for debugging
[183/825] Wrapping AST for InternalCollectionsUtilities for debugging
[185/825] Compiling UnixSignals UnixSignal.swift
[186/825] Compiling UnixSignals UnixSignalsSequence.swift
[186/826] Wrapping AST for Logging for debugging
[188/826] Wrapping AST for HeapModule for debugging
[189/826] Wrapping AST for UnixSignals for debugging
[190/826] Wrapping AST for ConcurrencyHelpers for debugging
[192/826] Compiling BitCollections BitArray+Extras.swift
[193/826] Compiling BitCollections BitArray+Fill.swift
[194/826] Compiling BitCollections BitArray+Hashable.swift
[195/826] Compiling BitCollections BitArray+Initializers.swift
[196/826] Compiling BitCollections BitArray+Invariants.swift
[197/826] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[198/826] Compiling BitCollections BitArray+RandomBits.swift
[199/826] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[200/826] Compiling BitCollections BitArray+Shifts.swift
[201/826] Compiling BitCollections BitArray+Testing.swift
[204/835] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[205/835] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[206/835] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[207/835] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[208/835] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[209/835] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[210/835] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[211/835] Compiling HashTreeCollections TreeDictionary.swift
[212/835] Compiling HashTreeCollections TreeSet+Codable.swift
[213/835] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[214/835] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[215/835] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[216/835] Compiling BitCollections BitSet+SetAlgebra union.swift
[217/835] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[218/835] Compiling BitCollections BitSet.Counted.swift
[219/835] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[220/835] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[221/835] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[222/835] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[223/835] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[226/835] Compiling BitCollections BitArray+Descriptions.swift
[227/835] Compiling BitCollections BitArray+Equatable.swift
[228/835] Emitting module OrderedCollections
[237/835] Compiling BitCollections BitArray+BitwiseOperations.swift
[238/835] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[239/835] Compiling BitCollections BitArray+Codable.swift
[240/835] Compiling BitCollections BitArray+Collection.swift
[249/835] Compiling HashTreeCollections TreeSet+Hashable.swift
[250/835] Compiling HashTreeCollections TreeSet+Sendable.swift
[251/835] Compiling HashTreeCollections TreeSet+Sequence.swift
[261/835] Compiling _RopeModule Rope+Join.swift
[262/835] Compiling _RopeModule Rope+MutatingForEach.swift
[263/835] Compiling _RopeModule Rope+Remove.swift
[264/835] Compiling _RopeModule Rope+RemoveSubrange.swift
[265/835] Compiling _RopeModule Rope+Split.swift
[266/835] Compiling _RopeModule Optional Utilities.swift
[267/835] Compiling _RopeModule String Utilities.swift
[268/835] Compiling _RopeModule String.Index+ABI.swift
[273/845] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[274/845] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[275/845] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[276/845] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[279/845] Compiling HashTreeCollections TreeDictionary+Values.swift
[280/845] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[281/845] Compiling BitCollections BitSet+CustomReflectable.swift
[282/845] Compiling BitCollections BitSet+CustomStringConvertible.swift
[283/845] Compiling BitCollections BitSet+Equatable.swift
[284/845] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[285/845] Compiling BitCollections BitSet+Extras.swift
[286/845] Compiling BitCollections BitSet+Hashable.swift
[287/845] Compiling BitCollections BitSet+Initializers.swift
[288/845] Compiling BitCollections BitSet+Invariants.swift
[289/845] Compiling BitCollections BitSet+Random.swift
[290/845] Compiling BitCollections BitSet+SetAlgebra basics.swift
[291/845] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[292/845] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[293/845] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[301/852] Emitting module DequeModule
[302/853] Compiling BitCollections BitSet.swift
[303/853] Compiling BitCollections Range+Utilities.swift
[304/853] Compiling BitCollections Slice+Utilities.swift
[305/853] Compiling BitCollections UInt+Tricks.swift
[306/853] Compiling BitCollections _Word.swift
[309/854] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[310/854] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[311/854] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[312/854] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[313/854] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[314/854] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[315/854] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[316/854] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[317/854] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[318/854] Compiling HashTreeCollections TreeSet.swift
[320/854] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[328/854] Emitting module BitCollections
[329/854] Emitting module _RopeModule
[361/854] Compiling BitCollections BitArray._UnsafeHandle.swift
[362/854] Compiling BitCollections BitArray.swift
[363/854] Compiling BitCollections BitSet+BidirectionalCollection.swift
[364/854] Compiling BitCollections BitSet+Codable.swift
[365/854] Compiling BitCollections BitSet.Index.swift
[366/854] Compiling BitCollections BitSet._UnsafeHandle.swift
[371/855] Compiling tls13_both.cc
[405/855] Compiling tls13_client.cc
[406/855] Compiling t1_enc.cc
[448/856] Emitting module HashTreeCollections
[449/857] Compiling ssl_versions.cc
[450/857] Compiling ssl_transcript.cc
[451/857] Compiling ssl_x509.cc
[452/857] Wrapping AST for _RopeModule for debugging
[453/917] Wrapping AST for HashTreeCollections for debugging
[454/919] Compiling ssl_stat.cc
[456/919] Compiling Collections Collections.swift
[457/919] Emitting module Collections
[457/965] Wrapping AST for OrderedCollections for debugging
[459/965] Wrapping AST for DequeModule for debugging
[460/965] Wrapping AST for Collections for debugging
[461/965] Compiling ssl_privkey.cc
[462/965] Compiling ssl_session.cc
[464/965] Compiling NIOCore MulticastChannel.swift
[465/965] Compiling NIOCore NIOAny.swift
[466/965] Compiling NIOCore NIOCloseOnErrorHandler.swift
[467/965] Compiling NIOCore NIOLoopBound.swift
[468/965] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[469/965] Compiling NIOCore NIOScheduledCallback.swift
[470/965] Compiling NIOCore NIOSendable.swift
[471/965] Compiling NIOCore RecvByteBufferAllocator.swift
[472/973] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[473/973] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[474/973] Compiling AsyncAlgorithms MergeStateMachine.swift
[475/973] Compiling AsyncAlgorithms MergeStorage.swift
[476/973] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[477/973] Compiling AsyncAlgorithms Rethrow.swift
[478/979] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[479/979] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[480/979] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[481/979] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[482/979] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[483/979] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[484/979] Emitting module AsyncAlgorithms
[485/979] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[486/979] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[487/979] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[488/979] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[489/979] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[490/979] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[491/979] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[492/979] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[493/979] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[494/979] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[495/979] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[496/979] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[497/979] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[498/979] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[499/979] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[500/979] Compiling AsyncAlgorithms DebounceStateMachine.swift
[501/979] Compiling AsyncAlgorithms DebounceStorage.swift
[502/979] Compiling AsyncAlgorithms Dictionary.swift
[503/979] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[504/979] Compiling AsyncAlgorithms Locking.swift
[504/979] Compiling ssl_key_share.cc
[506/979] Compiling AsyncAlgorithms SetAlgebra.swift
[507/979] Compiling AsyncAlgorithms UnsafeTransfer.swift
[508/979] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[509/979] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[510/979] Compiling AsyncAlgorithms ZipStateMachine.swift
[511/979] Compiling AsyncAlgorithms ZipStorage.swift
[511/979] Compiling ssl_cipher.cc
[512/979] Compiling ssl_file.cc
[521/979] Compiling NIOCore MarkedCircularBuffer.swift
[521/979] Compiling ssl_lib.cc
[522/979] Compiling ssl_credential.cc
[527/979] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[528/979] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[529/979] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[530/979] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[531/979] Compiling AsyncAlgorithms AsyncChannel.swift
[532/979] Compiling AsyncAlgorithms ChannelStateMachine.swift
[533/979] Compiling AsyncAlgorithms ChannelStorage.swift
[534/979] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[535/979] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[536/979] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[537/979] Compiling AsyncAlgorithms CombineLatestStorage.swift
[543/979] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[543/980] Compiling ssl_cert.cc
[546/980] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[547/980] Compiling NIOCore SocketAddresses.swift
[548/980] Compiling NIOCore SocketOptionProvider.swift
[549/980] Compiling NIOCore SystemCallHelpers.swift
[550/980] Compiling NIOCore TimeAmount+Duration.swift
[551/980] Compiling NIOCore TypeAssistedChannelHandler.swift
[552/980] Compiling NIOCore UniversalBootstrapSupport.swift
[553/980] Compiling NIOCore Utilities.swift
[561/980] Compiling ssl_buffer.cc
[562/980] Compiling ssl_asn1.cc
[563/984] Compiling ssl_aead_ctx.cc
[565/988] Compiling ServiceLifecycle Service.swift
[565/989] Compiling s3_lib.cc
[566/989] Compiling s3_pkt.cc
[568/989] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[569/989] Compiling ServiceLifecycle ServiceRunnerError.swift
[570/989] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[571/989] Emitting module ServiceLifecycle
[572/989] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[573/989] Compiling ServiceLifecycle GracefulShutdown.swift
[574/989] Compiling ServiceLifecycle CancellationWaiter.swift
[574/989] Compiling s3_both.cc
[575/989] Compiling handshake_server.cc
[576/989] Compiling handshake_client.cc
[578/989] Compiling ServiceLifecycle ServiceGroup.swift
[579/990] Wrapping AST for ServiceLifecycle for debugging
[580/990] Compiling dtls_method.cc
[581/990] Compiling handshake.cc
[582/990] Compiling handoff.cc
[583/990] Compiling encrypted_client_hello.cc
[584/990] Compiling extensions.cc
[585/990] Compiling md5-x86_64-linux.S
[586/990] Compiling md5-x86_64-apple.S
[587/990] Compiling md5-586-linux.S
[588/990] Compiling bio_ssl.cc
[589/990] Compiling md5-586-apple.S
[590/990] Compiling chacha20_poly1305_x86_64-linux.S
[591/990] Compiling dtls_record.cc
[592/990] Compiling chacha20_poly1305_x86_64-apple.S
[593/990] Compiling chacha20_poly1305_armv8-linux.S
[594/990] Compiling chacha20_poly1305_armv8-win.S
[595/990] Compiling chacha-x86_64-linux.S
[596/990] Compiling chacha20_poly1305_armv8-apple.S
[597/990] Compiling d1_srtp.cc
[598/990] Compiling chacha-x86_64-apple.S
[599/990] Compiling chacha-x86-linux.S
[600/990] Compiling chacha-x86-apple.S
[601/990] Compiling chacha-armv8-win.S
[602/990] Compiling chacha-armv8-apple.S
[603/990] Compiling chacha-armv4-linux.S
[604/990] Compiling aes128gcmsiv-x86_64-linux.S
[605/990] Compiling aes128gcmsiv-x86_64-apple.S
[606/990] Compiling chacha-armv8-linux.S
[607/990] Compiling x86_64-mont5-linux.S
[608/990] Compiling x86_64-mont-linux.S
[609/990] Compiling x86_64-mont5-apple.S
[610/990] Compiling x86_64-mont-apple.S
[611/990] Compiling x86-mont-linux.S
[612/990] Compiling x86-mont-apple.S
[613/990] Compiling vpaes-x86_64-linux.S
[614/990] Compiling vpaes-x86_64-apple.S
[615/990] Compiling vpaes-x86-linux.S
[616/990] Compiling vpaes-x86-apple.S
[616/990] Compiling d1_pkt.cc
[618/990] Compiling vpaes-armv8-win.S
[619/990] Compiling err_data.cc
[620/990] Compiling vpaes-armv8-linux.S
[621/990] Compiling vpaes-armv7-linux.S
[622/990] Compiling vpaes-armv8-apple.S
[623/990] Compiling sha512-x86_64-linux.S
[624/990] Compiling sha512-x86_64-apple.S
[625/990] Compiling sha512-armv8-win.S
[626/990] Compiling sha512-armv4-linux.S
[627/990] Compiling sha512-armv8-apple.S
[628/990] Compiling sha512-armv8-linux.S
[629/990] Compiling sha512-586-linux.S
[630/990] Compiling sha512-586-apple.S
[631/990] Compiling sha256-x86_64-linux.S
[632/990] Compiling sha256-x86_64-apple.S
[633/990] Compiling sha256-armv8-win.S
[634/990] Compiling sha256-armv8-linux.S
[635/990] Compiling sha256-armv8-apple.S
[636/990] Compiling sha256-armv4-linux.S
[637/990] Compiling sha256-586-linux.S
[638/990] Compiling sha256-586-apple.S
[639/990] Compiling sha1-x86_64-linux.S
[640/990] Compiling sha1-x86_64-apple.S
[641/990] Compiling d1_both.cc
[642/990] Compiling sha1-armv8-win.S
[643/990] Compiling sha1-armv8-apple.S
[643/990] Compiling sha1-armv4-large-linux.S
[643/990] Compiling sha1-armv8-linux.S
[646/990] Compiling sha1-586-linux.S
[647/990] Compiling sha1-586-apple.S
[657/990] Compiling rsaz-avx2-linux.S
[676/990] Compiling rdrand-x86_64-apple.S
[677/990] Compiling rsaz-avx2-apple.S
[678/990] Compiling rdrand-x86_64-linux.S
[679/990] Compiling p256_beeu-x86_64-asm-linux.S
[680/990] Compiling p256_beeu-armv8-asm-win.S
[681/990] Compiling d1_lib.cc
[682/990] Compiling p256_beeu-x86_64-asm-apple.S
[683/990] Compiling p256_beeu-armv8-asm-linux.S
[684/990] Compiling p256_beeu-armv8-asm-apple.S
[685/990] Compiling p256-x86_64-asm-linux.S
[686/990] Compiling p256-armv8-asm-win.S
[687/990] Compiling p256-x86_64-asm-apple.S
[688/990] Compiling p256-armv8-asm-apple.S
[689/990] Compiling ghashv8-armv8-apple.S
[690/990] Compiling ghashv8-armv8-win.S
[691/990] Compiling p256-armv8-asm-linux.S
[692/990] Compiling ghash-x86_64-linux.S
[693/990] Compiling ghash-x86_64-apple.S
[694/990] Compiling ghashv8-armv7-linux.S
[695/990] Compiling ghashv8-armv8-linux.S
[696/990] Compiling ghash-x86-apple.S
[697/990] Compiling ghash-x86-linux.S
[698/990] Compiling ghash-ssse3-x86_64-linux.S
[699/990] Compiling ghash-ssse3-x86-apple.S
[700/990] Compiling ghash-ssse3-x86_64-apple.S
[702/990] Emitting module NIOCore
[702/991] Compiling ghash-neon-armv8-win.S
[703/991] Compiling ghash-ssse3-x86-linux.S
[704/991] Compiling ghash-neon-armv8-linux.S
[705/991] Compiling ghash-neon-armv8-apple.S
[706/991] Compiling bn-armv8-win.S
[707/991] Compiling co-586-linux.S
[707/991] Compiling ghash-armv4-linux.S
[709/991] Compiling bn-armv8-linux.S
[710/991] Compiling bsaes-armv7-linux.S
[711/991] Compiling co-586-apple.S
[712/991] Compiling armv8-mont-win.S
[713/991] Compiling bn-armv8-apple.S
[714/991] Compiling bn-586-apple.S
[715/991] Compiling armv8-mont-linux.S
[716/991] Compiling armv8-mont-apple.S
[716/991] Compiling bn-586-linux.S
[718/991] Compiling armv4-mont-linux.S
[720/991] Compiling aesv8-armv8-win.S
[721/991] Compiling aesv8-armv8-apple.S
[722/991] Compiling aesv8-gcm-armv8-win.S
[723/991] Compiling aesv8-gcm-armv8-apple.S
[724/991] Compiling aesv8-gcm-armv8-linux.S
[725/991] Compiling aesv8-armv7-linux.S
[726/991] Compiling aesni-x86_64-linux.S
[727/991] Compiling aesni-x86-apple.S
[728/991] Compiling aesni-x86-linux.S
[729/991] Compiling aesni-gcm-x86_64-linux.S
[730/991] Compiling aesni-x86_64-apple.S
[731/991] Compiling aesv8-armv8-linux.S
[732/991] Compiling aesni-gcm-x86_64-apple.S
[733/991] Compiling aes-gcm-avx2-x86_64-apple.S
[734/991] Compiling aes-gcm-avx2-x86_64-linux.S
[735/991] Compiling aes-gcm-avx10-x86_64-apple.S
[736/991] Compiling aes-gcm-avx10-x86_64-linux.S
[737/991] Wrapping AST for NIOCore for debugging
[739/1064] Emitting module NIOEmbedded
[739/1064] Compiling x_x509a.cc
[740/1064] Compiling x_val.cc
[741/1064] Compiling x_spki.cc
[742/1064] Compiling x_x509.cc
[743/1064] Compiling x_sig.cc
[745/1064] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[746/1064] Compiling NIOEmbedded Embedded.swift
[747/1064] Compiling NIOEmbedded AsyncTestingChannel.swift
[748/1065] Wrapping AST for NIOEmbedded for debugging
[749/1065] Compiling x_req.cc
[750/1065] Compiling x_pubkey.cc
[751/1065] Compiling x_name.cc
[752/1065] Compiling x_exten.cc
[753/1065] Compiling x_crl.cc
[755/1065] Compiling NIOPosix SelectableChannel.swift
[756/1065] Compiling NIOPosix SelectableEventLoop.swift
[757/1065] Compiling NIOPosix SelectorEpoll.swift
[758/1065] Compiling NIOPosix SelectorGeneric.swift
[759/1065] Compiling NIOPosix SelectorKqueue.swift
[760/1065] Compiling NIOPosix SelectorUring.swift
[761/1065] Compiling NIOPosix Pool.swift
[762/1065] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[763/1065] Compiling NIOPosix PosixSingletons.swift
[764/1065] Compiling NIOPosix RawSocketBootstrap.swift
[765/1065] Compiling NIOPosix Resolver.swift
[766/1065] Compiling NIOPosix Selectable.swift
[767/1071] Compiling NIOPosix ServerSocket.swift
[768/1071] Compiling NIOPosix Socket.swift
[769/1071] Compiling NIOPosix SocketChannel.swift
[770/1071] Compiling NIOPosix SocketProtocols.swift
[771/1071] Compiling NIOPosix System.swift
[772/1071] Compiling NIOPosix Thread.swift
[772/1071] Compiling x_attrib.cc
[773/1071] Compiling x_algor.cc
[774/1071] Compiling x_all.cc
[776/1071] Compiling NIOPosix HappyEyeballs.swift
[777/1071] Compiling NIOPosix IO.swift
[778/1071] Compiling NIOPosix IntegerBitPacking.swift
[778/1074] Compiling x509spki.cc
[780/1074] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[781/1074] Compiling NIOPosix BaseSocketChannel.swift
[782/1074] Compiling NIOPosix BaseStreamSocketChannel.swift
[782/1074] Compiling x509rset.cc
[784/1074] Emitting module PackStream
[787/1074] Compiling NIOPosix IntegerTypes.swift
[788/1074] Compiling NIOPosix Linux.swift
[789/1074] Compiling NIOPosix LinuxCPUSet.swift
[790/1074] Compiling NIOPosix LinuxUring.swift
[791/1074] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[792/1074] Compiling NIOPosix NIOThreadPool.swift
[793/1074] Compiling PackStream Markers.swift
[794/1074] Compiling PackStream PackStreamStructure.swift
[795/1074] Compiling PackStream PackStreamValue.swift
[796/1074] Compiling NIOPosix PipeChannel.swift
[797/1074] Compiling NIOPosix PipePair.swift
[797/1074] Compiling x509name.cc
[805/1074] Compiling NIOPosix Bootstrap.swift
[806/1074] Compiling NIOPosix ControlMessage.swift
[807/1074] Compiling NIOPosix DatagramVectorReadManager.swift
[808/1074] Compiling NIOPosix Errors+Any.swift
[809/1074] Compiling NIOPosix FileDescriptor.swift
[810/1074] Compiling NIOPosix GetaddrinfoResolver.swift
[811/1074] Compiling NIOPosix ThreadPosix.swift
[812/1074] Compiling NIOPosix ThreadWindows.swift
[813/1074] Compiling NIOPosix UnsafeTransfer.swift
[814/1074] Compiling NIOPosix Utilities.swift
[815/1074] Compiling NIOPosix VsockAddress.swift
[816/1074] Compiling NIOPosix VsockChannelEvents.swift
[817/1074] Emitting module NIOPosix
[825/1074] Compiling NIOPosix BSDSocketAPICommon.swift
[826/1074] Compiling NIOPosix BSDSocketAPIPosix.swift
[827/1074] Compiling NIOPosix BSDSocketAPIWindows.swift
[828/1074] Compiling NIOPosix BaseSocket.swift
[832/1075] Compiling x509cset.cc
[833/1075] Compiling x509_vpm.cc
[837/1077] Wrapping AST for NIOPosix for debugging
[839/1077] Emitting module NIO
[840/1077] Compiling NIO Exports.swift
[840/1077] Compiling x509_vfy.cc
[841/1078] Compiling x509_txt.cc
[843/1078] Compiling x509_v3.cc
[844/1078] Compiling x509_trs.cc
[845/1100] Compiling x509_set.cc
[847/1100] Compiling NIOTLS TLSEvents.swift
[848/1108] Emitting module NIOTLS
[849/1109] Compiling ConnectionPool ConnectionList.swift
[850/1109] Compiling ConnectionPool ConnectionPoolError.swift
[851/1109] Compiling NIOHTTP1 HTTPEncoder.swift
[852/1109] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[853/1110] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[855/1110] Compiling ConnectionPool PoolableConnectionFactory.swift
[856/1111] Compiling ConnectionPool EventLoop-Extension.swift
[857/1111] Compiling ConnectionPool PoolConfiguration.swift
[858/1111] Compiling ConnectionPool PoolableConnection.swift
[859/1111] Emitting module ConnectionPool
[860/1111] Compiling ConnectionPool EventLoopGroupConnectionPool.swift
[860/1111] Wrapping AST for PackStream for debugging
[862/1111] Compiling NIOTLS SNIHandler.swift
[863/1111] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[863/1111] Compiling x509_req.cc
[865/1111] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[866/1112] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[867/1112] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[867/1114] Compiling x509_obj.cc
[871/1114] Compiling ConnectionPool EventLoopConnectionPool.swift
[872/1114] Wrapping AST for NIO for debugging
[873/1114] Compiling x509_lu.cc
[875/1114] Compiling ConnectionPool WaitingList.swift
[876/1115] Wrapping AST for NIOTLS for debugging
[877/1115] Wrapping AST for ConnectionPool for debugging
[878/1115] Compiling x509_ext.cc
[879/1115] Compiling x509_d2.cc
[881/1115] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[882/1115] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[882/1115] Compiling x509_att.cc
[884/1115] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[885/1115] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[885/1115] Compiling x509_def.cc
[887/1115] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[888/1115] Compiling NIOHTTP1 HTTPTypes.swift
[889/1115] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[890/1115] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[892/1115] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[893/1115] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[894/1115] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[894/1115] Compiling x509_cmp.cc
[895/1115] Compiling x509.cc
[896/1115] Compiling v3_prn.cc
[898/1115] Emitting module NIOHTTP1
[901/1116] Compiling v3_utl.cc
[902/1116] Compiling v3_skey.cc
[903/1116] Compiling v3_purp.cc
[905/1116] Compiling v3_ocsp.cc
[906/1134] Compiling v3_pmaps.cc
[908/1134] Compiling NIOExtras NIOLengthFieldBitLength.swift
[909/1134] Compiling NIOExtras NIORequestIdentifiable.swift
[909/1136] Wrapping AST for NIOHTTP1 for debugging
[910/1136] Compiling v3_pcons.cc
[911/1136] Compiling v3_ncons.cc
[913/1136] Compiling NIOExtras RequestResponseHandler.swift
[914/1136] Compiling NIOExtras RequestResponseWithIDHandler.swift
[914/1136] Compiling v3_ia5.cc
[915/1136] Compiling v3_info.cc
[917/1136] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[918/1136] Compiling NIOExtras NIOExtrasError.swift
[919/1136] Compiling NIOExtras PCAPRingBuffer.swift
[920/1136] Compiling NIOExtras QuiescingHelper.swift
[920/1136] Compiling v3_int.cc
[922/1136] Emitting module NIOExtras
[922/1136] Compiling v3_lib.cc
[924/1136] Compiling NIOExtras DebugInboundEventsHandler.swift
[925/1136] Compiling NIOExtras DebugOutboundEventsHandler.swift
[926/1136] Compiling NIOExtras FixedLengthFrameDecoder.swift
[927/1136] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[928/1136] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[929/1136] Compiling NIOExtras JSONRPCFraming.swift
[930/1136] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[931/1136] Compiling NIOExtras LengthFieldPrepender.swift
[932/1136] Compiling NIOExtras LineBasedFrameDecoder.swift
[933/1136] Compiling NIOExtras UnsafeTransfer.swift
[934/1136] Compiling NIOExtras WritePCAPHandler.swift
[934/1136] Compiling v3_extku.cc
[936/1137] Compiling v3_genn.cc
[937/1137] Compiling v3_conf.cc
[938/1137] Compiling v3_enum.cc
[939/1137] Wrapping AST for NIOExtras for debugging
[940/1137] Compiling v3_crld.cc
[941/1137] Compiling v3_cpols.cc
[942/1137] Compiling v3_bitst.cc
[943/1137] Compiling v3_bcons.cc
[944/1137] Compiling v3_alt.cc
[945/1137] Compiling v3_akeya.cc
[946/1137] Compiling v3_akey.cc
[947/1137] Compiling t_x509a.cc
[948/1137] Compiling t_x509.cc
[949/1137] Compiling t_req.cc
[950/1137] Compiling t_crl.cc
[951/1137] Compiling i2d_pr.cc
[952/1137] Compiling rsa_pss.cc
[953/1137] Compiling by_dir.cc
[954/1137] Compiling policy.cc
[955/1137] Compiling name_print.cc
[956/1137] Compiling by_file.cc
[957/1137] Compiling asn1_gen.cc
[958/1137] Compiling algorithm.cc
[959/1137] Compiling a_verify.cc
[960/1137] Compiling voprf.cc
[961/1137] Compiling thread_pthread.cc
[962/1137] Compiling a_digest.cc
[963/1137] Compiling thread_win.cc
[964/1137] Compiling trust_token.cc
[965/1137] Compiling a_sign.cc
[966/1137] Compiling pmbtoken.cc
[967/1137] Compiling thread.cc
[968/1137] Compiling thread_none.cc
[969/1137] Compiling stack.cc
[970/1137] Compiling siphash.cc
[971/1137] Compiling sha256.cc
[972/1137] Compiling slhdsa.cc
[973/1137] Compiling sha512.cc
[974/1137] Compiling sha1.cc
[975/1137] Compiling rsa_print.cc
[976/1137] Compiling spake2plus.cc
[977/1137] Compiling rsa_extra.cc
[978/1137] Compiling rsa_crypt.cc
[979/1137] Compiling rc4.cc
[980/1137] Compiling refcount.cc
[981/1137] Compiling windows.cc
[982/1137] Compiling urandom.cc
[983/1137] Compiling rsa_asn1.cc
[984/1137] Compiling rand.cc
[985/1137] Compiling trusty.cc
[986/1137] Compiling ios.cc
[987/1137] Compiling poly1305_arm_asm.S
[988/1137] Compiling passive.cc
[989/1137] Compiling deterministic.cc
[990/1137] Compiling forkunsafe.cc
[991/1137] Compiling poly1305_vec.cc
[992/1137] Compiling fork_detect.cc
[993/1137] Compiling getentropy.cc
[994/1137] Compiling pool.cc
[995/1137] Compiling poly1305.cc
[996/1137] Compiling poly1305_arm.cc
[997/1137] Compiling pkcs7.cc
[998/1137] Compiling pkcs8.cc
[999/1137] Compiling p5_pbev2.cc
[1000/1137] Compiling pkcs7_x509.cc
[1001/1137] Compiling pkcs8_x509.cc
[1002/1137] Compiling pem_xaux.cc
[1003/1137] Compiling pem_pkey.cc
[1004/1137] Compiling pem_x509.cc
[1005/1137] Compiling pem_oth.cc
[1006/1137] Compiling pem_pk8.cc
[1007/1137] Compiling pem_lib.cc
[1008/1137] Compiling mlkem.cc
[1009/1137] Compiling obj.cc
[1010/1137] Compiling obj_xref.cc
[1011/1137] Compiling lhash.cc
[1012/1137] Compiling pem_info.cc
[1013/1137] Compiling pem_all.cc
[1014/1137] Compiling poly_rq_mul.S
[1015/1137] Compiling fips_shared_support.cc
[1016/1137] Compiling mem.cc
[1017/1137] Compiling mldsa.cc
[1018/1137] Compiling md5.cc
[1019/1137] Compiling md4.cc
[1020/1137] Compiling ex_data.cc
[1021/1137] Compiling sign.cc
[1022/1137] Compiling kyber.cc
[1023/1137] Compiling scrypt.cc
[1024/1137] Compiling print.cc
[1025/1137] Compiling hpke.cc
[1026/1137] Compiling hrss.cc
[1027/1137] Compiling pbkdf.cc
[1028/1137] Compiling p_rsa_asn1.cc
[1029/1137] Compiling p_x25519.cc
[1030/1137] Compiling p_x25519_asn1.cc
[1031/1137] Compiling p_ec_asn1.cc
[1032/1137] Compiling p_ed25519.cc
[1033/1137] Compiling p_hkdf.cc
[1034/1137] Compiling p_rsa.cc
[1035/1137] Compiling p_ed25519_asn1.cc
[1036/1137] Compiling p_ec.cc
[1037/1137] Compiling p_dh.cc
[1038/1137] Compiling p_dh_asn1.cc
[1039/1137] Compiling evp.cc
[1040/1137] Compiling p_dsa_asn1.cc
[1041/1137] Compiling evp_ctx.cc
[1042/1137] Compiling ecdsa_asn1.cc
[1043/1137] Compiling ecdh.cc
[1044/1137] Compiling err.cc
[1045/1137] Compiling evp_asn1.cc
[1046/1137] Compiling engine.cc
[1047/1137] Compiling ec_derive.cc
[1048/1137] Compiling hash_to_curve.cc
[1049/1137] Compiling dsa_asn1.cc
[1050/1137] Compiling ec_asn1.cc
[1051/1137] Compiling dsa.cc
[1052/1137] Compiling params.cc
[1053/1137] Compiling x25519-asm-arm.S
[1054/1137] Compiling bcm.cc
[1055/1137] Compiling digest_extra.cc
[1056/1137] Compiling des.cc
[1057/1137] Compiling curve25519_64_adx.cc
[1058/1137] Compiling dh_asn1.cc
[1059/1137] Compiling crypto.cc
[1060/1137] Compiling spake25519.cc
[1061/1137] Compiling cpu_intel.cc
[1062/1137] Compiling cpu_arm_linux.cc
[1063/1137] Compiling curve25519.cc
[1064/1137] Compiling cpu_arm_freebsd.cc
[1065/1137] Compiling cpu_aarch64_win.cc
[1066/1137] Compiling cpu_aarch64_sysreg.cc
[1067/1137] Compiling cpu_aarch64_openbsd.cc
[1068/1137] Compiling cpu_aarch64_linux.cc
[1069/1137] Compiling cpu_aarch64_fuchsia.cc
[1070/1137] Compiling cpu_aarch64_apple.cc
[1071/1137] Compiling conf.cc
[1072/1137] Compiling get_cipher.cc
[1073/1137] Compiling tls_cbc.cc
[1074/1137] Compiling e_tls.cc
[1075/1137] Compiling e_rc4.cc
[1076/1137] Compiling e_null.cc
[1077/1137] Compiling e_rc2.cc
[1078/1137] Compiling e_des.cc
[1079/1137] Compiling e_aesctrhmac.cc
[1080/1137] Compiling derive_key.cc
[1081/1137] Compiling e_chacha20poly1305.cc
[1082/1137] Compiling e_aesgcmsiv.cc
[1083/1137] Compiling chacha.cc
[1084/1137] Compiling unicode.cc
[1085/1137] Compiling buf.cc
[1086/1137] Compiling ber.cc
[1087/1137] Compiling convert.cc
[1088/1137] Compiling cbs.cc
[1089/1137] Compiling cbb.cc
[1090/1137] Compiling socket.cc
[1091/1137] Compiling asn1_compat.cc
[1092/1137] Compiling bn_asn1.cc
[1093/1137] Compiling blake2.cc
[1094/1137] Compiling printf.cc
[1095/1137] Compiling socket_helper.cc
[1096/1137] Compiling file.cc
[1097/1137] Compiling fd.cc
[1098/1137] Compiling pair.cc
[1099/1137] Compiling hexdump.cc
[1100/1137] Compiling errno.cc
[1101/1137] Compiling connect.cc
[1102/1137] Compiling base64.cc
[1103/1137] Compiling bio_mem.cc
[1104/1137] Compiling bio.cc
[1105/1137] Compiling tasn_typ.cc
[1106/1137] Compiling tasn_fre.cc
[1107/1137] Compiling tasn_enc.cc
[1108/1137] Compiling posix_time.cc
[1109/1137] Compiling tasn_utl.cc
[1110/1137] Compiling tasn_new.cc
[1111/1137] Compiling f_string.cc
[1112/1137] Compiling f_int.cc
[1113/1137] Compiling tasn_dec.cc
[1114/1137] Compiling asn1_par.cc
[1115/1137] Compiling asn_pack.cc
[1116/1137] Compiling a_type.cc
[1117/1137] Compiling a_time.cc
[1118/1137] Compiling a_utctm.cc
[1119/1137] Compiling asn1_lib.cc
[1120/1137] Compiling a_octet.cc
[1121/1137] Wrapping AST for BitCollections for debugging
[1122/1137] Compiling a_strnid.cc
[1123/1137] Wrapping AST for AsyncAlgorithms for debugging
[1124/1137] Compiling a_strex.cc
[1125/1137] Wrapping AST for Atomics for debugging
[1126/1137] Compiling a_i2d_fp.cc
[1127/1137] Compiling a_object.cc
[1128/1137] Compiling a_int.cc
[1129/1137] Compiling a_mbstr.cc
[1130/1137] Compiling a_gentm.cc
[1132/1166] Compiling NIOSSL NIOSSLServerHandler.swift
[1133/1166] Compiling NIOSSL ObjectIdentifier.swift
[1134/1166] Compiling NIOSSL PosixPort.swift
[1135/1166] Compiling NIOSSL SSLCallbacks.swift
[1136/1170] Emitting module NIOSSL
[1137/1170] Compiling NIOSSL SSLPrivateKey.swift
[1138/1170] Compiling NIOSSL SSLPublicKey.swift
[1139/1170] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1140/1170] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1141/1170] Compiling NIOSSL SubjectAlternativeName.swift
[1142/1170] Compiling NIOSSL NIOSSLSecureBytes.swift
[1143/1170] Compiling NIOSSL RNG.swift
[1144/1170] Compiling NIOSSL SafeCompare.swift
[1145/1170] Compiling NIOSSL AndroidCABundle.swift
[1146/1170] Compiling NIOSSL ByteBufferBIO.swift
[1147/1170] Compiling NIOSSL CustomPrivateKey.swift
[1148/1170] Compiling NIOSSL IdentityVerification.swift
[1149/1170] Compiling NIOSSL SSLCertificate.swift
[1150/1170] Compiling NIOSSL SSLCertificateExtensions.swift
[1151/1170] Compiling NIOSSL SSLCertificateName.swift
[1152/1170] Compiling NIOSSL SSLConnection.swift
[1153/1170] Compiling NIOSSL LinuxCABundle.swift
[1154/1170] Compiling NIOSSL NIOSSLClientHandler.swift
[1155/1170] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1156/1170] Compiling NIOSSL NIOSSLHandler.swift
[1157/1170] Compiling NIOSSL SSLContext.swift
[1158/1170] Compiling NIOSSL SSLErrors.swift
[1159/1170] Compiling NIOSSL SSLInit.swift
[1160/1170] Compiling NIOSSL SSLPKCS12Bundle.swift
[1161/1170] Compiling NIOSSL Zeroization.swift
[1162/1170] Compiling NIOSSL TLSConfiguration.swift
[1163/1170] Compiling NIOSSL UniversalBootstrapSupport.swift
[1164/1170] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1165/1171] Wrapping AST for NIOSSL for debugging
[1167/1227] Emitting module Bolt
[1168/1234] Compiling Bolt Auth.swift
[1169/1234] Compiling Bolt BeginExtra.swift
[1170/1234] Compiling Bolt BoltAgent.swift
[1171/1234] Compiling Bolt DiscardExtra.swift
[1172/1234] Compiling Bolt HelloExtra.swift
[1173/1234] Compiling Bolt Mode.swift
[1174/1234] Compiling Bolt PullExtra.swift
[1175/1234] Compiling Bolt RouteExtra.swift
[1176/1234] Compiling Bolt ResponseDecoder.swift
[1177/1234] Compiling Bolt Begin.swift
[1178/1234] Compiling Bolt Commit.swift
[1179/1234] Compiling Bolt Discard.swift
[1180/1234] Compiling Bolt Goodbye.swift
[1181/1234] Compiling Bolt Hello.swift
[1182/1234] Compiling Bolt Logoff.swift
[1183/1234] Compiling Bolt Logon.swift
[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 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 | }
[1193/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 | }
[1194/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 | }
[1195/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 | }
[1196/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 | }
[1197/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 | }
[1198/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 | }
[1199/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 | }
[1200/1234] Compiling Bolt Bolt.swift
[1201/1234] Compiling Bolt BoltConfiguration.swift
[1202/1234] Compiling Bolt BoltConnection.swift
[1203/1234] Compiling Bolt BoltError.swift
[1204/1234] Compiling Bolt ConnectionPool+Bolt.swift
[1205/1234] Compiling Bolt Date.swift
[1206/1234] Compiling Bolt DateTime.swift
[1207/1234] Compiling Bolt DateTimeZoneId.swift
[1208/1234] Compiling Bolt RunExtra.swift
[1209/1234] Compiling Bolt TelemetryAPI.swift
[1210/1234] Compiling Bolt Pull.swift
[1211/1234] Compiling Bolt Reset.swift
[1212/1234] Compiling Bolt Rollback.swift
[1213/1234] Compiling Bolt Route.swift
[1214/1234] Compiling Bolt Run.swift
[1215/1234] Compiling Bolt Telemetry.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/1246] Compiling Neo4J NodeProperties.swift
[1234/1247] Compiling Neo4J Node.swift
[1235/1247] Emitting module Neo4J
[1236/1247] Compiling Neo4J Relationship.swift
[1237/1247] Compiling Neo4J TransactionConnection.swift
[1238/1247] Compiling Neo4J Helper.swift
[1239/1247] Compiling Neo4J Neo4JConfiguration.swift
[1240/1247] Compiling Neo4J Neo4JConnection.swift
[1241/1247] Compiling Neo4J Neo4JError.swift
[1242/1247] Compiling Neo4J ConnectionPool+Neo4J.swift
[1243/1247] Compiling Neo4J Exports.swift
[1244/1248] Wrapping AST for Neo4J for debugging
[1246/1251] Compiling Example Movie.swift
[1247/1251] Emitting module Example
[1248/1251] Compiling Example Example.swift
[1249/1252] Wrapping AST for Example for debugging
[1250/1252] Write Objects.LinkFileList
[1251/1252] Linking Example
Build complete! (383.68s)
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.