Build Information
Successful build of LCLWebSocket, reference main (844bba
), with Swift 6.0 for Linux on 23 Feb 2025 08:41:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/lcl-websocket.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/Local-Connectivity-Lab/lcl-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3765] Fetching swift-log
[1395/5334] Fetching swift-log, swift-atomics
[1772/7652] Fetching swift-log, swift-atomics, swift-nio-transport-services
[7653/81379] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio
[13552/95805] Fetching swift-log, swift-atomics, swift-nio-transport-services, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.18s)
[76542/94236] Fetching swift-log, swift-nio-transport-services, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.21s)
[62853/79810] Fetching swift-log, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.03s)
Fetched https://github.com/apple/swift-log.git from cache (6.03s)
Fetched https://github.com/apple/swift-nio.git from cache (6.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.99s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4148] Fetching swift-system
[2324/19816] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.32s)
[2821/15668] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.47s)
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.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.23.1
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.29.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/465] Compiling a_i2d_fp.cc
[1/465] Write sources
[3/465] Compiling a_dup.cc
[4/465] Write sources
[20/465] Write swift-version-24593BA9C3E375BF.txt
[21/465] Compiling CNIOWindows shim.c
[21/465] Compiling _AtomicsShims.c
[23/465] Compiling CNIOWindows WSAStartup.c
[24/465] Compiling a_bool.cc
[25/465] Compiling a_bitstr.cc
[26/465] Compiling a_d2i_fp.cc
[27/465] Compiling a_gentm.cc
[28/465] Compiling CNIOWASI CNIOWASI.c
[29/465] Compiling CNIOLinux liburing_shims.c
[30/465] Compiling CNIOSHA1 c_nio_sha1.c
[31/465] Compiling CNIOLLHTTP c_nio_http.c
[32/465] Compiling CNIOLinux shim.c
[33/465] Compiling CNIODarwin shim.c
[34/465] Compiling CNIOLLHTTP c_nio_api.c
[35/474] Compiling fiat_p256_adx_sqr.S
[36/493] Compiling fiat_p256_adx_mul.S
[37/493] Compiling fiat_curve25519_adx_square.S
[38/493] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/493] Compiling fiat_curve25519_adx_mul.S
[40/493] Compiling CNIOBoringSSLShims shims.c
[42/493] Emitting module Logging
[43/493] Emitting module InternalCollectionsUtilities
[43/495] Compiling tls_record.cc
[44/495] Compiling tls_method.cc
[45/495] Compiling tls13_server.cc
[46/495] Compiling c-nioatomics.c
[47/495] Compiling tls13_enc.cc
[48/495] Compiling tls13_client.cc
[49/495] Compiling tls13_both.cc
[50/495] Compiling t1_enc.cc
[51/495] Compiling ssl_versions.cc
[52/495] Compiling ssl_x509.cc
[53/495] Compiling ssl_transcript.cc
[55/495] Compiling _NIODataStructures _TinyArray.swift
[56/495] Compiling InternalCollectionsUtilities Debugging.swift
[57/495] Compiling InternalCollectionsUtilities Descriptions.swift
[57/495] Compiling ssl_stat.cc
[59/495] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/495] Compiling InternalCollectionsUtilities Specialize.swift
[61/495] Compiling _NIODataStructures PriorityQueue.swift
[62/495] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/495] Compiling InternalCollectionsUtilities Integer rank.swift
[64/495] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/495] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/495] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/495] Emitting module _NIOBase64
[68/495] Compiling _NIOBase64 Base64.swift
[69/496] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/496] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/496] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[74/496] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[75/496] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[76/496] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/496] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[79/497] Wrapping AST for _NIOBase64 for debugging
[81/512] Compiling Logging MetadataProvider.swift
[82/512] Compiling DequeModule Deque+CustomReflectable.swift
[83/512] Compiling DequeModule Deque+Descriptions.swift
[84/512] Emitting module _NIODataStructures
[85/514] Compiling _NIODataStructures Heap.swift
[86/515] Compiling Logging Logging.swift
[87/515] Compiling Logging Locks.swift
[88/515] Compiling Logging LogHandler.swift
[89/516] Compiling DequeModule _DequeBuffer.swift
[90/516] Compiling DequeModule _DequeBufferHeader.swift
[93/516] Compiling DequeModule Deque+Equatable.swift
[94/516] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/516] Wrapping AST for InternalCollectionsUtilities for debugging
[95/516] Wrapping AST for _NIODataStructures for debugging
[97/516] Compiling DequeModule Deque+Extras.swift
[98/516] Compiling DequeModule Deque+Hashable.swift
[98/516] Wrapping AST for Logging for debugging
[99/516] Compiling ssl_privkey.cc
[101/516] Compiling DequeModule _DequeSlot.swift
[102/516] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/516] Compiling ssl_session.cc
[103/516] Compiling ssl_file.cc
[104/516] Compiling ssl_key_share.cc
[106/516] Compiling DequeModule Deque+Testing.swift
[107/516] Compiling DequeModule Deque._Storage.swift
[108/516] Compiling DequeModule Deque._UnsafeHandle.swift
[109/516] Compiling DequeModule Deque.swift
[110/516] Compiling DequeModule Deque+Codable.swift
[111/516] Compiling DequeModule Deque+Collection.swift
[111/516] Compiling ssl_lib.cc
[113/516] Emitting module DequeModule
[114/517] Compiling ssl_cipher.cc
[115/517] Compiling ssl_credential.cc
[116/517] Compiling ssl_buffer.cc
[117/517] Compiling ssl_cert.cc
[118/517] Wrapping AST for DequeModule for debugging
[119/517] Compiling ssl_aead_ctx.cc
[120/517] Compiling ssl_asn1.cc
[121/517] Compiling s3_pkt.cc
[122/517] Compiling s3_both.cc
[123/517] Compiling s3_lib.cc
[124/517] Compiling handshake.cc
[125/517] Compiling handshake_client.cc
[126/517] Compiling handshake_server.cc
[127/517] Compiling handoff.cc
[128/517] Compiling encrypted_client_hello.cc
[129/517] Compiling extensions.cc
[130/517] Compiling md5-x86_64-linux.S
[131/517] Compiling md5-x86_64-apple.S
[132/517] Compiling md5-586-linux.S
[133/517] Compiling md5-586-apple.S
[134/517] Compiling err_data.cc
[135/517] Compiling dtls_record.cc
[136/517] Compiling chacha20_poly1305_x86_64-apple.S
[137/517] Compiling chacha20_poly1305_x86_64-linux.S
[138/517] Compiling dtls_method.cc
[139/517] Compiling chacha20_poly1305_armv8-win.S
[140/517] Compiling chacha20_poly1305_armv8-apple.S
[141/517] Compiling chacha20_poly1305_armv8-linux.S
[142/517] Compiling chacha-x86_64-linux.S
[143/517] Compiling chacha-x86_64-apple.S
[144/517] Compiling chacha-x86-linux.S
[145/517] Compiling bio_ssl.cc
[146/517] Compiling chacha-armv8-win.S
[147/517] Compiling d1_srtp.cc
[148/517] Compiling chacha-x86-apple.S
[149/517] Compiling chacha-armv8-apple.S
[150/517] Compiling chacha-armv4-linux.S
[151/517] Compiling chacha-armv8-linux.S
[152/517] Compiling aes128gcmsiv-x86_64-apple.S
[153/517] Compiling aes128gcmsiv-x86_64-linux.S
[154/517] Compiling x86_64-mont5-apple.S
[155/517] Compiling x86_64-mont5-linux.S
[156/517] Compiling x86_64-mont-linux.S
[157/517] Compiling x86-mont-linux.S
[158/517] Compiling x86_64-mont-apple.S
[159/517] Compiling x86-mont-apple.S
[160/517] Compiling vpaes-x86_64-apple.S
[161/517] Compiling vpaes-x86_64-linux.S
[162/517] Compiling vpaes-x86-linux.S
[163/517] Compiling vpaes-x86-apple.S
[164/517] Compiling vpaes-armv8-win.S
[165/517] Compiling vpaes-armv8-linux.S
[166/517] Compiling vpaes-armv8-apple.S
[167/517] Compiling vpaes-armv7-linux.S
[168/517] Compiling d1_pkt.cc
[169/517] Compiling d1_lib.cc
[170/517] Compiling sha512-x86_64-linux.S
[171/517] Compiling sha512-armv8-apple.S
[172/517] Compiling sha512-x86_64-apple.S
[173/517] Compiling d1_both.cc
[174/517] Compiling sha512-armv8-linux.S
[175/517] Compiling sha512-armv8-win.S
[176/517] Compiling sha512-586-apple.S
[177/517] Compiling sha512-586-linux.S
[178/517] Compiling sha512-armv4-linux.S
[179/517] Compiling sha256-armv8-linux.S
[180/517] Compiling sha256-x86_64-linux.S
[181/517] Compiling sha256-armv8-win.S
[182/517] Compiling sha256-x86_64-apple.S
[182/517] Compiling sha256-armv8-apple.S
[184/517] Compiling sha256-armv4-linux.S
[185/517] Compiling sha256-586-linux.S
[186/517] Compiling sha256-586-apple.S
[187/517] Compiling sha1-armv8-win.S
[188/517] Compiling sha1-x86_64-apple.S
[189/517] Compiling sha1-armv8-apple.S
[190/517] Compiling sha1-586-apple.S
[191/517] Compiling sha1-armv4-large-linux.S
[192/517] Compiling sha1-586-linux.S
[193/517] Compiling sha1-armv8-linux.S
[194/517] Compiling sha1-x86_64-linux.S
[195/517] Compiling rsaz-avx2-linux.S
[196/517] Compiling rsaz-avx2-apple.S
[197/517] Compiling rdrand-x86_64-linux.S
[198/517] Compiling rdrand-x86_64-apple.S
[199/517] Compiling p256_beeu-x86_64-asm-apple.S
[200/517] Compiling p256_beeu-x86_64-asm-linux.S
[200/517] Compiling p256_beeu-armv8-asm-linux.S
[202/517] Compiling p256_beeu-armv8-asm-win.S
[203/517] Compiling p256_beeu-armv8-asm-apple.S
[204/517] Compiling p256-x86_64-asm-apple.S
[205/517] Compiling p256-armv8-asm-win.S
[206/517] Compiling p256-armv8-asm-apple.S
[207/517] Compiling ghashv8-armv8-linux.S
[208/517] Compiling p256-armv8-asm-linux.S
[209/517] Compiling ghashv8-armv8-win.S
[210/517] Compiling p256-x86_64-asm-linux.S
[211/517] Compiling ghashv8-armv8-apple.S
[212/517] Compiling ghash-x86_64-apple.S
[213/517] Compiling ghash-x86_64-linux.S
[214/517] Compiling ghash-x86-apple.S
[215/517] Compiling ghash-x86-linux.S
[216/517] Compiling ghash-ssse3-x86_64-linux.S
[217/517] Compiling ghash-ssse3-x86_64-apple.S
[218/517] Compiling ghashv8-armv7-linux.S
[218/517] Compiling ghash-ssse3-x86-linux.S
[220/517] Compiling ghash-neon-armv8-linux.S
[221/517] Compiling ghash-ssse3-x86-apple.S
[222/517] Compiling ghash-neon-armv8-win.S
[223/517] Compiling ghash-neon-armv8-apple.S
[224/517] Compiling co-586-apple.S
[225/517] Compiling bsaes-armv7-linux.S
[226/517] Compiling bn-armv8-win.S
[227/517] Compiling co-586-linux.S
[228/517] Compiling ghash-armv4-linux.S
[229/517] Compiling bn-586-apple.S
[230/517] Compiling bn-armv8-apple.S
[230/517] Compiling bn-armv8-linux.S
[232/517] Compiling armv8-mont-win.S
[233/517] Compiling bn-586-linux.S
[233/517] Compiling armv8-mont-apple.S
[235/517] Compiling armv8-mont-linux.S
[236/517] Compiling armv4-mont-linux.S
[237/517] Compiling aesv8-gcm-armv8-win.S
[238/517] Compiling aesv8-armv8-win.S
[239/517] Compiling aesv8-gcm-armv8-apple.S
[240/517] Compiling aesv8-gcm-armv8-linux.S
[241/517] Compiling aesv8-armv7-linux.S
[242/517] Compiling aesv8-armv8-linux.S
[243/517] Compiling aesv8-armv8-apple.S
[244/517] Compiling aesni-x86_64-apple.S
[245/517] Compiling aesni-x86_64-linux.S
[246/517] Compiling aesni-x86-linux.S
[247/517] Compiling aesni-gcm-x86_64-apple.S
[248/517] Compiling aesni-x86-apple.S
[249/517] Compiling aesni-gcm-x86_64-linux.S
[250/517] Compiling x_x509a.cc
[251/517] Compiling x_val.cc
[252/517] Compiling x_req.cc
[253/517] Compiling x_x509.cc
[254/517] Compiling x_sig.cc
[255/517] Compiling x_pubkey.cc
[256/517] Compiling x_spki.cc
[257/517] Compiling x_name.cc
[258/517] Compiling x509spki.cc
[259/517] Compiling x_exten.cc
[260/517] Compiling x_algor.cc
[261/517] Compiling x_attrib.cc
[262/517] Compiling x_crl.cc
[263/517] Compiling x_all.cc
[264/517] Compiling x509rset.cc
[265/517] Compiling x509name.cc
[266/517] Compiling x509_txt.cc
[267/517] Compiling x509_v3.cc
[268/517] Compiling x509cset.cc
[269/517] Compiling x509_vpm.cc
[270/517] Compiling x509_set.cc
[271/517] Compiling x509_trs.cc
[272/517] Compiling x509_vfy.cc
[273/517] Compiling x509_req.cc
[274/517] Compiling x509_d2.cc
[275/517] Compiling x509_obj.cc
[276/517] Compiling x509_def.cc
[277/517] Compiling x509_ext.cc
[278/517] Compiling x509_lu.cc
[279/517] Compiling x509_att.cc
[280/517] Compiling x509_cmp.cc
[281/517] Compiling x509.cc
[282/517] Compiling v3_skey.cc
[283/517] Compiling v3_prn.cc
[284/517] Compiling v3_ocsp.cc
[285/517] Compiling v3_purp.cc
[286/517] Compiling v3_pcons.cc
[287/517] Compiling v3_utl.cc
[288/517] Compiling v3_pmaps.cc
[289/517] Compiling v3_ncons.cc
[290/517] Compiling v3_int.cc
[291/517] Compiling v3_lib.cc
[292/517] Compiling v3_ia5.cc
[293/517] Compiling v3_info.cc
[294/517] Compiling v3_genn.cc
[295/517] Compiling v3_enum.cc
[296/517] Compiling v3_extku.cc
[297/517] Compiling v3_crld.cc
[298/517] Compiling v3_cpols.cc
[299/517] Compiling v3_bitst.cc
[300/517] Compiling v3_conf.cc
[301/517] Compiling v3_bcons.cc
[302/517] Compiling v3_alt.cc
[303/517] Compiling v3_akeya.cc
[304/517] Compiling v3_akey.cc
[305/517] Compiling t_x509a.cc
[306/517] Compiling i2d_pr.cc
[307/517] Compiling t_x509.cc
[308/517] Compiling t_crl.cc
[309/517] Compiling t_req.cc
[310/517] Compiling rsa_pss.cc
[311/517] Compiling name_print.cc
[312/517] Compiling policy.cc
[313/517] Compiling by_file.cc
[314/517] Compiling a_verify.cc
[315/517] Compiling by_dir.cc
[316/517] Compiling voprf.cc
[317/517] Compiling a_sign.cc
[318/517] Compiling a_digest.cc
[319/517] Compiling algorithm.cc
[320/517] Compiling asn1_gen.cc
[321/517] Compiling trust_token.cc
[322/517] Compiling thread_win.cc
[323/517] Compiling thread_none.cc
[324/517] Compiling thread_pthread.cc
[325/517] Compiling thread.cc
[326/517] Compiling wots.cc
[327/517] Compiling pmbtoken.cc
[328/517] Compiling thash.cc
[329/517] Compiling stack.cc
[330/517] Compiling slhdsa.cc
[331/517] Compiling fors.cc
[332/517] Compiling sha512.cc
[333/517] Compiling merkle.cc
[334/517] Compiling siphash.cc
[335/517] Compiling sha256.cc
[336/517] Compiling rsa_print.cc
[337/517] Compiling sha1.cc
[338/517] Compiling rsa_extra.cc
[339/517] Compiling rc4.cc
[340/517] Compiling refcount.cc
[341/517] Compiling rsa_crypt.cc
[342/517] Compiling trusty.cc
[343/517] Compiling rand_extra.cc
[344/517] Compiling rsa_asn1.cc
[345/517] Compiling windows.cc
[346/517] Compiling urandom.cc
[347/517] Compiling ios.cc
[348/517] Compiling getentropy.cc
[349/517] Compiling passive.cc
[350/517] Compiling poly1305_arm_asm.S
[351/517] Compiling deterministic.cc
[352/517] Compiling fork_detect.cc
[353/517] Compiling forkunsafe.cc
[354/517] Compiling pool.cc
[355/517] Compiling poly1305_vec.cc
[356/517] Compiling poly1305.cc
[357/517] Compiling poly1305_arm.cc
[358/517] Compiling pkcs7.cc
[359/517] Compiling pkcs8.cc
[360/517] Compiling p5_pbev2.cc
[361/517] Compiling pkcs7_x509.cc
[362/517] Compiling pkcs8_x509.cc
[363/517] Compiling pem_xaux.cc
[364/517] Compiling pem_x509.cc
[365/517] Compiling pem_pkey.cc
[366/517] Compiling pem_pk8.cc
[367/517] Compiling obj_xref.cc
[368/517] Compiling mlkem.cc
[369/517] Compiling pem_oth.cc
[370/517] Compiling pem_info.cc
[371/517] Compiling pem_lib.cc
[372/517] Compiling obj.cc
[373/517] Compiling pem_all.cc
[374/517] Compiling mem.cc
[375/517] Compiling poly_rq_mul.S
[376/517] Compiling lhash.cc
[377/517] Compiling md5.cc
[378/517] Compiling fips_shared_support.cc
[379/517] Compiling md4.cc
[380/517] Compiling kyber.cc
[381/517] Compiling mldsa.cc
[382/517] Compiling keccak.cc
[383/517] Compiling hrss.cc
[384/517] Compiling ex_data.cc
[385/517] Compiling sign.cc
[386/517] Compiling scrypt.cc
[387/517] Compiling hpke.cc
[388/517] Compiling pbkdf.cc
[389/517] Compiling p_x25519.cc
[390/517] Compiling print.cc
[391/517] Compiling p_x25519_asn1.cc
[392/517] Compiling p_rsa_asn1.cc
[393/517] Compiling p_hkdf.cc
[394/517] Compiling p_ed25519.cc
[395/517] Compiling p_rsa.cc
[396/517] Compiling p_ed25519_asn1.cc
[397/517] Compiling p_ec_asn1.cc
[398/517] Compiling p_ec.cc
[399/517] Compiling p_dh.cc
[400/517] Compiling p_dh_asn1.cc
[401/517] Compiling p_dsa_asn1.cc
[402/517] Compiling evp_ctx.cc
[403/517] Compiling evp.cc
[404/517] Compiling evp_asn1.cc
[405/517] Compiling err.cc
[406/517] Compiling engine.cc
[407/517] Compiling ecdsa_asn1.cc
[408/517] Compiling ecdh_extra.cc
[409/517] Compiling ec_derive.cc
[410/517] Compiling hash_to_curve.cc
[411/517] Compiling ec_asn1.cc
[412/517] Compiling dsa_asn1.cc
[413/517] Compiling dsa.cc
[414/517] Compiling params.cc
[415/517] Compiling digest_extra.cc
[416/517] Compiling dh_asn1.cc
[417/517] Compiling x25519-asm-arm.S
[418/517] Compiling des.cc
[419/517] Compiling spake25519.cc
[420/517] Compiling crypto.cc
[421/517] Compiling cpu_arm_linux.cc
[421/517] Compiling cpu_intel.cc
[423/517] Compiling cpu_arm_freebsd.cc
[424/517] Compiling curve25519.cc
[425/517] Compiling cpu_aarch64_win.cc
[426/517] Compiling bcm.cc
[427/517] Compiling cpu_aarch64_openbsd.cc
[428/517] Compiling cpu_aarch64_sysreg.cc
[429/517] Compiling cpu_aarch64_linux.cc
[430/517] Compiling cpu_aarch64_fuchsia.cc
[431/517] Compiling curve25519_64_adx.cc
[432/517] Compiling cpu_aarch64_apple.cc
[433/517] Compiling tls_cbc.cc
[434/517] Compiling conf.cc
[435/517] Compiling e_rc4.cc
[436/517] Compiling e_tls.cc
[437/517] Compiling e_rc2.cc
[438/517] Compiling e_null.cc
[439/517] Compiling e_chacha20poly1305.cc
[440/517] Compiling e_des.cc
[441/517] Compiling derive_key.cc
[442/517] Compiling e_aesgcmsiv.cc
[443/517] Compiling chacha.cc
[444/517] Compiling e_aesctrhmac.cc
[445/517] Compiling unicode.cc
[446/517] Compiling cipher_extra.cc
[447/517] Compiling ber.cc
[448/517] Compiling cbb.cc
[449/517] Compiling bn_asn1.cc
[450/517] Compiling asn1_compat.cc
[451/517] Compiling blake2.cc
[452/517] Compiling cbs.cc
[453/517] Compiling buf.cc
[454/517] Compiling convert.cc
[455/517] Compiling socket.cc
[456/517] Compiling printf.cc
[457/517] Compiling pair.cc
[458/517] Compiling socket_helper.cc
[459/517] Compiling hexdump.cc
[460/517] Compiling errno.cc
[461/517] Compiling fd.cc
[462/517] Compiling file.cc
[463/517] Compiling bio_mem.cc
[464/517] Compiling bio.cc
[465/517] Compiling connect.cc
[466/517] Compiling base64.cc
[467/517] Compiling tasn_typ.cc
[468/517] Compiling tasn_utl.cc
[469/517] Compiling tasn_fre.cc
[470/517] Compiling tasn_new.cc
[471/517] Compiling f_string.cc
[472/517] Compiling tasn_enc.cc
[473/517] Compiling posix_time.cc
[474/517] Compiling tasn_dec.cc
[475/517] Compiling f_int.cc
[476/517] Compiling asn_pack.cc
[477/517] Compiling asn1_par.cc
[478/517] Compiling asn1_lib.cc
[479/517] Compiling a_utctm.cc
[480/517] Compiling a_type.cc
[481/517] Compiling a_time.cc
[482/517] Compiling CLCLWebSocketZlib empty.c
[483/517] Write sources
[486/517] Compiling a_octet.cc
[487/517] Compiling a_strnid.cc
[488/517] Compiling a_strex.cc
[489/517] Compiling a_object.cc
[490/517] Compiling a_mbstr.cc
[491/532] Compiling a_int.cc
[493/536] Compiling Atomics AtomicMemoryOrderings.swift
[494/536] Compiling Atomics DoubleWord.swift
[495/538] Compiling Atomics UnsafeAtomic.swift
[496/538] Compiling Atomics UnsafeAtomicLazyReference.swift
[497/538] Compiling Atomics ManagedAtomic.swift
[498/538] Compiling Atomics ManagedAtomicLazyReference.swift
[499/538] Compiling Atomics IntegerOperations.swift
[500/538] Compiling Atomics Unmanaged extensions.swift
[501/538] Compiling Atomics AtomicReference.swift
[502/538] Compiling Atomics AtomicStorage.swift
[503/538] Compiling Atomics AtomicValue.swift
[504/538] Compiling Atomics Primitives.shims.swift
[505/538] Compiling Atomics AtomicInteger.swift
[506/538] Compiling Atomics AtomicOptionalWrappable.swift
[506/538] Compiling c-atomics.c
[508/544] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[509/544] Compiling NIOConcurrencyHelpers NIOLock.swift
[510/544] Compiling NIOConcurrencyHelpers lock.swift
[511/544] Compiling Atomics OptionalRawRepresentable.swift
[512/544] Compiling Atomics RawRepresentable.swift
[513/544] Compiling Atomics AtomicBool.swift
[514/544] Compiling Atomics IntegerConformances.swift
[515/544] Compiling Atomics PointerConformances.swift
[516/544] Compiling Atomics Primitives.native.swift
[517/544] Emitting module Atomics
[518/545] Emitting module NIOConcurrencyHelpers
[520/545] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[521/545] Compiling NIOConcurrencyHelpers atomics.swift
[521/546] Wrapping AST for Atomics for debugging
[523/546] Wrapping AST for NIOConcurrencyHelpers 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 GlobalSingletons.swift
[534/613] Compiling NIOCore IO.swift
[535/613] Compiling NIOCore IOData.swift
[536/613] Compiling NIOCore IPProtocol.swift
[537/613] Compiling NIOCore IntegerBitPacking.swift
[538/613] Compiling NIOCore IntegerTypes.swift
[539/613] Compiling NIOCore Interfaces.swift
[540/613] Compiling NIOCore Linux.swift
[541/613] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[542/613] Compiling NIOCore SocketAddresses.swift
[543/613] Compiling NIOCore SocketOptionProvider.swift
[544/613] Compiling NIOCore SystemCallHelpers.swift
[545/613] Compiling NIOCore TimeAmount+Duration.swift
[546/613] Compiling NIOCore TypeAssistedChannelHandler.swift
[547/613] Compiling NIOCore UniversalBootstrapSupport.swift
[548/613] Compiling NIOCore Utilities.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 ChannelPipeline.swift
[558/613] Compiling NIOCore CircularBuffer.swift
[559/613] Compiling NIOCore Codec.swift
[560/613] Compiling NIOCore ConvenienceOptionSupport.swift
[561/613] Compiling NIOCore DeadChannel.swift
[562/613] Compiling NIOCore DispatchQueue+WithFuture.swift
[563/613] Compiling NIOCore EventLoop+Deprecated.swift
[564/613] Compiling NIOCore EventLoop+SerialExecutor.swift
[565/613] Compiling NIOCore AddressedEnvelope.swift
[566/613] Compiling NIOCore AsyncAwaitSupport.swift
[567/613] Compiling NIOCore AsyncChannel.swift
[568/613] Compiling NIOCore AsyncChannelHandler.swift
[569/613] Compiling NIOCore AsyncChannelInboundStream.swift
[570/613] Compiling NIOCore AsyncChannelOutboundWriter.swift
[571/613] Compiling NIOCore NIOAsyncSequenceProducer.swift
[572/613] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[573/613] Compiling NIOCore NIOAsyncWriter.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] Emitting module NIOEmbedded
[595/665] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[596/665] Compiling NIOEmbedded Embedded.swift
[597/665] Compiling NIOEmbedded AsyncTestingChannel.swift
[598/666] Compiling NIOPosix IO.swift
[599/666] Compiling NIOPosix IntegerBitPacking.swift
[600/666] Compiling NIOPosix IntegerTypes.swift
[601/666] Compiling NIOPosix Linux.swift
[602/666] Compiling NIOPosix LinuxCPUSet.swift
[603/666] Compiling NIOPosix LinuxUring.swift
[604/666] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[605/672] Wrapping AST for NIOEmbedded for debugging
[607/672] Compiling NIOPosix ThreadPosix.swift
[608/672] Compiling NIOPosix ThreadWindows.swift
[609/672] Compiling NIOPosix UnsafeTransfer.swift
[610/672] Compiling NIOPosix Utilities.swift
[611/672] Compiling NIOPosix VsockAddress.swift
[612/672] Compiling NIOPosix VsockChannelEvents.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 SelectableChannel.swift
[626/672] Compiling NIOPosix SelectableEventLoop.swift
[627/672] Compiling NIOPosix SelectorEpoll.swift
[628/672] Compiling NIOPosix SelectorGeneric.swift
[629/672] Compiling NIOPosix SelectorKqueue.swift
[630/672] Compiling NIOPosix SelectorUring.swift
[631/672] Emitting module NIOPosix
[632/672] Compiling NIOPosix BSDSocketAPICommon.swift
[633/672] Compiling NIOPosix BSDSocketAPIPosix.swift
[634/672] Compiling NIOPosix BSDSocketAPIWindows.swift
[635/672] Compiling NIOPosix BaseSocket.swift
[636/672] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[637/672] Compiling NIOPosix BaseSocketChannel.swift
[638/672] Compiling NIOPosix BaseStreamSocketChannel.swift
[639/672] Compiling NIOPosix Bootstrap.swift
[640/672] Compiling NIOPosix ControlMessage.swift
[641/672] Compiling NIOPosix DatagramVectorReadManager.swift
[642/672] Compiling NIOPosix Errors+Any.swift
[643/672] Compiling NIOPosix FileDescriptor.swift
[644/672] Compiling NIOPosix GetaddrinfoResolver.swift
[645/672] Compiling NIOPosix HappyEyeballs.swift
[646/672] Compiling NIOPosix NIOThreadPool.swift
[647/672] Compiling NIOPosix NonBlockingFileIO.swift
[648/672] Compiling NIOPosix PendingDatagramWritesManager.swift
[649/672] Compiling NIOPosix PendingWritesManager.swift
[650/672] Compiling NIOPosix PipeChannel.swift
[651/672] Compiling NIOPosix PipePair.swift
[652/672] Compiling NIOPosix Pool.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] Emitting module NIOTLS
[660/703] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[661/703] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[662/703] Compiling NIOTLS TLSEvents.swift
[663/703] Compiling NIOTLS SNIHandler.swift
[664/703] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[666/704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[667/704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[668/706] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[669/706] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[670/706] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[671/706] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[671/706] Wrapping AST for NIOTLS for debugging
[673/735] Compiling NIOSSL SSLCallbacks.swift
[674/735] Compiling NIOSSL SSLCertificate.swift
[675/735] Compiling NIOSSL NIOSSLHandler.swift
[676/735] Compiling NIOSSL NIOSSLServerHandler.swift
[677/735] Compiling NIOSSL ObjectIdentifier.swift
[678/735] Compiling NIOSSL PosixPort.swift
[679/735] Compiling NIOSSL SSLContext.swift
[680/735] Compiling NIOSSL SSLPublicKey.swift
[681/735] Compiling NIOSSL AndroidCABundle.swift
[682/735] Compiling NIOSSL ByteBufferBIO.swift
[683/735] Compiling NIOSSL CustomPrivateKey.swift
[684/735] Emitting module NIOHTTP1
[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
[695/749] Compiling NIOSSL NIOSSLSecureBytes.swift
[696/749] Compiling NIOSSL RNG.swift
[697/749] Compiling NIOSSL SafeCompare.swift
[698/749] Compiling NIOSSL Zeroization.swift
[699/749] Compiling NIOWebSocket WebSocketOpcode.swift
[700/750] Compiling NIOSSL SSLErrors.swift
[701/750] Compiling NIOSSL SSLInit.swift
[702/750] Compiling NIOSSL SSLPKCS12Bundle.swift
[703/750] Compiling NIOSSL SSLPrivateKey.swift
[704/750] Emitting module NIOSSL
[705/750] Compiling NIOSSL LinuxCABundle.swift
[706/750] Compiling NIOSSL NIOSSLClientHandler.swift
[707/750] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[709/750] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[710/750] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[711/750] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[712/750] Compiling NIOWebSocket SHA1.swift
[713/750] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[714/750] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[715/750] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[716/750] Emitting module NIOWebSocket
[721/750] Compiling NIOWebSocket WebSocketErrorCodes.swift
[722/750] Compiling NIOWebSocket WebSocketFrame.swift
[723/751] Wrapping AST for NIOWebSocket for debugging
[725/751] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[726/751] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[727/751] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[728/751] Emitting module NIOFoundationCompat
[729/751] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[732/752] Compiling NIOSSL SSLCertificateExtensions.swift
[733/752] Compiling NIOSSL SSLConnection.swift
[734/752] Wrapping AST for NIOFoundationCompat 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] 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 | }
[742/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 | }
[743/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 | }
[744/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 | }
[745/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 | }
[746/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 | }
[747/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 | }
[748/773] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[749/773] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[750/773] Compiling LCLWebSocket TimeAmount+Extension.swift
[751/773] Compiling LCLWebSocket WebSocket.swift
[752/773] Compiling LCLWebSocket WebSocketExtension.swift
[753/773] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[754/773] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[755/773] Compiling LCLWebSocket LCLWebSocket.swift
[756/773] Compiling LCLWebSocket LCLWebSocketListenable.swift
[757/773] Compiling LCLWebSocket WebSocketConfiguration.swift
[758/773] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[759/773] Compiling LCLWebSocket WebSocketHandler.swift
[760/773] Compiling LCLWebSocket WebSocketScheme.swift
[761/774] Wrapping AST for LCLWebSocket for debugging
[763/782] Emitting module Client
[764/782] Compiling AutobahnServer AutohahnServer.swift
[765/782] Emitting module AutobahnServer
[766/782] Emitting module Server
[767/782] Compiling Server main.swift
[768/782] Compiling Client main.swift
[769/785] Emitting module AutobahnClient
[770/785] Compiling AutobahnClient AutobahnClient.swift
[774/786] Wrapping AST for Server for debugging
[774/786] Wrapping AST for AutobahnServer for debugging
[776/786] Write Objects.LinkFileList
[778/786] Wrapping AST for Client for debugging
[779/786] Write Objects.LinkFileList
[780/786] Wrapping AST for AutobahnClient for debugging
[781/786] Write Objects.LinkFileList
[782/786] Linking Server
[783/786] Linking Client
[784/786] Linking AutobahnServer
[785/786] Linking AutobahnClient
Build complete! (218.46s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.