Build Information
Successful build of LCLWebSocket, reference 1.1.1 (844bba
), with Swift 6.1 for Linux on 30 Apr 2025 20:27:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Reference: 1.1.1
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/Local-Connectivity-Lab/lcl-websocket
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 844bba7 fix build issue with swift 5.10 (#6)
Cloned https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Revision (git rev-parse @):
844bba7d76147f0cc901271edae57764bdc4ac3b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Local-Connectivity-Lab/lcl-websocket.git at 1.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Local-Connectivity-Lab/lcl-websocket.git
https://github.com/Local-Connectivity-Lab/lcl-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.28.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "LCLWebSocket",
"name" : "LCLWebSocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LCLWebSocket",
"targets" : [
"LCLWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Server",
"targets" : [
"Server"
],
"type" : {
"executable" : null
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "AutobahnServer",
"targets" : [
"AutobahnServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "AutobahnClient",
"targets" : [
"AutobahnClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Server",
"module_type" : "SwiftTarget",
"name" : "Server",
"path" : "Sources/Server",
"product_memberships" : [
"Server"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "LCLWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "LCLWebSocketTests",
"path" : "Tests/LCLWebSocketTests",
"sources" : [
"LCLWebSocketTests.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "test"
},
{
"c99name" : "LCLWebSocket",
"module_type" : "SwiftTarget",
"name" : "LCLWebSocket",
"path" : "Sources/LCLWebSocket",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOWebSocket",
"NIOHTTP1",
"NIOFoundationCompat",
"NIOSSL",
"NIOTransportServices",
"Logging",
"Atomics"
],
"product_memberships" : [
"LCLWebSocket",
"Server",
"Client",
"AutobahnServer",
"AutobahnClient"
],
"sources" : [
"Client/WebSocketClient.swift",
"LCLWebSocket+ChannelInitializer.swift",
"LCLWebSocket+Error.swift",
"LCLWebSocket+EventloopGroup.swift",
"LCLWebSocket.swift",
"LCLWebSocketListenable.swift",
"Server/WebSocketServer.swift",
"Server/WebSocketServerUpgradeConfiguration.swift",
"Utils/LCLWebSocket+ChannelOption.swift",
"Utils/LCLWebSocket+Logging.swift",
"Utils/LCLWebSocket+SocketOption.swift",
"Utils/TimeAmount+Extension.swift",
"WebSocket.swift",
"WebSocketConfiguration.swift",
"WebSocketExtensions/PerMessageDeflateExtension.swift",
"WebSocketExtensions/WebSocketExtension.swift",
"WebSocketExtensions/WebSocketExtensionNegotiationHandler.swift",
"WebSocketHandler.swift",
"WebSocketScheme.swift"
],
"target_dependencies" : [
"CLCLWebSocketZlib"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"sources" : [
"AutobahnClientTest.swift",
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "test"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "CLCLWebSocketZlib",
"module_type" : "ClangTarget",
"name" : "CLCLWebSocketZlib",
"path" : "Sources/CLCLWebSocketZlib",
"product_memberships" : [
"LCLWebSocket",
"Server",
"Client",
"AutobahnServer",
"AutobahnClient"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "AutobahnServer",
"module_type" : "SwiftTarget",
"name" : "AutobahnServer",
"path" : "Sources/AutobahnServer",
"product_memberships" : [
"AutobahnServer"
],
"sources" : [
"AutohahnServer.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "AutobahnClient",
"module_type" : "SwiftTarget",
"name" : "AutobahnClient",
"path" : "Sources/AutobahnClient",
"product_memberships" : [
"AutobahnClient"
],
"sources" : [
"AutobahnClient.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/3836] Fetching swift-log
[845/6455] Fetching swift-log, swift-nio-transport-services
[6341/8160] Fetching swift-log, swift-nio-transport-services, swift-atomics
[8161/83729] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-nio
[9673/98538] Fetching swift-log, swift-nio-transport-services, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[9897/95919] Fetching swift-log, swift-atomics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.54s)
[60707/81110] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.67s)
Fetched https://github.com/apple/swift-log.git from cache (4.67s)
Fetched https://github.com/apple/swift-nio.git from cache (4.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.16s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[4368/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.93s)
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.53s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/465] Compiling CLCLWebSocketZlib empty.c
[1/465] Write swift-version-24593BA9C3E375BF.txt
[1/465] Write sources
[4/465] Compiling a_bitstr.cc
[5/465] Compiling _AtomicsShims.c
[6/465] Compiling a_octet.cc
[6/465] Write sources
[23/465] Compiling CNIOWindows shim.c
[24/465] Compiling a_strex.cc
[25/465] Compiling a_bool.cc
[26/465] Compiling CNIOWindows WSAStartup.c
[27/465] Compiling CNIOWASI CNIOWASI.c
[28/471] Compiling CNIOSHA1 c_nio_sha1.c
[29/493] Compiling CNIOLinux shim.c
[30/493] Compiling a_object.cc
[31/493] Compiling CNIOLinux liburing_shims.c
[32/493] Compiling CNIOLLHTTP c_nio_http.c
[33/493] Compiling CNIOLLHTTP c_nio_api.c
[34/493] Compiling CNIODarwin shim.c
[35/493] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/493] Compiling fiat_p256_adx_sqr.S
[37/493] Compiling fiat_p256_adx_mul.S
[38/493] Compiling fiat_curve25519_adx_square.S
[39/493] Compiling fiat_curve25519_adx_mul.S
[41/493] Emitting module InternalCollectionsUtilities
[42/495] Emitting module _NIODataStructures
[42/495] Compiling CNIOBoringSSLShims shims.c
[43/495] Compiling c-nioatomics.c
[44/495] Compiling tls_record.cc
[45/495] Compiling c-atomics.c
[46/495] Compiling tls_method.cc
[48/501] Compiling _NIODataStructures _TinyArray.swift
[49/501] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/501] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/501] Compiling _NIODataStructures PriorityQueue.swift
[52/501] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[53/501] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[54/501] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[55/501] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/501] Compiling InternalCollectionsUtilities Integer rank.swift
[57/501] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/501] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/501] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/501] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/501] Compiling InternalCollectionsUtilities Specialize.swift
[62/501] Compiling _NIOBase64 Base64.swift
[63/501] Emitting module _NIOBase64
[64/502] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/502] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/502] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/502] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/502] Compiling InternalCollectionsUtilities Debugging.swift
[69/502] Compiling InternalCollectionsUtilities Descriptions.swift
[71/503] Compiling tls13_server.cc
[72/503] Wrapping AST for _NIOBase64 for debugging
[73/514] Wrapping AST for InternalCollectionsUtilities for debugging
[75/518] Compiling NIOConcurrencyHelpers NIOLock.swift
[76/518] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/518] Emitting module Logging
[78/518] Compiling Logging MetadataProvider.swift
[79/518] Compiling Logging Locks.swift
[80/518] Compiling _NIODataStructures Heap.swift
[81/518] Emitting module NIOConcurrencyHelpers
[82/519] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/519] Compiling NIOConcurrencyHelpers atomics.swift
[84/519] Compiling NIOConcurrencyHelpers lock.swift
[85/520] Compiling DequeModule Deque+CustomReflectable.swift
[86/520] Compiling DequeModule Deque+Descriptions.swift
[87/520] Compiling Logging Logging.swift
[88/520] Compiling Logging LogHandler.swift
[88/523] Compiling tls13_enc.cc
[92/523] Compiling tls13_client.cc
[94/523] Compiling DequeModule _DequeBuffer.swift
[95/523] Compiling DequeModule _DequeBufferHeader.swift
[95/523] Wrapping AST for NIOConcurrencyHelpers for debugging
[96/523] Wrapping AST for _NIODataStructures for debugging
[97/523] Wrapping AST for Logging for debugging
[99/523] Compiling DequeModule _DequeSlot.swift
[100/523] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/523] Compiling DequeModule Deque+Extras.swift
[102/523] Compiling DequeModule Deque+Hashable.swift
[103/523] Compiling DequeModule Deque+Equatable.swift
[104/523] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[105/523] Compiling DequeModule Deque+Testing.swift
[106/523] Compiling DequeModule Deque._Storage.swift
[107/523] Compiling DequeModule Deque+Codable.swift
[108/523] Compiling DequeModule Deque+Collection.swift
[109/523] Compiling DequeModule Deque._UnsafeHandle.swift
[110/523] Compiling DequeModule Deque.swift
[110/523] Compiling tls13_both.cc
[112/523] Emitting module DequeModule
[113/524] Compiling ssl_transcript.cc
[114/524] Compiling t1_enc.cc
[115/524] Wrapping AST for DequeModule for debugging
[116/524] Compiling ssl_versions.cc
[117/524] Compiling ssl_stat.cc
[118/524] Compiling ssl_session.cc
[119/524] Compiling ssl_x509.cc
[120/524] Compiling ssl_privkey.cc
[121/524] Compiling ssl_file.cc
[122/524] Compiling ssl_key_share.cc
[123/524] Compiling ssl_cipher.cc
[124/524] Compiling ssl_credential.cc
[125/524] Compiling ssl_buffer.cc
[126/524] Compiling ssl_lib.cc
[127/524] Compiling ssl_cert.cc
[128/524] Compiling ssl_asn1.cc
[129/524] Compiling ssl_aead_ctx.cc
[130/524] Compiling s3_pkt.cc
[131/524] Compiling s3_lib.cc
[132/524] Compiling s3_both.cc
[133/524] Compiling handshake.cc
[134/524] Compiling handshake_client.cc
[135/524] Compiling handshake_server.cc
[136/524] Compiling handoff.cc
[137/524] Compiling dtls_record.cc
[138/524] Compiling dtls_method.cc
[139/524] Compiling encrypted_client_hello.cc
[140/524] Compiling md5-x86_64-linux.S
[141/524] Compiling md5-x86_64-apple.S
[142/524] Compiling md5-586-linux.S
[143/524] Compiling md5-586-apple.S
[144/524] Compiling chacha20_poly1305_x86_64-linux.S
[145/524] Compiling chacha20_poly1305_x86_64-apple.S
[146/524] Compiling chacha20_poly1305_armv8-win.S
[147/524] Compiling chacha20_poly1305_armv8-linux.S
[148/524] Compiling extensions.cc
[149/524] Compiling chacha20_poly1305_armv8-apple.S
[150/524] Compiling err_data.cc
[151/524] Compiling chacha-x86_64-linux.S
[152/524] Compiling chacha-x86_64-apple.S
[153/524] Compiling chacha-x86-linux.S
[154/524] Compiling chacha-x86-apple.S
[155/524] Compiling chacha-armv8-win.S
[156/524] Compiling chacha-armv8-linux.S
[157/524] Compiling chacha-armv8-apple.S
[158/524] Compiling chacha-armv4-linux.S
[159/524] Compiling aes128gcmsiv-x86_64-linux.S
[160/524] Compiling aes128gcmsiv-x86_64-apple.S
[161/524] Compiling x86_64-mont5-apple.S
[162/524] Compiling x86_64-mont5-linux.S
[163/524] Compiling x86_64-mont-linux.S
[164/524] Compiling x86_64-mont-apple.S
[165/524] Compiling x86-mont-linux.S
[166/524] Compiling x86-mont-apple.S
[167/524] Compiling vpaes-x86_64-linux.S
[168/524] Compiling vpaes-x86_64-apple.S
[169/524] Compiling d1_pkt.cc
[170/524] Compiling vpaes-x86-linux.S
[171/524] Compiling d1_srtp.cc
[172/524] Compiling vpaes-x86-apple.S
[173/524] Compiling vpaes-armv8-win.S
[174/524] Compiling vpaes-armv8-apple.S
[175/524] Compiling vpaes-armv7-linux.S
[176/524] Compiling vpaes-armv8-linux.S
[177/524] Compiling sha512-x86_64-linux.S
[178/524] Compiling sha512-armv8-win.S
[179/524] Compiling sha512-x86_64-apple.S
[180/524] Compiling sha512-armv8-linux.S
[181/524] Compiling sha512-armv8-apple.S
[182/524] Compiling bio_ssl.cc
[183/524] Compiling sha512-armv4-linux.S
[184/524] Compiling sha512-586-apple.S
[185/524] Compiling sha512-586-linux.S
[186/524] Compiling sha256-x86_64-apple.S
[187/524] Compiling sha256-x86_64-linux.S
[188/524] Compiling sha256-armv8-win.S
[189/524] Compiling sha256-armv8-linux.S
[190/524] Compiling sha256-armv8-apple.S
[191/524] Compiling d1_lib.cc
[192/524] Compiling sha256-586-linux.S
[193/524] Compiling sha256-armv4-linux.S
[194/524] Compiling sha256-586-apple.S
[195/524] Compiling sha1-x86_64-apple.S
[196/524] Compiling sha1-armv8-win.S
[197/524] Compiling sha1-armv8-linux.S
[198/524] Compiling sha1-x86_64-linux.S
[199/524] Compiling sha1-armv8-apple.S
[200/524] Compiling sha1-armv4-large-linux.S
[201/524] Compiling sha1-586-linux.S
[202/524] Compiling sha1-586-apple.S
[203/524] Compiling rsaz-avx2-linux.S
[204/524] Compiling rsaz-avx2-apple.S
[205/524] Compiling rdrand-x86_64-apple.S
[206/524] Compiling rdrand-x86_64-linux.S
[207/524] Compiling p256_beeu-x86_64-asm-apple.S
[208/524] Compiling p256_beeu-x86_64-asm-linux.S
[209/524] Compiling p256_beeu-armv8-asm-win.S
[210/524] Compiling p256_beeu-armv8-asm-linux.S
[211/524] Compiling p256_beeu-armv8-asm-apple.S
[212/524] Compiling p256-x86_64-asm-apple.S
[213/524] Compiling p256-armv8-asm-win.S
[214/524] Compiling p256-armv8-asm-linux.S
[215/524] Compiling p256-x86_64-asm-linux.S
[216/524] Compiling p256-armv8-asm-apple.S
[217/524] Compiling ghashv8-armv8-win.S
[218/524] Compiling ghashv8-armv8-linux.S
[219/524] Compiling ghashv8-armv8-apple.S
[220/524] Compiling ghash-x86_64-apple.S
[221/524] Compiling ghashv8-armv7-linux.S
[222/524] Compiling ghash-x86_64-linux.S
[223/524] Compiling ghash-x86-linux.S
[224/524] Compiling ghash-x86-apple.S
[225/524] Compiling ghash-ssse3-x86_64-linux.S
[226/524] Compiling ghash-ssse3-x86_64-apple.S
[227/524] Compiling ghash-ssse3-x86-linux.S
[228/524] Compiling ghash-ssse3-x86-apple.S
[229/524] Compiling ghash-neon-armv8-win.S
[230/524] Compiling ghash-neon-armv8-apple.S
[231/524] Compiling ghash-neon-armv8-linux.S
[232/524] Compiling ghash-armv4-linux.S
[233/524] Compiling co-586-apple.S
[234/524] Compiling co-586-linux.S
[235/524] Compiling bn-armv8-win.S
[236/524] Compiling bn-armv8-linux.S
[237/524] Compiling bsaes-armv7-linux.S
[238/524] Compiling bn-armv8-apple.S
[239/524] Compiling bn-586-linux.S
[240/524] Compiling bn-586-apple.S
[241/524] Compiling armv8-mont-win.S
[242/524] Compiling armv8-mont-apple.S
[243/524] Compiling armv8-mont-linux.S
[244/524] Compiling armv4-mont-linux.S
[245/524] Compiling aesv8-gcm-armv8-win.S
[246/524] Compiling aesv8-gcm-armv8-linux.S
[247/524] Compiling aesv8-gcm-armv8-apple.S
[248/524] Compiling aesv8-armv8-win.S
[249/524] Compiling aesv8-armv8-linux.S
[250/524] Compiling aesv8-armv8-apple.S
[251/524] Compiling aesv8-armv7-linux.S
[252/524] Compiling aesni-x86_64-apple.S
[253/524] Compiling aesni-x86_64-linux.S
[254/524] Compiling aesni-x86-linux.S
[255/524] Compiling aesni-x86-apple.S
[256/524] Compiling aesni-gcm-x86_64-apple.S
[257/524] Compiling aesni-gcm-x86_64-linux.S
[258/524] Compiling aes-gcm-avx2-x86_64-linux.S
[259/524] Compiling aes-gcm-avx10-x86_64-linux.S
[260/524] Compiling aes-gcm-avx2-x86_64-apple.S
[261/524] Compiling aes-gcm-avx10-x86_64-apple.S
[262/524] Compiling d1_both.cc
[263/524] Compiling x_val.cc
[264/524] Compiling x_x509a.cc
[265/524] Compiling x_spki.cc
[266/524] Compiling x_sig.cc
[266/524] Compiling x_x509.cc
[268/524] Compiling x_pubkey.cc
[268/524] Compiling x_req.cc
[270/524] Compiling x_name.cc
[271/524] Compiling x_crl.cc
[272/524] Compiling x_attrib.cc
[273/524] Compiling x_algor.cc
[274/524] Compiling x509spki.cc
[274/524] Compiling x_exten.cc
[276/524] Compiling x_all.cc
[277/524] Compiling x509rset.cc
[278/524] Compiling x509name.cc
[279/524] Compiling x509_vpm.cc
[280/524] Compiling x509cset.cc
[281/524] Compiling x509_txt.cc
[282/524] Compiling x509_vfy.cc
[283/524] Compiling x509_v3.cc
[284/524] Compiling x509_trs.cc
[285/524] Compiling x509_set.cc
[286/524] Compiling x509_req.cc
[287/524] Compiling x509_obj.cc
[288/524] Compiling x509_lu.cc
[289/524] Compiling x509_def.cc
[290/524] Compiling x509_ext.cc
[291/524] Compiling x509_d2.cc
[292/524] Compiling x509_cmp.cc
[293/524] Compiling x509.cc
[294/524] Compiling x509_att.cc
[295/524] Compiling v3_prn.cc
[296/524] Compiling v3_skey.cc
[297/524] Compiling v3_utl.cc
[298/524] Compiling v3_purp.cc
[299/524] Compiling v3_pmaps.cc
[300/524] Compiling v3_ocsp.cc
[301/524] Compiling v3_pcons.cc
[302/524] Compiling v3_ncons.cc
[303/524] Compiling v3_int.cc
[304/524] Compiling v3_lib.cc
[305/524] Compiling v3_ia5.cc
[306/524] Compiling v3_info.cc
[307/524] Compiling v3_genn.cc
[308/524] Compiling v3_extku.cc
[309/524] Compiling v3_enum.cc
[310/524] Compiling v3_crld.cc
[311/524] Compiling v3_cpols.cc
[312/524] Compiling v3_bcons.cc
[313/524] Compiling v3_bitst.cc
[314/524] Compiling v3_conf.cc
[315/524] Compiling v3_alt.cc
[316/524] Compiling v3_akeya.cc
[317/524] Compiling v3_akey.cc
[318/524] Compiling t_x509a.cc
[319/524] Compiling i2d_pr.cc
[320/524] Compiling t_x509.cc
[321/524] Compiling t_crl.cc
[322/524] Compiling t_req.cc
[323/524] Compiling rsa_pss.cc
[324/524] Compiling name_print.cc
[325/524] Compiling policy.cc
[326/524] Compiling by_file.cc
[327/524] Compiling by_dir.cc
[328/524] Compiling algorithm.cc
[329/524] Compiling voprf.cc
[330/524] Compiling a_verify.cc
[331/524] Compiling asn1_gen.cc
[332/524] Compiling a_digest.cc
[333/524] Compiling trust_token.cc
[334/524] Compiling a_sign.cc
[335/524] Compiling thread.cc
[336/524] Compiling thread_win.cc
[337/524] Compiling thread_none.cc
[338/524] Compiling thread_pthread.cc
[339/524] Compiling stack.cc
[340/524] Compiling pmbtoken.cc
[341/524] Compiling slhdsa.cc
[342/524] Compiling sha512.cc
[343/524] Compiling siphash.cc
[344/524] Compiling sha256.cc
[345/524] Compiling sha1.cc
[346/524] Compiling spake2plus.cc
[347/524] Compiling rsa_print.cc
[348/524] Compiling rsa_extra.cc
[349/524] Compiling rc4.cc
[350/524] Compiling refcount.cc
[351/524] Compiling windows.cc
[352/524] Compiling rsa_crypt.cc
[353/524] Compiling trusty.cc
[354/524] Compiling rand.cc
[355/524] Compiling urandom.cc
[356/524] Compiling rsa_asn1.cc
[357/524] Compiling ios.cc
[358/524] Compiling getentropy.cc
[359/524] Compiling passive.cc
[360/524] Compiling poly1305_arm_asm.S
[361/524] Compiling deterministic.cc
[362/524] Compiling forkunsafe.cc
[363/524] Compiling fork_detect.cc
[364/524] Compiling poly1305_arm.cc
[365/524] Compiling poly1305.cc
[366/524] Compiling poly1305_vec.cc
[367/524] Compiling pool.cc
[368/524] Compiling pkcs7.cc
[369/524] Compiling pkcs8.cc
[370/524] Compiling pkcs8_x509.cc
[371/524] Compiling p5_pbev2.cc
[372/524] Compiling pkcs7_x509.cc
[373/524] Compiling pem_xaux.cc
[374/524] Compiling pem_x509.cc
[375/524] Compiling pem_pkey.cc
[376/524] Compiling mlkem.cc
[377/524] Compiling pem_pk8.cc
[378/524] Compiling obj_xref.cc
[379/524] Compiling pem_oth.cc
[380/524] Compiling mldsa.cc
[381/524] Compiling pem_info.cc
[382/524] Compiling pem_lib.cc
[383/524] Compiling pem_all.cc
[384/524] Compiling obj.cc
[385/524] Compiling poly_rq_mul.S
[386/524] Compiling fips_shared_support.cc
[387/524] Compiling md5.cc
[387/524] Compiling mem.cc
[389/524] Compiling md4.cc
[390/524] Compiling lhash.cc
[391/524] Compiling hrss.cc
[392/524] Compiling ex_data.cc
[393/524] Compiling sign.cc
[394/524] Compiling kyber.cc
[395/524] Compiling scrypt.cc
[396/524] Compiling hpke.cc
[397/524] Compiling print.cc
[398/524] Compiling pbkdf.cc
[399/524] Compiling p_x25519.cc
[400/524] Compiling p_x25519_asn1.cc
[401/524] Compiling p_rsa_asn1.cc
[402/524] Compiling p_ed25519.cc
[403/524] Compiling p_rsa.cc
[404/524] Compiling p_hkdf.cc
[405/524] Compiling p_ed25519_asn1.cc
[406/524] Compiling p_ec_asn1.cc
[407/524] Compiling p_ec.cc
[408/524] Compiling p_dh.cc
[409/524] Compiling p_dh_asn1.cc
[410/524] Compiling evp_ctx.cc
[411/524] Compiling p_dsa_asn1.cc
[412/524] Compiling evp.cc
[413/524] Compiling err.cc
[414/524] Compiling engine.cc
[415/524] Compiling evp_asn1.cc
[416/524] Compiling ecdh.cc
[417/524] Compiling ecdsa_asn1.cc
[418/524] Compiling hash_to_curve.cc
[419/524] Compiling ec_derive.cc
[420/524] Compiling dsa.cc
[421/524] Compiling ec_asn1.cc
[422/524] Compiling dsa_asn1.cc
[423/524] Compiling params.cc
[424/524] Compiling x25519-asm-arm.S
[425/524] Compiling des.cc
[426/524] Compiling digest_extra.cc
[427/524] Compiling dh_asn1.cc
[428/524] Compiling crypto.cc
[429/524] Compiling spake25519.cc
[430/524] Compiling cpu_intel.cc
[431/524] Compiling cpu_arm_linux.cc
[432/524] Compiling curve25519.cc
[433/524] Compiling cpu_arm_freebsd.cc
[434/524] Compiling cpu_aarch64_win.cc
[435/524] Compiling cpu_aarch64_openbsd.cc
[436/524] Compiling bcm.cc
[437/524] Compiling cpu_aarch64_linux.cc
[438/524] Compiling cpu_aarch64_sysreg.cc
[439/524] Compiling cpu_aarch64_fuchsia.cc
[440/524] Compiling curve25519_64_adx.cc
[441/524] Compiling cpu_aarch64_apple.cc
[442/524] Compiling tls_cbc.cc
[443/524] Compiling conf.cc
[444/524] Compiling get_cipher.cc
[445/524] Compiling e_rc4.cc
[446/524] Compiling e_tls.cc
[447/524] Compiling e_null.cc
[448/524] Compiling e_rc2.cc
[449/524] Compiling e_des.cc
[450/524] Compiling derive_key.cc
[451/524] Compiling e_chacha20poly1305.cc
[452/524] Compiling e_aesctrhmac.cc
[453/524] Compiling e_aesgcmsiv.cc
[454/524] Compiling chacha.cc
[455/524] Compiling unicode.cc
[456/524] Compiling cbb.cc
[457/524] Compiling buf.cc
[458/524] Compiling cbs.cc
[459/524] Compiling ber.cc
[460/524] Compiling bn_asn1.cc
[461/524] Compiling asn1_compat.cc
[462/524] Compiling blake2.cc
[463/524] Compiling convert.cc
[464/524] Compiling socket.cc
[465/524] Compiling printf.cc
[466/524] Compiling socket_helper.cc
[467/524] Compiling pair.cc
[468/524] Compiling hexdump.cc
[469/524] Compiling file.cc
[470/524] Compiling errno.cc
[471/524] Compiling fd.cc
[472/524] Compiling connect.cc
[473/524] Compiling bio_mem.cc
[474/524] Compiling base64.cc
[475/524] Compiling bio.cc
[476/524] Compiling tasn_typ.cc
[477/524] Compiling tasn_fre.cc
[478/524] Compiling tasn_enc.cc
[479/524] Compiling f_string.cc
[480/524] Compiling posix_time.cc
[481/524] Compiling tasn_utl.cc
[482/524] Compiling tasn_new.cc
[483/524] Compiling f_int.cc
[484/524] Compiling asn_pack.cc
[485/524] Compiling tasn_dec.cc
[486/524] Compiling asn1_par.cc
[487/524] Compiling a_utctm.cc
[488/524] Compiling a_type.cc
[489/524] Compiling a_time.cc
[490/524] Compiling asn1_lib.cc
[491/524] Write sources
[494/524] Compiling a_i2d_fp.cc
[495/524] Compiling a_mbstr.cc
[496/524] Compiling a_strnid.cc
[497/543] Compiling a_int.cc
[498/543] Compiling a_dup.cc
[499/543] Compiling a_d2i_fp.cc
[501/543] Compiling Atomics Primitives.shims.swift
[502/543] Compiling Atomics AtomicInteger.swift
[503/543] Compiling Atomics AtomicOptionalWrappable.swift
[504/543] Compiling Atomics ManagedAtomic.swift
[505/543] Compiling Atomics ManagedAtomicLazyReference.swift
[506/545] Compiling Atomics UnsafeAtomic.swift
[507/545] Compiling Atomics UnsafeAtomicLazyReference.swift
[507/545] Compiling a_gentm.cc
[509/545] Compiling Atomics OptionalRawRepresentable.swift
[510/545] Compiling Atomics RawRepresentable.swift
[511/545] Compiling Atomics AtomicBool.swift
[512/545] Compiling Atomics AtomicMemoryOrderings.swift
[513/545] Compiling Atomics DoubleWord.swift
[514/545] Compiling Atomics AtomicReference.swift
[515/545] Compiling Atomics AtomicStorage.swift
[516/545] Compiling Atomics AtomicValue.swift
[517/545] Compiling Atomics IntegerOperations.swift
[518/545] Compiling Atomics Unmanaged extensions.swift
[519/545] Emitting module Atomics
[520/545] Compiling Atomics IntegerConformances.swift
[521/545] Compiling Atomics PointerConformances.swift
[522/545] Compiling Atomics Primitives.native.swift
[523/546] Wrapping AST for Atomics for debugging
[525/605] Compiling NIOCore MarkedCircularBuffer.swift
[526/605] Compiling NIOCore MulticastChannel.swift
[527/605] Compiling NIOCore NIOAny.swift
[528/605] Compiling NIOCore NIOCloseOnErrorHandler.swift
[529/605] Compiling NIOCore NIOLoopBound.swift
[530/605] Compiling NIOCore NIOScheduledCallback.swift
[531/605] Compiling NIOCore NIOSendable.swift
[532/605] Compiling NIOCore RecvByteBufferAllocator.swift
[533/613] Compiling NIOCore ChannelPipeline.swift
[534/613] Compiling NIOCore CircularBuffer.swift
[535/613] Compiling NIOCore Codec.swift
[536/613] Compiling NIOCore ConvenienceOptionSupport.swift
[537/613] Compiling NIOCore DeadChannel.swift
[538/613] Compiling NIOCore DispatchQueue+WithFuture.swift
[539/613] Compiling NIOCore EventLoop+Deprecated.swift
[540/613] Compiling NIOCore EventLoop+SerialExecutor.swift
[541/613] Compiling NIOCore GlobalSingletons.swift
[542/613] Compiling NIOCore IO.swift
[543/613] Compiling NIOCore IOData.swift
[544/613] Compiling NIOCore IPProtocol.swift
[545/613] Compiling NIOCore IntegerBitPacking.swift
[546/613] Compiling NIOCore IntegerTypes.swift
[547/613] Compiling NIOCore Interfaces.swift
[548/613] Compiling NIOCore Linux.swift
[549/613] Compiling NIOCore EventLoop.swift
[550/613] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[551/613] Compiling NIOCore EventLoopFuture+Deprecated.swift
[552/613] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[553/613] Compiling NIOCore EventLoopFuture.swift
[554/613] Compiling NIOCore FileDescriptor.swift
[555/613] Compiling NIOCore FileHandle.swift
[556/613] Compiling NIOCore FileRegion.swift
[557/613] Compiling NIOCore AddressedEnvelope.swift
[558/613] Compiling NIOCore AsyncAwaitSupport.swift
[559/613] Compiling NIOCore AsyncChannel.swift
[560/613] Compiling NIOCore AsyncChannelHandler.swift
[561/613] Compiling NIOCore AsyncChannelInboundStream.swift
[562/613] Compiling NIOCore AsyncChannelOutboundWriter.swift
[563/613] Compiling NIOCore NIOAsyncSequenceProducer.swift
[564/613] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[565/613] Compiling NIOCore NIOAsyncWriter.swift
[566/613] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[567/613] Compiling NIOCore SocketAddresses.swift
[568/613] Compiling NIOCore SocketOptionProvider.swift
[569/613] Compiling NIOCore SystemCallHelpers.swift
[570/613] Compiling NIOCore TimeAmount+Duration.swift
[571/613] Compiling NIOCore TypeAssistedChannelHandler.swift
[572/613] Compiling NIOCore UniversalBootstrapSupport.swift
[573/613] Compiling NIOCore Utilities.swift
[574/613] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[575/613] Compiling NIOCore BSDSocketAPI.swift
[576/613] Compiling NIOCore ByteBuffer-aux.swift
[577/613] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[578/613] Compiling NIOCore ByteBuffer-conversions.swift
[579/613] Compiling NIOCore ByteBuffer-core.swift
[580/613] Compiling NIOCore ByteBuffer-hex.swift
[581/613] Compiling NIOCore ByteBuffer-int.swift
[582/613] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[583/613] Compiling NIOCore ByteBuffer-multi-int.swift
[584/613] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[585/613] Compiling NIOCore ByteBuffer-views.swift
[586/613] Compiling NIOCore Channel.swift
[587/613] Compiling NIOCore ChannelHandler.swift
[588/613] Compiling NIOCore ChannelHandlers.swift
[589/613] Compiling NIOCore ChannelInvoker.swift
[590/613] Compiling NIOCore ChannelOption.swift
[591/613] Emitting module NIOCore
[592/614] Wrapping AST for NIOCore for debugging
[594/665] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[595/665] Compiling NIOEmbedded Embedded.swift
[596/665] Compiling NIOEmbedded AsyncTestingChannel.swift
[597/665] Emitting module NIOEmbedded
[598/666] Wrapping AST for NIOEmbedded for debugging
[600/666] Emitting module NIOPosix
[601/672] Compiling NIOPosix ThreadPosix.swift
[602/672] Compiling NIOPosix ThreadWindows.swift
[603/672] Compiling NIOPosix UnsafeTransfer.swift
[604/672] Compiling NIOPosix Utilities.swift
[605/672] Compiling NIOPosix VsockAddress.swift
[606/672] Compiling NIOPosix VsockChannelEvents.swift
[607/672] Compiling NIOPosix SelectableChannel.swift
[608/672] Compiling NIOPosix SelectableEventLoop.swift
[609/672] Compiling NIOPosix SelectorEpoll.swift
[610/672] Compiling NIOPosix SelectorGeneric.swift
[611/672] Compiling NIOPosix SelectorKqueue.swift
[612/672] Compiling NIOPosix SelectorUring.swift
[613/672] Compiling NIOPosix PooledRecvBufferAllocator.swift
[614/672] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[615/672] Compiling NIOPosix PosixSingletons.swift
[616/672] Compiling NIOPosix RawSocketBootstrap.swift
[617/672] Compiling NIOPosix Resolver.swift
[618/672] Compiling NIOPosix Selectable.swift
[619/672] Compiling NIOPosix ServerSocket.swift
[620/672] Compiling NIOPosix Socket.swift
[621/672] Compiling NIOPosix SocketChannel.swift
[622/672] Compiling NIOPosix SocketProtocols.swift
[623/672] Compiling NIOPosix System.swift
[624/672] Compiling NIOPosix Thread.swift
[625/672] Compiling NIOPosix BSDSocketAPICommon.swift
[626/672] Compiling NIOPosix BSDSocketAPIPosix.swift
[627/672] Compiling NIOPosix BSDSocketAPIWindows.swift
[628/672] Compiling NIOPosix BaseSocket.swift
[629/672] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[630/672] Compiling NIOPosix BaseSocketChannel.swift
[631/672] Compiling NIOPosix BaseStreamSocketChannel.swift
[632/672] Compiling NIOPosix Bootstrap.swift
[633/672] Compiling NIOPosix ControlMessage.swift
[634/672] Compiling NIOPosix DatagramVectorReadManager.swift
[635/672] Compiling NIOPosix Errors+Any.swift
[636/672] Compiling NIOPosix FileDescriptor.swift
[637/672] Compiling NIOPosix GetaddrinfoResolver.swift
[638/672] Compiling NIOPosix HappyEyeballs.swift
[639/672] Compiling NIOPosix NIOThreadPool.swift
[640/672] Compiling NIOPosix NonBlockingFileIO.swift
[641/672] Compiling NIOPosix PendingDatagramWritesManager.swift
[642/672] Compiling NIOPosix PendingWritesManager.swift
[643/672] Compiling NIOPosix PipeChannel.swift
[644/672] Compiling NIOPosix PipePair.swift
[645/672] Compiling NIOPosix Pool.swift
[646/672] Compiling NIOPosix IO.swift
[647/672] Compiling NIOPosix IntegerBitPacking.swift
[648/672] Compiling NIOPosix IntegerTypes.swift
[649/672] Compiling NIOPosix Linux.swift
[650/672] Compiling NIOPosix LinuxCPUSet.swift
[651/672] Compiling NIOPosix LinuxUring.swift
[652/672] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[653/673] Wrapping AST for NIOPosix for debugging
[655/675] Compiling NIO Exports.swift
[656/675] Emitting module NIO
[657/676] Wrapping AST for NIO for debugging
[659/703] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[660/703] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[661/705] Compiling NIOTLS TLSEvents.swift
[662/705] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[663/705] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[664/705] Emitting module NIOTLS
[665/705] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[666/705] Compiling NIOTLS SNIHandler.swift
[668/706] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[669/706] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[669/706] Wrapping AST for NIOTLS for debugging
[671/706] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[672/706] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[673/735] Compiling NIOSSL NIOSSLHandler.swift
[674/735] Compiling NIOSSL SSLPublicKey.swift
[675/735] Compiling NIOSSL ObjectIdentifier.swift
[676/735] Compiling NIOSSL PosixPort.swift
[677/735] Compiling NIOSSL SSLCallbacks.swift
[678/735] Compiling NIOSSL SSLCertificate.swift
[679/735] Compiling NIOSSL SSLContext.swift
[680/735] Compiling NIOSSL LinuxCABundle.swift
[681/735] Emitting module NIOHTTP1
[682/735] Compiling NIOSSL AndroidCABundle.swift
[683/735] Compiling NIOSSL ByteBufferBIO.swift
[684/735] Compiling NIOSSL CustomPrivateKey.swift
[685/736] Wrapping AST for NIOHTTP1 for debugging
[688/746] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[689/746] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[690/746] Compiling NIOSSL SubjectAlternativeName.swift
[691/746] Compiling NIOWebSocket WebSocketOpcode.swift
[692/750] Compiling NIOSSL NIOSSLSecureBytes.swift
[693/750] Compiling NIOSSL RNG.swift
[694/750] Compiling NIOSSL SafeCompare.swift
[695/750] Compiling NIOSSL Zeroization.swift
[696/750] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[697/750] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[698/750] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[699/750] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[700/750] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[701/750] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[702/750] Compiling NIOWebSocket SHA1.swift
[703/750] Emitting module NIOFoundationCompat
[704/750] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[705/751] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[706/751] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[707/751] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[708/751] Emitting module NIOSSL
[712/751] Emitting module NIOWebSocket
[715/751] Compiling NIOWebSocket WebSocketFrame.swift
[716/751] Compiling NIOWebSocket WebSocketErrorCodes.swift
[717/752] Compiling NIOSSL NIOSSLServerHandler.swift
[721/752] Compiling NIOSSL SSLErrors.swift
[722/752] Compiling NIOSSL SSLInit.swift
[723/752] Compiling NIOSSL SSLPKCS12Bundle.swift
[724/752] Compiling NIOSSL SSLPrivateKey.swift
[726/752] Compiling NIOSSL NIOSSLClientHandler.swift
[727/752] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[728/752] Wrapping AST for NIOFoundationCompat for debugging
[731/752] Compiling NIOSSL SSLCertificateExtensions.swift
[732/752] Compiling NIOSSL SSLConnection.swift
[734/752] Wrapping AST for NIOWebSocket for debugging
[736/752] Compiling NIOSSL TLSConfiguration.swift
[737/752] Compiling NIOSSL UniversalBootstrapSupport.swift
[738/752] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[739/753] Wrapping AST for NIOSSL for debugging
[741/771] Compiling LCLWebSocket TimeAmount+Extension.swift
[742/771] Compiling LCLWebSocket WebSocket.swift
[743/773] Compiling LCLWebSocket WebSocketClient.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:301:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
291 | /// Shutdown the WebSocket client.
292 | /// - Parameter callback: callback function that will be invoked when an error occurred during shutdown
293 | public func shutdown(_ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
294 | let (exchanged, _) = self.isShutdown.compareExchange(
295 | expected: false,
:
299 |
300 | if exchanged {
301 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
302 | } else {
303 | logger.info("WebSocket client already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:349:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 | with configuration: LCLWebSocket.Configuration,
332 | resolvedAddress: SocketAddress,
333 | channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'channelInitializer' is implicitly non-sendable
334 | ) -> EventLoopFuture<Channel> {
335 |
:
347 | .channelOption(.socketOption(.so_rcvbuf), value: configuration.socketReceiveBufferSize)
348 | .connectTimeout(configuration.connectionTimeout)
349 | .channelInitializer(channelInitializer)
| `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
350 | .connect(to: resolvedAddress)
351 | }
[744/773] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:301:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
291 | /// Shutdown the WebSocket client.
292 | /// - Parameter callback: callback function that will be invoked when an error occurred during shutdown
293 | public func shutdown(_ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
294 | let (exchanged, _) = self.isShutdown.compareExchange(
295 | expected: false,
:
299 |
300 | if exchanged {
301 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
302 | } else {
303 | logger.info("WebSocket client already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:349:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 | with configuration: LCLWebSocket.Configuration,
332 | resolvedAddress: SocketAddress,
333 | channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'channelInitializer' is implicitly non-sendable
334 | ) -> EventLoopFuture<Channel> {
335 |
:
347 | .channelOption(.socketOption(.so_rcvbuf), value: configuration.socketReceiveBufferSize)
348 | .connectTimeout(configuration.connectionTimeout)
349 | .channelInitializer(channelInitializer)
| `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
350 | .connect(to: resolvedAddress)
351 | }
[745/773] Compiling LCLWebSocket LCLWebSocket+Error.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: type 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:263:52: warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
261 | upgraders: [upgrader],
262 | completionHandler: { channel in
263 | channel.pipeline.removeHandler(httpUpgradeHandler, promise: nil)
| `- warning: capture of 'httpUpgradeHandler' with non-sendable type 'HTTPUpgradeHandler' in a '@Sendable' closure; this is an error in the Swift 6 language mode
264 | }
265 | )
:
655 | #endif
656 |
657 | private final class HTTPUpgradeHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeHandler' does not conform to the 'Sendable' protocol
658 | typealias InboundIn = HTTPClientResponsePart
659 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:301:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
291 | /// Shutdown the WebSocket client.
292 | /// - Parameter callback: callback function that will be invoked when an error occurred during shutdown
293 | public func shutdown(_ callback: @escaping (Error?) -> Void) {
| `- note: parameter 'callback' is implicitly non-sendable
294 | let (exchanged, _) = self.isShutdown.compareExchange(
295 | expected: false,
:
299 |
300 | if exchanged {
301 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
302 | } else {
303 | logger.info("WebSocket client already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Client/WebSocketClient.swift:349:37: warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
331 | with configuration: LCLWebSocket.Configuration,
332 | resolvedAddress: SocketAddress,
333 | channelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'channelInitializer' is implicitly non-sendable
334 | ) -> EventLoopFuture<Channel> {
335 |
:
347 | .channelOption(.socketOption(.so_rcvbuf), value: configuration.socketReceiveBufferSize)
348 | .connectTimeout(configuration.connectionTimeout)
349 | .channelInitializer(channelInitializer)
| `- warning: passing non-sendable parameter 'channelInitializer' to function expecting a @Sendable closure
350 | .connect(to: resolvedAddress)
351 | }
[746/773] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[747/773] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[748/773] Compiling LCLWebSocket WebSocketExtension.swift
[749/773] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[750/773] Compiling LCLWebSocket WebSocketServer.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:166:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
156 | /// - Parameters:
157 | /// - callback: callback function that will be invoked when an error occurred during shutdown
158 | public func shutdown(_ callback: @escaping ((Error?) -> Void)) {
| `- note: parameter 'callback' is implicitly non-sendable
159 | let (exchanged, _) = self.isShutdown.compareExchange(
160 | expected: false,
:
164 | if exchanged {
165 | logger.info("WebSocket server is shutting down ...")
166 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
167 | } else {
168 | logger.info("WebSocket server already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 | with configuration: LCLWebSocket.Configuration,
282 | resolvedAddress: SocketAddress,
283 | childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 | ) -> EventLoopFuture<Channel> {
285 |
:
317 | return channel.eventLoop.makeSucceededVoidFuture()
318 | }
319 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 | .bind(to: resolvedAddress)
321 | }
[751/773] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:166:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
156 | /// - Parameters:
157 | /// - callback: callback function that will be invoked when an error occurred during shutdown
158 | public func shutdown(_ callback: @escaping ((Error?) -> Void)) {
| `- note: parameter 'callback' is implicitly non-sendable
159 | let (exchanged, _) = self.isShutdown.compareExchange(
160 | expected: false,
:
164 | if exchanged {
165 | logger.info("WebSocket server is shutting down ...")
166 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
167 | } else {
168 | logger.info("WebSocket server already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 | with configuration: LCLWebSocket.Configuration,
282 | resolvedAddress: SocketAddress,
283 | childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 | ) -> EventLoopFuture<Channel> {
285 |
:
317 | return channel.eventLoop.makeSucceededVoidFuture()
318 | }
319 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 | .bind(to: resolvedAddress)
321 | }
[752/773] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:166:52: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
156 | /// - Parameters:
157 | /// - callback: callback function that will be invoked when an error occurred during shutdown
158 | public func shutdown(_ callback: @escaping ((Error?) -> Void)) {
| `- note: parameter 'callback' is implicitly non-sendable
159 | let (exchanged, _) = self.isShutdown.compareExchange(
160 | expected: false,
:
164 | if exchanged {
165 | logger.info("WebSocket server is shutting down ...")
166 | self.eventloopGroup.shutdownGracefully(callback)
| `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
167 | } else {
168 | logger.info("WebSocket server already shutdown")
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 | with configuration: LCLWebSocket.Configuration,
282 | resolvedAddress: SocketAddress,
283 | childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 | ) -> EventLoopFuture<Channel> {
285 |
:
317 | return channel.eventLoop.makeSucceededVoidFuture()
318 | }
319 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 | .bind(to: resolvedAddress)
321 | }
[753/773] Emitting module LCLWebSocket
/host/spi-builder-workspace/Sources/LCLWebSocket/Server/WebSocketServer.swift:319:42: warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
281 | with configuration: LCLWebSocket.Configuration,
282 | resolvedAddress: SocketAddress,
283 | childChannelInitializer: @escaping (Channel) -> EventLoopFuture<Void>
| `- note: parameter 'childChannelInitializer' is implicitly non-sendable
284 | ) -> EventLoopFuture<Channel> {
285 |
:
317 | return channel.eventLoop.makeSucceededVoidFuture()
318 | }
319 | .childChannelInitializer(childChannelInitializer)
| `- warning: passing non-sendable parameter 'childChannelInitializer' to function expecting a @Sendable closure
320 | .bind(to: resolvedAddress)
321 | }
[754/773] Compiling LCLWebSocket WebSocketConfiguration.swift
[755/773] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[756/773] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[757/773] Compiling LCLWebSocket LCLWebSocket.swift
[758/773] Compiling LCLWebSocket LCLWebSocketListenable.swift
[759/773] Compiling LCLWebSocket WebSocketHandler.swift
[760/773] Compiling LCLWebSocket WebSocketScheme.swift
[761/778] Wrapping AST for LCLWebSocket for debugging
[763/782] Emitting module Server
[764/782] Compiling Server main.swift
[765/782] Emitting module Client
[766/782] Compiling Client main.swift
[769/784] Emitting module AutobahnServer
[770/784] Compiling AutobahnServer AutohahnServer.swift
[771/784] Emitting module AutobahnClient
[772/784] Compiling AutobahnClient AutobahnClient.swift
[774/786] Wrapping AST for Client for debugging
[775/786] Wrapping AST for Server for debugging
[776/786] Write Objects.LinkFileList
[778/786] Wrapping AST for AutobahnClient for debugging
[779/786] Write Objects.LinkFileList
[780/786] Wrapping AST for AutobahnServer for debugging
[781/786] Write Objects.LinkFileList
[782/786] Linking Server
[783/786] Linking AutobahnServer
[784/786] Linking AutobahnClient
[785/786] Linking Client
Build complete! (91.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.28.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "LCLWebSocket",
"name" : "LCLWebSocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "LCLWebSocket",
"targets" : [
"LCLWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Server",
"targets" : [
"Server"
],
"type" : {
"executable" : null
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "AutobahnServer",
"targets" : [
"AutobahnServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "AutobahnClient",
"targets" : [
"AutobahnClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Server",
"module_type" : "SwiftTarget",
"name" : "Server",
"path" : "Sources/Server",
"product_memberships" : [
"Server"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "LCLWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "LCLWebSocketTests",
"path" : "Tests/LCLWebSocketTests",
"sources" : [
"LCLWebSocketTests.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "test"
},
{
"c99name" : "LCLWebSocket",
"module_type" : "SwiftTarget",
"name" : "LCLWebSocket",
"path" : "Sources/LCLWebSocket",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOWebSocket",
"NIOHTTP1",
"NIOFoundationCompat",
"NIOSSL",
"NIOTransportServices",
"Logging",
"Atomics"
],
"product_memberships" : [
"LCLWebSocket",
"Server",
"Client",
"AutobahnServer",
"AutobahnClient"
],
"sources" : [
"Client/WebSocketClient.swift",
"LCLWebSocket+ChannelInitializer.swift",
"LCLWebSocket+Error.swift",
"LCLWebSocket+EventloopGroup.swift",
"LCLWebSocket.swift",
"LCLWebSocketListenable.swift",
"Server/WebSocketServer.swift",
"Server/WebSocketServerUpgradeConfiguration.swift",
"Utils/LCLWebSocket+ChannelOption.swift",
"Utils/LCLWebSocket+Logging.swift",
"Utils/LCLWebSocket+SocketOption.swift",
"Utils/TimeAmount+Extension.swift",
"WebSocket.swift",
"WebSocketConfiguration.swift",
"WebSocketExtensions/PerMessageDeflateExtension.swift",
"WebSocketExtensions/WebSocketExtension.swift",
"WebSocketExtensions/WebSocketExtensionNegotiationHandler.swift",
"WebSocketHandler.swift",
"WebSocketScheme.swift"
],
"target_dependencies" : [
"CLCLWebSocketZlib"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"sources" : [
"AutobahnClientTest.swift",
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "test"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "CLCLWebSocketZlib",
"module_type" : "ClangTarget",
"name" : "CLCLWebSocketZlib",
"path" : "Sources/CLCLWebSocketZlib",
"product_memberships" : [
"LCLWebSocket",
"Server",
"Client",
"AutobahnServer",
"AutobahnClient"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "AutobahnServer",
"module_type" : "SwiftTarget",
"name" : "AutobahnServer",
"path" : "Sources/AutobahnServer",
"product_memberships" : [
"AutobahnServer"
],
"sources" : [
"AutohahnServer.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
},
{
"c99name" : "AutobahnClient",
"module_type" : "SwiftTarget",
"name" : "AutobahnClient",
"path" : "Sources/AutobahnClient",
"product_memberships" : [
"AutobahnClient"
],
"sources" : [
"AutobahnClient.swift"
],
"target_dependencies" : [
"LCLWebSocket"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.