The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LCLWebSocket, reference main (844bba), with Swift 6.1 for Android on 30 May 2025 10:27:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2667] Fetching swift-nio-transport-services
[2348/6503] Fetching swift-nio-transport-services, swift-log
[3551/8213] Fetching swift-nio-transport-services, swift-log, swift-atomics
[8112/23056] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-ssl
[9699/99164] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.12s)
[59206/84321] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.03s)
Fetched https://github.com/apple/swift-atomics.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.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.63s)
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.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.42s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
[830/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.70s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/465] Write sources
[18/465] Compiling CLCLWebSocketZlib empty.c
[19/465] Compiling CNIOWindows shim.c
[20/465] Compiling CNIOWindows WSAStartup.c
[21/465] Compiling _AtomicsShims.c
[22/465] Compiling CNIOWASI CNIOWASI.c
[23/465] Compiling CNIOLinux liburing_shims.c
[24/465] Compiling CNIOSHA1 c_nio_sha1.c
[25/465] Compiling CNIOLLHTTP c_nio_http.c
[26/465] Compiling CNIOLinux shim.c
[27/465] Compiling CNIODarwin shim.c
[28/465] Compiling CNIOLLHTTP c_nio_api.c
[29/465] Compiling fiat_p256_adx_sqr.S
[30/465] Compiling fiat_p256_adx_mul.S
[31/465] Compiling fiat_curve25519_adx_square.S
[32/465] Compiling fiat_curve25519_adx_mul.S
[33/465] Compiling CNIOBoringSSLShims shims.c
[34/465] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/465] Compiling a_bitstr.cc
[36/465] Compiling a_bool.cc
[37/465] Compiling tls_method.cc
[38/465] Compiling tls_record.cc
[39/465] Compiling tls13_enc.cc
[40/465] Compiling c-nioatomics.c
[41/465] Compiling tls13_server.cc
[42/465] Compiling tls13_client.cc
[43/465] Compiling tls13_both.cc
[44/465] Compiling t1_enc.cc
[45/465] Write swift-version-24593BA9C3E375BF.txt
[46/465] Compiling c-atomics.c
[47/465] Compiling ssl_transcript.cc
[48/469] Compiling ssl_x509.cc
[49/477] Compiling ssl_versions.cc
[50/482] Compiling ssl_stat.cc
[51/496] Compiling ssl_privkey.cc
[52/496] Compiling ssl_session.cc
[54/496] Emitting module InternalCollectionsUtilities
[54/497] Compiling ssl_lib.cc
[55/497] Compiling ssl_key_share.cc
[56/497] Compiling ssl_file.cc
[58/497] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[59/497] Compiling _NIODataStructures _TinyArray.swift
[60/497] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/497] Compiling InternalCollectionsUtilities Debugging.swift
[62/497] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/497] Compiling InternalCollectionsUtilities Integer rank.swift
[64/497] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/497] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/497] Compiling InternalCollectionsUtilities Descriptions.swift
[67/497] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/497] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/497] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/497] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/497] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/497] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/498] Emitting module _NIOBase64
[74/498] Compiling _NIOBase64 Base64.swift
[75/498] Compiling NIOConcurrencyHelpers lock.swift
[76/498] Compiling _NIODataStructures PriorityQueue.swift
[77/498] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[78/498] Compiling NIOConcurrencyHelpers atomics.swift
[79/499] Emitting module _NIODataStructures
[80/499] Compiling _NIODataStructures Heap.swift
[81/499] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/499] Emitting module NIOConcurrencyHelpers
[83/499] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/501] Compiling ssl_credential.cc
[88/501] Wrapping AST for _NIOBase64 for debugging
[89/501] Wrapping AST for _NIODataStructures for debugging
[90/508] Wrapping AST for NIOConcurrencyHelpers for debugging
[91/516] Wrapping AST for InternalCollectionsUtilities for debugging
[93/516] Compiling DequeModule Deque+CustomReflectable.swift
[94/516] Compiling DequeModule Deque+Descriptions.swift
[95/516] Compiling DequeModule Deque+Equatable.swift
[96/516] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/518] Compiling DequeModule _DequeBuffer.swift
[98/518] Compiling DequeModule _DequeBufferHeader.swift
[99/518] Compiling DequeModule Deque+Extras.swift
[100/518] Compiling DequeModule Deque+Hashable.swift
[101/518] Compiling DequeModule _DequeSlot.swift
[102/518] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/518] Compiling DequeModule Deque._UnsafeHandle.swift
[104/518] Compiling DequeModule Deque.swift
[105/518] Compiling DequeModule Deque+Testing.swift
[106/518] Compiling DequeModule Deque._Storage.swift
[107/518] Compiling DequeModule Deque+Codable.swift
[108/518] Compiling DequeModule Deque+Collection.swift
[108/518] Compiling ssl_cipher.cc
[110/518] Emitting module DequeModule
[110/519] Compiling ssl_cert.cc
[112/519] Compiling ssl_buffer.cc
[113/519] Wrapping AST for DequeModule for debugging
[114/519] Compiling ssl_asn1.cc
[115/519] Compiling ssl_aead_ctx.cc
[117/519] Emitting module Logging
[118/519] Compiling Logging Locks.swift
[119/519] Compiling Logging LogHandler.swift
[120/519] Compiling Logging MetadataProvider.swift
[121/519] Compiling Logging Logging.swift
[122/520] Compiling s3_pkt.cc
[123/520] Wrapping AST for Logging for debugging
[124/520] Compiling s3_lib.cc
[125/520] Compiling s3_both.cc
[126/520] Compiling handshake_server.cc
[127/520] Compiling encrypted_client_hello.cc
[128/520] Compiling handoff.cc
[129/520] Compiling handshake_client.cc
[130/520] Compiling extensions.cc
[131/520] Compiling handshake.cc
[132/520] Compiling md5-x86_64-linux.S
[133/520] Compiling md5-x86_64-apple.S
[134/520] Compiling md5-586-linux.S
[135/520] Compiling md5-586-apple.S
[136/520] Compiling err_data.cc
[137/520] Compiling chacha20_poly1305_x86_64-linux.S
[138/520] Compiling dtls_method.cc
[139/520] Compiling d1_lib.cc
[140/520] Compiling chacha20_poly1305_x86_64-apple.S
[141/520] Compiling d1_srtp.cc
[142/520] Compiling dtls_record.cc
[143/520] Compiling chacha20_poly1305_armv8-win.S
[144/520] Compiling chacha20_poly1305_armv8-apple.S
[145/520] Compiling chacha20_poly1305_armv8-linux.S
[146/520] Compiling chacha-x86_64-linux.S
[147/520] Compiling chacha-x86_64-apple.S
[148/520] Compiling d1_pkt.cc
[149/520] Compiling chacha-x86-apple.S
[150/520] Compiling chacha-x86-linux.S
[151/520] Compiling chacha-armv8-win.S
[152/520] Compiling chacha-armv4-linux.S
[153/520] Compiling chacha-armv8-apple.S
[154/520] Compiling chacha-armv8-linux.S
[155/520] Compiling bio_ssl.cc
[156/520] Compiling x86_64-mont5-apple.S
[157/520] Compiling aes128gcmsiv-x86_64-linux.S
[158/520] Compiling x86_64-mont5-linux.S
[159/520] Compiling x86_64-mont-linux.S
[160/520] Compiling aes128gcmsiv-x86_64-apple.S
[161/520] Compiling x86_64-mont-apple.S
[162/520] Compiling x86-mont-linux.S
[163/520] Compiling vpaes-x86-linux.S
[164/520] Compiling x86-mont-apple.S
[165/520] Compiling vpaes-x86_64-linux.S
[166/520] Compiling vpaes-x86_64-apple.S
[167/520] Compiling vpaes-x86-apple.S
[168/520] Compiling vpaes-armv8-win.S
[169/520] Compiling vpaes-armv8-linux.S
[170/520] Compiling vpaes-armv7-linux.S
[170/520] Compiling vpaes-armv8-apple.S
[172/520] Compiling sha512-x86_64-apple.S
[173/520] Compiling sha512-x86_64-linux.S
[174/520] Compiling sha512-armv8-apple.S
[175/520] Compiling sha512-armv4-linux.S
[176/520] Compiling sha512-586-linux.S
[177/520] Compiling sha512-586-apple.S
[178/520] Compiling sha512-armv8-win.S
[179/520] Compiling sha256-x86_64-linux.S
[180/520] Compiling sha256-x86_64-apple.S
[181/520] Compiling sha512-armv8-linux.S
[182/520] Compiling sha256-armv8-win.S
[183/520] Compiling sha256-armv4-linux.S
[184/520] Compiling sha256-armv8-linux.S
[185/520] Compiling sha256-armv8-apple.S
[186/520] Compiling sha256-586-linux.S
[187/520] Compiling sha256-586-apple.S
[188/520] Compiling d1_both.cc
[189/520] Compiling sha1-x86_64-linux.S
[190/520] Compiling sha1-x86_64-apple.S
[191/520] Compiling sha1-armv8-apple.S
[192/520] Compiling sha1-586-linux.S
[193/520] Compiling sha1-armv4-large-linux.S
[194/520] Compiling sha1-586-apple.S
[195/520] Compiling sha1-armv8-linux.S
[195/520] Compiling rsaz-avx2-linux.S
[195/520] Compiling sha1-armv8-win.S
[198/520] Compiling rsaz-avx2-apple.S
[199/520] Compiling rdrand-x86_64-linux.S
[200/520] Compiling rdrand-x86_64-apple.S
[201/520] Compiling p256_beeu-x86_64-asm-linux.S
[202/520] Compiling p256_beeu-x86_64-asm-apple.S
[203/520] Compiling p256_beeu-armv8-asm-linux.S
[204/520] Compiling p256_beeu-armv8-asm-win.S
[205/520] Compiling p256_beeu-armv8-asm-apple.S
[206/520] Compiling p256-x86_64-asm-apple.S
[207/520] Compiling p256-x86_64-asm-linux.S
[208/520] Compiling p256-armv8-asm-win.S
[209/520] Compiling p256-armv8-asm-apple.S
[210/520] Compiling p256-armv8-asm-linux.S
[211/520] Compiling ghashv8-armv8-linux.S
[212/520] Compiling ghashv8-armv8-win.S
[213/520] Compiling ghashv8-armv8-apple.S
[214/520] Compiling ghash-x86_64-apple.S
[215/520] Compiling ghash-ssse3-x86-linux.S
[216/520] Compiling ghash-x86-linux.S
[216/520] Compiling ghashv8-armv7-linux.S
[218/520] Compiling ghash-x86_64-linux.S
[219/520] Compiling ghash-x86-apple.S
[220/520] Compiling ghash-ssse3-x86_64-apple.S
[221/520] Compiling ghash-ssse3-x86-apple.S
[222/520] Compiling ghash-ssse3-x86_64-linux.S
[223/520] Compiling ghash-neon-armv8-win.S
[224/520] Compiling ghash-armv4-linux.S
[225/520] Compiling ghash-neon-armv8-linux.S
[226/520] Compiling co-586-linux.S
[227/520] Compiling co-586-apple.S
[228/520] Compiling ghash-neon-armv8-apple.S
[229/520] Compiling bn-586-apple.S
[230/520] Compiling bn-armv8-apple.S
[230/520] Compiling bsaes-armv7-linux.S
[232/520] Compiling bn-armv8-win.S
[233/520] Compiling bn-586-linux.S
[234/520] Compiling armv8-mont-win.S
[235/520] Compiling bn-armv8-linux.S
[236/520] Compiling armv8-mont-linux.S
[237/520] Compiling armv8-mont-apple.S
[238/520] Compiling aesv8-gcm-armv8-win.S
[239/520] Compiling armv4-mont-linux.S
[240/520] Compiling aesv8-gcm-armv8-linux.S
[241/520] Compiling aesv8-gcm-armv8-apple.S
[242/520] Compiling aesv8-armv8-linux.S
[243/520] Compiling aesv8-armv8-win.S
[244/520] Compiling aesni-x86_64-linux.S
[245/520] Compiling aesv8-armv8-apple.S
[246/520] Compiling aesni-x86_64-apple.S
[247/520] Compiling aesni-x86-linux.S
[247/520] Compiling aesv8-armv7-linux.S
[249/520] Compiling aesni-x86-apple.S
[250/520] Compiling aesni-gcm-x86_64-apple.S
[251/520] Compiling aesni-gcm-x86_64-linux.S
[252/520] Compiling aes-gcm-avx10-x86_64-linux.S
[253/520] Compiling aes-gcm-avx2-x86_64-apple.S
[254/520] Compiling aes-gcm-avx2-x86_64-linux.S
[255/520] Compiling aes-gcm-avx10-x86_64-apple.S
[256/520] Compiling x_x509a.cc
[257/520] Compiling x_x509.cc
[258/520] Compiling x_val.cc
[259/520] Compiling x_req.cc
[260/520] Compiling x_sig.cc
[261/520] Compiling x_pubkey.cc
[262/520] Compiling x_name.cc
[263/520] Compiling x_spki.cc
[264/520] Compiling x_exten.cc
[265/520] Compiling x_algor.cc
[266/520] Compiling x_crl.cc
[267/520] Compiling x509spki.cc
[268/520] Compiling x_attrib.cc
[269/520] Compiling x509rset.cc
[270/520] Compiling x_all.cc
[271/520] Compiling x509name.cc
[272/520] Compiling x509_vpm.cc
[273/520] Compiling x509cset.cc
[274/520] Compiling x509_trs.cc
[275/520] Compiling x509_vfy.cc
[276/520] Compiling x509_v3.cc
[277/520] Compiling x509_txt.cc
[278/520] Compiling x509_set.cc
[279/520] Compiling x509_obj.cc
[280/520] Compiling x509_req.cc
[281/520] Compiling x509_d2.cc
[282/520] Compiling x509_lu.cc
[283/520] Compiling x509_def.cc
[284/520] Compiling x509_ext.cc
[285/520] Compiling x509_cmp.cc
[286/520] Compiling x509_att.cc
[287/520] Compiling v3_utl.cc
[288/520] Compiling x509.cc
[289/520] Compiling v3_skey.cc
[290/520] Compiling v3_purp.cc
[291/520] Compiling v3_prn.cc
[292/520] Compiling v3_pmaps.cc
[293/520] Compiling v3_lib.cc
[294/520] Compiling v3_ocsp.cc
[295/520] Compiling v3_ncons.cc
[296/520] Compiling v3_pcons.cc
[297/520] Compiling v3_int.cc
[298/520] Compiling v3_enum.cc
[299/520] Compiling v3_info.cc
[300/520] Compiling v3_crld.cc
[301/520] Compiling v3_extku.cc
[302/520] Compiling v3_ia5.cc
[303/520] Compiling v3_genn.cc
[304/520] Compiling v3_cpols.cc
[305/520] Compiling v3_bitst.cc
[306/520] Compiling v3_bcons.cc
[307/520] Compiling v3_akeya.cc
[308/520] Compiling v3_alt.cc
[309/520] Compiling v3_conf.cc
[310/520] Compiling t_x509a.cc
[311/520] Compiling v3_akey.cc
[312/520] Compiling t_x509.cc
[313/520] Compiling t_crl.cc
[314/520] Compiling rsa_pss.cc
[315/520] Compiling i2d_pr.cc
[316/520] Compiling name_print.cc
[317/520] Compiling t_req.cc
[318/520] Compiling policy.cc
[319/520] Compiling by_file.cc
[320/520] Compiling by_dir.cc
[321/520] Compiling a_verify.cc
[322/520] Compiling a_digest.cc
[323/520] Compiling asn1_gen.cc
[324/520] Compiling a_sign.cc
[325/520] Compiling trust_token.cc
[326/520] Compiling voprf.cc
[327/520] Compiling pmbtoken.cc
[328/520] Compiling algorithm.cc
[329/520] Compiling stack.cc
[330/520] Compiling thread.cc
[331/520] Compiling thread_win.cc
[332/520] Compiling thread_pthread.cc
[333/520] Compiling thread_none.cc
[334/520] Compiling siphash.cc
[335/520] Compiling slhdsa.cc
[336/520] Compiling sha1.cc
[337/520] Compiling spake2plus.cc
[338/520] Compiling sha256.cc
[339/520] Compiling sha512.cc
[340/520] Compiling rsa_extra.cc
[341/520] Compiling rc4.cc
[342/520] Compiling refcount.cc
[343/520] Compiling rsa_print.cc
[344/520] Compiling trusty.cc
[345/520] Compiling urandom.cc
[346/520] Compiling rsa_asn1.cc
[347/520] Compiling rsa_crypt.cc
[348/520] Compiling windows.cc
[349/520] Compiling rand.cc
[350/520] Compiling ios.cc
[351/520] Compiling poly1305_arm_asm.S
[352/520] Compiling deterministic.cc
[353/520] Compiling fork_detect.cc
[354/520] Compiling passive.cc
[355/520] Compiling getentropy.cc
[356/520] Compiling forkunsafe.cc
[357/520] Compiling pool.cc
[358/520] Compiling poly1305_vec.cc
[359/520] Compiling poly1305.cc
[360/520] Compiling poly1305_arm.cc
[361/520] Compiling pkcs7_x509.cc
[362/520] Compiling p5_pbev2.cc
[363/520] Compiling pkcs8_x509.cc
[364/520] Compiling pkcs7.cc
[365/520] Compiling pkcs8.cc
[366/520] Compiling pem_xaux.cc
[367/520] Compiling pem_x509.cc
[368/520] Compiling pem_oth.cc
[369/520] Compiling pem_pkey.cc
[370/520] Compiling pem_pk8.cc
[371/520] Compiling pem_lib.cc
[372/520] Compiling pem_all.cc
[373/520] Compiling pem_info.cc
[374/520] Compiling obj_xref.cc
[375/520] Compiling mlkem.cc
[376/520] Compiling mldsa.cc
[377/520] Compiling poly_rq_mul.S
[378/520] Compiling mem.cc
[379/520] Compiling fips_shared_support.cc
[380/520] Compiling md5.cc
[381/520] Compiling obj.cc
[382/520] Compiling lhash.cc
[383/520] Compiling md4.cc
[384/520] Compiling sign.cc
[385/520] Compiling ex_data.cc
[386/520] Compiling hpke.cc
[387/520] Compiling hrss.cc
[388/520] Compiling kyber.cc
[389/520] Compiling scrypt.cc
[390/520] Compiling pbkdf.cc
[391/520] Compiling p_x25519.cc
[392/520] Compiling p_x25519_asn1.cc
[393/520] Compiling print.cc
[394/520] Compiling p_rsa.cc
[395/520] Compiling p_hkdf.cc
[396/520] Compiling p_ed25519.cc
[397/520] Compiling p_rsa_asn1.cc
[398/520] Compiling p_ec_asn1.cc
[399/520] Compiling p_ec.cc
[400/520] Compiling p_ed25519_asn1.cc
[401/520] Compiling p_dh.cc
[402/520] Compiling p_dsa_asn1.cc
[403/520] Compiling p_dh_asn1.cc
[404/520] Compiling evp_ctx.cc
[405/520] Compiling evp_asn1.cc
[406/520] Compiling evp.cc
[407/520] Compiling engine.cc
[408/520] Compiling err.cc
[409/520] Compiling ecdh.cc
[410/520] Compiling hash_to_curve.cc
[411/520] Compiling ecdsa_asn1.cc
[412/520] Compiling ec_derive.cc
[413/520] Compiling dsa.cc
[414/520] Compiling bcm.cc
[415/520] Compiling ec_asn1.cc
[416/520] Compiling params.cc
[417/520] Compiling dsa_asn1.cc
[418/520] Compiling x25519-asm-arm.S
[419/520] Compiling digest_extra.cc
[420/520] Compiling dh_asn1.cc
[421/520] Compiling curve25519_64_adx.cc
[422/520] Compiling des.cc
[423/520] Compiling crypto.cc
[424/520] Compiling spake25519.cc
[425/520] Compiling cpu_intel.cc
[426/520] Compiling cpu_arm_freebsd.cc
[427/520] Compiling curve25519.cc
[428/520] Compiling cpu_arm_linux.cc
[429/520] Compiling cpu_aarch64_win.cc
[430/520] Compiling cpu_aarch64_fuchsia.cc
[431/520] Compiling cpu_aarch64_openbsd.cc
[432/520] Compiling cpu_aarch64_linux.cc
[433/520] Compiling cpu_aarch64_sysreg.cc
[434/520] Compiling cpu_aarch64_apple.cc
[435/520] Compiling conf.cc
[436/520] Compiling e_rc4.cc
[437/520] Compiling e_tls.cc
[438/520] Compiling get_cipher.cc
[439/520] Compiling e_des.cc
[440/520] Compiling e_rc2.cc
[441/520] Compiling tls_cbc.cc
[442/520] Compiling e_null.cc
[443/520] Compiling e_aesctrhmac.cc
[444/520] Compiling e_chacha20poly1305.cc
[445/520] Compiling chacha.cc
[446/520] Compiling e_aesgcmsiv.cc
[447/520] Compiling derive_key.cc
[448/520] Compiling unicode.cc
[449/520] Compiling cbs.cc
[450/520] Compiling blake2.cc
[451/520] Compiling ber.cc
[452/520] Compiling buf.cc
[453/520] Compiling cbb.cc
[454/520] Compiling socket_helper.cc
[455/520] Compiling asn1_compat.cc
[456/520] Compiling socket.cc
[456/520] Compiling convert.cc
[458/520] Compiling bn_asn1.cc
[459/520] Compiling printf.cc
[460/520] Compiling hexdump.cc
[461/520] Compiling file.cc
[462/520] Compiling pair.cc
[463/520] Compiling fd.cc
[464/520] Compiling errno.cc
[465/520] Compiling connect.cc
[466/520] Compiling bio_mem.cc
[467/520] Compiling base64.cc
[468/520] Compiling bio.cc
[469/520] Compiling tasn_typ.cc
[470/520] Compiling tasn_utl.cc
[471/520] Compiling posix_time.cc
[472/520] Compiling tasn_enc.cc
[473/520] Compiling tasn_new.cc
[474/520] Compiling tasn_fre.cc
[475/520] Compiling f_int.cc
[476/520] Compiling f_string.cc
[477/520] Compiling asn_pack.cc
[478/520] Compiling asn1_par.cc
[479/520] Compiling tasn_dec.cc
[480/520] Compiling asn1_lib.cc
[481/520] Compiling a_type.cc
[482/520] Compiling a_time.cc
[483/520] Compiling a_strnid.cc
[484/520] Compiling a_utctm.cc
[485/520] Compiling a_octet.cc
[486/520] Compiling a_strex.cc
[487/520] Write sources
[490/520] Compiling a_object.cc
[491/539] Compiling a_i2d_fp.cc
[493/539] Compiling Atomics Primitives.shims.swift
[494/539] Compiling Atomics AtomicInteger.swift
[495/539] Compiling Atomics AtomicOptionalWrappable.swift
[496/539] Compiling Atomics ManagedAtomic.swift
[497/539] Compiling Atomics ManagedAtomicLazyReference.swift
[498/539] Compiling Atomics UnsafeAtomic.swift
[499/539] Compiling Atomics UnsafeAtomicLazyReference.swift
[499/541] Compiling a_int.cc
[500/541] Compiling a_dup.cc
[501/541] Compiling a_mbstr.cc
[503/541] Compiling Atomics AtomicMemoryOrderings.swift
[504/541] Compiling Atomics DoubleWord.swift
[505/541] Compiling Atomics AtomicReference.swift
[506/541] Compiling Atomics AtomicStorage.swift
[507/541] Compiling Atomics AtomicValue.swift
[507/541] Compiling a_d2i_fp.cc
[509/541] Compiling Atomics IntegerOperations.swift
[510/541] Compiling Atomics Unmanaged extensions.swift
[510/541] Compiling a_gentm.cc
[512/541] Compiling Atomics IntegerConformances.swift
[513/541] Compiling Atomics PointerConformances.swift
[514/541] Compiling Atomics Primitives.native.swift
[515/541] Compiling Atomics OptionalRawRepresentable.swift
[516/541] Compiling Atomics RawRepresentable.swift
[517/541] Compiling Atomics AtomicBool.swift
[518/541] Emitting module Atomics
[519/542] Wrapping AST for Atomics for debugging
[521/602] Compiling NIOCore MulticastChannel.swift
[522/602] Compiling NIOCore NIOAny.swift
[523/602] Compiling NIOCore NIOCloseOnErrorHandler.swift
[524/602] Compiling NIOCore NIOLoopBound.swift
[525/602] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[526/602] Compiling NIOCore NIOScheduledCallback.swift
[527/602] Compiling NIOCore NIOSendable.swift
[528/602] Compiling NIOCore RecvByteBufferAllocator.swift
[529/610] Compiling NIOCore IO.swift
[530/610] Compiling NIOCore IOData.swift
[531/610] Compiling NIOCore IPProtocol.swift
[532/610] Compiling NIOCore IntegerBitPacking.swift
[533/610] Compiling NIOCore IntegerTypes.swift
[534/610] Compiling NIOCore Interfaces.swift
[535/610] Compiling NIOCore Linux.swift
[536/610] Compiling NIOCore MarkedCircularBuffer.swift
[537/610] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[538/610] Compiling NIOCore EventLoopFuture+Deprecated.swift
[539/610] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[540/610] Compiling NIOCore EventLoopFuture.swift
[541/610] Compiling NIOCore FileDescriptor.swift
[542/610] Compiling NIOCore FileHandle.swift
[543/610] Compiling NIOCore FileRegion.swift
[544/610] Compiling NIOCore GlobalSingletons.swift
[545/610] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[546/610] Compiling NIOCore SocketAddresses.swift
[547/610] Compiling NIOCore SocketOptionProvider.swift
[548/610] Compiling NIOCore SystemCallHelpers.swift
[549/610] Compiling NIOCore TimeAmount+Duration.swift
[550/610] Compiling NIOCore TypeAssistedChannelHandler.swift
[551/610] Compiling NIOCore UniversalBootstrapSupport.swift
[552/610] Compiling NIOCore Utilities.swift
[553/610] Compiling NIOCore CircularBuffer.swift
[554/610] Compiling NIOCore Codec.swift
[555/610] Compiling NIOCore ConvenienceOptionSupport.swift
[556/610] Compiling NIOCore DeadChannel.swift
[557/610] Compiling NIOCore DispatchQueue+WithFuture.swift
[558/610] Compiling NIOCore EventLoop+Deprecated.swift
[559/610] Compiling NIOCore EventLoop+SerialExecutor.swift
[560/610] Compiling NIOCore EventLoop.swift
[561/610] Compiling NIOCore AddressedEnvelope.swift
[562/610] Compiling NIOCore AsyncAwaitSupport.swift
[563/610] Compiling NIOCore AsyncChannel.swift
[564/610] Compiling NIOCore AsyncChannelHandler.swift
[565/610] Compiling NIOCore AsyncChannelInboundStream.swift
[566/610] Compiling NIOCore AsyncChannelOutboundWriter.swift
[567/610] Compiling NIOCore NIOAsyncSequenceProducer.swift
[568/610] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[569/610] Compiling NIOCore NIOAsyncWriter.swift
[570/610] Compiling NIOCore ByteBuffer-multi-int.swift
[571/610] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[572/610] Compiling NIOCore ByteBuffer-views.swift
[573/610] Compiling NIOCore Channel.swift
[574/610] Compiling NIOCore ChannelHandler.swift
[575/610] Compiling NIOCore ChannelHandlers.swift
[576/610] Compiling NIOCore ChannelInvoker.swift
[577/610] Compiling NIOCore ChannelOption.swift
[578/610] Compiling NIOCore ChannelPipeline.swift
[579/610] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[580/610] Compiling NIOCore BSDSocketAPI.swift
[581/610] Compiling NIOCore ByteBuffer-aux.swift
[582/610] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[583/610] Compiling NIOCore ByteBuffer-conversions.swift
[584/610] Compiling NIOCore ByteBuffer-core.swift
[585/610] Compiling NIOCore ByteBuffer-hex.swift
[586/610] Compiling NIOCore ByteBuffer-int.swift
[587/610] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[588/610] Emitting module NIOCore
[589/611] Wrapping AST for NIOCore for debugging
[591/661] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[592/661] Compiling NIOEmbedded AsyncTestingChannel.swift
[593/661] Emitting module NIOEmbedded
[594/661] Compiling NIOEmbedded Embedded.swift
[595/662] Wrapping AST for NIOEmbedded for debugging
[597/662] Compiling NIOPosix BSDSocketAPICommon.swift
[598/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[599/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[600/662] Compiling NIOPosix BaseSocket.swift
[601/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[602/662] Compiling NIOPosix BaseSocketChannel.swift
[603/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[604/662] Emitting module NIOPosix
[605/668] Compiling NIOPosix Pool.swift
[606/668] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[607/668] Compiling NIOPosix PosixSingletons.swift
[608/668] Compiling NIOPosix RawSocketBootstrap.swift
[609/668] Compiling NIOPosix Resolver.swift
[610/668] Compiling NIOPosix Selectable.swift
[611/668] Compiling NIOPosix SelectableChannel.swift
[612/668] Compiling NIOPosix SelectableEventLoop.swift
[613/668] Compiling NIOPosix SelectorEpoll.swift
[614/668] Compiling NIOPosix SelectorGeneric.swift
[615/668] Compiling NIOPosix SelectorKqueue.swift
[616/668] Compiling NIOPosix SelectorUring.swift
[617/668] Compiling NIOPosix ServerSocket.swift
[618/668] Compiling NIOPosix Socket.swift
[619/668] Compiling NIOPosix SocketChannel.swift
[620/668] Compiling NIOPosix SocketProtocols.swift
[621/668] Compiling NIOPosix System.swift
[622/668] Compiling NIOPosix Thread.swift
[623/668] Compiling NIOPosix Bootstrap.swift
[624/668] Compiling NIOPosix ControlMessage.swift
[625/668] Compiling NIOPosix DatagramVectorReadManager.swift
[626/668] Compiling NIOPosix Errors+Any.swift
[627/668] Compiling NIOPosix FileDescriptor.swift
[628/668] Compiling NIOPosix GetaddrinfoResolver.swift
[629/668] Compiling NIOPosix HappyEyeballs.swift
[630/668] Compiling NIOPosix IO.swift
[631/668] Compiling NIOPosix IntegerBitPacking.swift
[632/668] Compiling NIOPosix IntegerTypes.swift
[633/668] Compiling NIOPosix Linux.swift
[634/668] Compiling NIOPosix LinuxCPUSet.swift
[635/668] Compiling NIOPosix LinuxUring.swift
[636/668] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[637/668] Compiling NIOPosix NIOThreadPool.swift
[638/668] Compiling NIOPosix NonBlockingFileIO.swift
[639/668] Compiling NIOPosix PendingDatagramWritesManager.swift
[640/668] Compiling NIOPosix PendingWritesManager.swift
[641/668] Compiling NIOPosix PipeChannel.swift
[642/668] Compiling NIOPosix PipePair.swift
[643/668] Compiling NIOPosix ThreadPosix.swift
[644/668] Compiling NIOPosix ThreadWindows.swift
[645/668] Compiling NIOPosix UnsafeTransfer.swift
[646/668] Compiling NIOPosix Utilities.swift
[647/668] Compiling NIOPosix VsockAddress.swift
[648/668] Compiling NIOPosix VsockChannelEvents.swift
[649/669] Wrapping AST for NIOPosix for debugging
[651/671] Emitting module NIO
[652/671] Compiling NIO Exports.swift
[653/672] Wrapping AST for NIO for debugging
[655/699] Emitting module NIOTLS
[656/699] Compiling NIOTLS TLSEvents.swift
[657/699] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[658/699] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[659/699] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[660/699] Compiling NIOTLS SNIHandler.swift
[661/700] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[662/700] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[664/702] Emitting module NIOHTTP1
[665/702] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[666/702] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[666/702] Wrapping AST for NIOTLS for debugging
[668/731] Compiling NIOSSL NIOSSLHandler.swift
[669/731] Compiling NIOSSL SSLContext.swift
[670/731] Compiling NIOSSL SSLCallbacks.swift
[671/731] Compiling NIOSSL LinuxCABundle.swift
[672/731] Compiling NIOSSL SSLConnection.swift
[673/731] Compiling NIOSSL NIOSSLServerHandler.swift
[674/731] Compiling NIOSSL IdentityVerification.swift
[675/731] Compiling NIOSSL SSLCertificate.swift
[676/731] Compiling NIOSSL ObjectIdentifier.swift
[677/731] Compiling NIOSSL PosixPort.swift
[678/731] Emitting module NIOFoundationCompat
[679/731] Compiling NIOSSL AndroidCABundle.swift
[680/731] Compiling NIOSSL ByteBufferBIO.swift
[681/731] Compiling NIOSSL CustomPrivateKey.swift
[682/732] Wrapping AST for NIOHTTP1 for debugging
[684/742] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[685/742] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[686/742] Compiling NIOWebSocket WebSocketOpcode.swift
[687/743] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[688/743] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[689/743] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[691/744] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[692/744] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[692/744] Wrapping AST for NIOFoundationCompat for debugging
[694/744] Compiling NIOWebSocket WebSocketErrorCodes.swift
[695/744] Compiling NIOWebSocket WebSocketFrame.swift
[696/744] Emitting module NIOSSL
[697/748] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[698/748] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[699/748] Emitting module NIOWebSocket
[700/748] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[701/748] Compiling NIOWebSocket SHA1.swift
[702/749] Compiling NIOSSL SubjectAlternativeName.swift
[703/749] Compiling NIOSSL NIOSSLSecureBytes.swift
[704/749] Compiling NIOSSL RNG.swift
[705/749] Compiling NIOSSL SafeCompare.swift
[706/749] Compiling NIOSSL SSLPrivateKey.swift
[707/749] Compiling NIOSSL SSLPublicKey.swift
[708/749] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[709/749] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[710/749] Wrapping AST for NIOWebSocket for debugging
[717/749] Compiling NIOSSL SSLCertificateExtensions.swift
[718/749] Compiling NIOSSL SSLCertificateName.swift
[725/749] Compiling NIOSSL SSLErrors.swift
[726/749] Compiling NIOSSL SSLInit.swift
[727/749] Compiling NIOSSL SSLPKCS12Bundle.swift
[729/749] Compiling NIOSSL NIOSSLClientHandler.swift
[730/749] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[732/749] Compiling NIOSSL Zeroization.swift
[733/749] Compiling NIOSSL TLSConfiguration.swift
[734/749] Compiling NIOSSL UniversalBootstrapSupport.swift
[735/749] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[736/750] Wrapping AST for NIOSSL for debugging
[738/768] 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 |         }
[739/770] Compiling LCLWebSocket TimeAmount+Extension.swift
[740/770] Compiling LCLWebSocket WebSocket.swift
[741/770] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[742/770] Compiling LCLWebSocket LCLWebSocket.swift
[743/770] Compiling LCLWebSocket LCLWebSocketListenable.swift
[744/770] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[745/770] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[746/770] Compiling LCLWebSocket WebSocketExtension.swift
[747/770] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[748/770] Compiling LCLWebSocket WebSocketHandler.swift
[749/770] Compiling LCLWebSocket WebSocketScheme.swift
[750/770] 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 |         }
/host/spi-builder-workspace/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[751/770] 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 |         }
/host/spi-builder-workspace/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[752/770] 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 |         }
/host/spi-builder-workspace/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[753/770] Compiling LCLWebSocket WebSocketConfiguration.swift
[754/770] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[755/770] 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 |         }
[756/770] 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 |         }
[757/770] 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 |         }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/30] Write swift-version-24593BA9C3E375BF.txt
[2/80] Compiling Logging LogHandler.swift
[3/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/80] Compiling InternalCollectionsUtilities Descriptions.swift
[5/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/81] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/81] Compiling InternalCollectionsUtilities Debugging.swift
[8/81] Compiling Atomics ManagedAtomic.swift
[9/81] Compiling Atomics ManagedAtomicLazyReference.swift
[10/81] Compiling Atomics AtomicMemoryOrderings.swift
[11/81] Compiling Atomics DoubleWord.swift
[12/81] Compiling Atomics UnsafeAtomic.swift
[13/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/83] Emitting module Logging
[15/83] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/83] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/83] Compiling Logging MetadataProvider.swift
[22/83] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/83] Compiling InternalCollectionsUtilities Integer rank.swift
[24/83] Emitting module _NIOBase64
[25/83] Compiling _NIOBase64 Base64.swift
[26/84] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/84] Compiling NIOConcurrencyHelpers atomics.swift
[29/84] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/84] Compiling NIOConcurrencyHelpers lock.swift
[31/84] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/84] Emitting module _NIODataStructures
[33/84] Compiling _NIODataStructures PriorityQueue.swift
[34/84] Compiling _NIODataStructures Heap.swift
[35/84] Compiling _NIODataStructures _TinyArray.swift
[36/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[37/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/85] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/85] Emitting module NIOConcurrencyHelpers
[41/86] Compiling Atomics IntegerOperations.swift
[42/86] Compiling Atomics Unmanaged extensions.swift
[44/86] Emitting module InternalCollectionsUtilities
[50/84] Compiling Logging Logging.swift
[51/84] Compiling Logging Locks.swift
[51/85] Wrapping AST for InternalCollectionsUtilities for debugging
[53/100] Wrapping AST for Logging for debugging
[55/100] Compiling DequeModule Deque+Testing.swift
[56/100] Compiling DequeModule Deque._Storage.swift
[57/102] Compiling DequeModule Deque+CustomReflectable.swift
[58/102] Compiling DequeModule Deque+Descriptions.swift
[59/102] Compiling DequeModule _DequeBuffer.swift
[60/102] Compiling DequeModule _DequeBufferHeader.swift
[61/102] Compiling DequeModule Deque+Extras.swift
[62/102] Compiling DequeModule Deque+Hashable.swift
[63/102] Compiling DequeModule _DequeSlot.swift
[64/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/102] Compiling DequeModule Deque+Codable.swift
[69/102] Compiling DequeModule Deque+Collection.swift
[71/102] Compiling DequeModule Deque+Equatable.swift
[72/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/102] Emitting module Atomics
[74/103] Compiling DequeModule Deque._UnsafeHandle.swift
[75/103] Compiling DequeModule Deque.swift
[77/103] Emitting module DequeModule
[80/104] Wrapping AST for Atomics for debugging
[81/104] Wrapping AST for DequeModule for debugging
[83/164] Compiling NIOCore IO.swift
[84/164] Compiling NIOCore IOData.swift
[85/164] Compiling NIOCore IPProtocol.swift
[86/164] Compiling NIOCore IntegerBitPacking.swift
[87/164] Compiling NIOCore IntegerTypes.swift
[88/164] Compiling NIOCore Interfaces.swift
[89/164] Compiling NIOCore Linux.swift
[90/164] Compiling NIOCore MarkedCircularBuffer.swift
[91/172] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[92/172] Compiling NIOCore EventLoopFuture+Deprecated.swift
[93/172] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[94/172] Compiling NIOCore EventLoopFuture.swift
[95/172] Compiling NIOCore FileDescriptor.swift
[96/172] Compiling NIOCore FileHandle.swift
[97/172] Compiling NIOCore FileRegion.swift
[98/172] Compiling NIOCore GlobalSingletons.swift
[99/172] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[100/172] Compiling NIOCore BSDSocketAPI.swift
[101/172] Compiling NIOCore ByteBuffer-aux.swift
[102/172] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[103/172] Compiling NIOCore ByteBuffer-conversions.swift
[104/172] Compiling NIOCore ByteBuffer-core.swift
[105/172] Compiling NIOCore ByteBuffer-hex.swift
[106/172] Compiling NIOCore ByteBuffer-int.swift
[107/172] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[108/172] Compiling NIOCore AddressedEnvelope.swift
[109/172] Compiling NIOCore AsyncAwaitSupport.swift
[110/172] Compiling NIOCore AsyncChannel.swift
[111/172] Compiling NIOCore AsyncChannelHandler.swift
[112/172] Compiling NIOCore AsyncChannelInboundStream.swift
[113/172] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/172] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/172] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[116/172] Compiling NIOCore NIOAsyncWriter.swift
[117/172] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[118/172] Compiling NIOCore SocketAddresses.swift
[119/172] Compiling NIOCore SocketOptionProvider.swift
[120/172] Compiling NIOCore SystemCallHelpers.swift
[121/172] Compiling NIOCore TimeAmount+Duration.swift
[122/172] Compiling NIOCore TypeAssistedChannelHandler.swift
[123/172] Compiling NIOCore UniversalBootstrapSupport.swift
[124/172] Compiling NIOCore Utilities.swift
[125/172] Compiling NIOCore MulticastChannel.swift
[126/172] Compiling NIOCore NIOAny.swift
[127/172] Compiling NIOCore NIOCloseOnErrorHandler.swift
[128/172] Compiling NIOCore NIOLoopBound.swift
[129/172] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[130/172] Compiling NIOCore NIOScheduledCallback.swift
[131/172] Compiling NIOCore NIOSendable.swift
[132/172] Compiling NIOCore RecvByteBufferAllocator.swift
[133/172] Compiling NIOCore CircularBuffer.swift
[134/172] Compiling NIOCore Codec.swift
[135/172] Compiling NIOCore ConvenienceOptionSupport.swift
[136/172] Compiling NIOCore DeadChannel.swift
[137/172] Compiling NIOCore DispatchQueue+WithFuture.swift
[138/172] Compiling NIOCore EventLoop+Deprecated.swift
[139/172] Compiling NIOCore EventLoop+SerialExecutor.swift
[140/172] Compiling NIOCore EventLoop.swift
[141/172] Compiling NIOCore ByteBuffer-multi-int.swift
[142/172] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[143/172] Compiling NIOCore ByteBuffer-views.swift
[144/172] Compiling NIOCore Channel.swift
[145/172] Compiling NIOCore ChannelHandler.swift
[146/172] Compiling NIOCore ChannelHandlers.swift
[147/172] Compiling NIOCore ChannelInvoker.swift
[148/172] Compiling NIOCore ChannelOption.swift
[149/172] Compiling NIOCore ChannelPipeline.swift
[150/172] Emitting module NIOCore
[152/222] Compiling NIOEmbedded AsyncTestingChannel.swift
[153/222] Emitting module NIOEmbedded
[154/222] Compiling NIOEmbedded Embedded.swift
[155/222] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[157/222] Emitting module NIOPosix
[158/228] Compiling NIOPosix Pool.swift
[159/228] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[160/228] Compiling NIOPosix PosixSingletons.swift
[161/228] Compiling NIOPosix RawSocketBootstrap.swift
[162/228] Compiling NIOPosix Resolver.swift
[163/228] Compiling NIOPosix Selectable.swift
[164/228] Compiling NIOPosix SelectableChannel.swift
[165/228] Compiling NIOPosix SelectableEventLoop.swift
[166/228] Compiling NIOPosix SelectorEpoll.swift
[167/228] Compiling NIOPosix SelectorGeneric.swift
[168/228] Compiling NIOPosix SelectorKqueue.swift
[169/228] Compiling NIOPosix SelectorUring.swift
[170/228] Compiling NIOPosix IO.swift
[171/228] Compiling NIOPosix IntegerBitPacking.swift
[172/228] Compiling NIOPosix IntegerTypes.swift
[173/228] Compiling NIOPosix Linux.swift
[174/228] Compiling NIOPosix LinuxCPUSet.swift
[175/228] Compiling NIOPosix LinuxUring.swift
[176/228] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[177/228] Compiling NIOPosix ServerSocket.swift
[178/228] Compiling NIOPosix Socket.swift
[179/228] Compiling NIOPosix SocketChannel.swift
[180/228] Compiling NIOPosix SocketProtocols.swift
[181/228] Compiling NIOPosix System.swift
[182/228] Compiling NIOPosix Thread.swift
[183/228] Compiling NIOPosix NIOThreadPool.swift
[184/228] Compiling NIOPosix NonBlockingFileIO.swift
[185/228] Compiling NIOPosix PendingDatagramWritesManager.swift
[186/228] Compiling NIOPosix PendingWritesManager.swift
[187/228] Compiling NIOPosix PipeChannel.swift
[188/228] Compiling NIOPosix PipePair.swift
[189/228] Compiling NIOPosix BSDSocketAPICommon.swift
[190/228] Compiling NIOPosix BSDSocketAPIPosix.swift
[191/228] Compiling NIOPosix BSDSocketAPIWindows.swift
[192/228] Compiling NIOPosix BaseSocket.swift
[193/228] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[194/228] Compiling NIOPosix BaseSocketChannel.swift
[195/228] Compiling NIOPosix BaseStreamSocketChannel.swift
[196/228] Compiling NIOPosix Bootstrap.swift
[197/228] Compiling NIOPosix ControlMessage.swift
[198/228] Compiling NIOPosix DatagramVectorReadManager.swift
[199/228] Compiling NIOPosix Errors+Any.swift
[200/228] Compiling NIOPosix FileDescriptor.swift
[201/228] Compiling NIOPosix GetaddrinfoResolver.swift
[202/228] Compiling NIOPosix HappyEyeballs.swift
[203/228] Compiling NIOPosix ThreadPosix.swift
[204/228] Compiling NIOPosix ThreadWindows.swift
[205/228] Compiling NIOPosix UnsafeTransfer.swift
[206/228] Compiling NIOPosix Utilities.swift
[207/228] Compiling NIOPosix VsockAddress.swift
[208/228] Compiling NIOPosix VsockChannelEvents.swift
[210/230] Emitting module NIO
[211/230] Compiling NIO Exports.swift
[213/257] Compiling NIOTLS TLSEvents.swift
[214/257] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[215/257] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[216/259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[217/259] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[218/259] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[219/259] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[220/259] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[221/259] Compiling NIOTLS SNIHandler.swift
[222/259] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[223/259] Emitting module NIOTLS
[224/260] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[225/260] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[226/260] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[227/260] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[229/260] Emitting module NIOHTTP1
[230/259] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[231/259] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[232/259] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/259] Emitting module NIOFoundationCompat
[234/260] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[235/260] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[237/288] Compiling NIOSSL SSLConnection.swift
[238/288] Compiling NIOSSL SSLContext.swift
[239/288] Compiling NIOSSL SSLErrors.swift
[240/288] Compiling NIOSSL SSLInit.swift
[241/288] Compiling NIOSSL SSLCertificate.swift
[242/288] Compiling NIOSSL SSLCertificateExtensions.swift
[243/288] Compiling NIOSSL SSLCertificateName.swift
[245/298] Compiling NIOSSL SubjectAlternativeName.swift
[246/298] Compiling NIOSSL NIOSSLSecureBytes.swift
[247/298] Compiling NIOSSL RNG.swift
[248/298] Compiling NIOSSL SafeCompare.swift
[249/298] Compiling NIOSSL SSLPrivateKey.swift
[250/298] Compiling NIOSSL SSLPublicKey.swift
[251/298] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[252/298] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[253/302] Emitting module NIOSSL
[254/302] Emitting module NIOWebSocket
[255/303] Compiling NIOWebSocket WebSocketOpcode.swift
[256/303] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[257/303] Compiling NIOWebSocket SHA1.swift
[258/303] Compiling NIOWebSocket WebSocketErrorCodes.swift
[259/303] Compiling NIOWebSocket WebSocketFrame.swift
[260/303] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[261/303] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[262/303] Compiling NIOSSL LinuxCABundle.swift
[263/303] Compiling NIOSSL NIOSSLClientHandler.swift
[264/303] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[265/303] Compiling NIOSSL NIOSSLHandler.swift
[266/303] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[267/303] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[268/303] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[270/304] Compiling NIOSSL Zeroization.swift
[271/304] Compiling NIOSSL TLSConfiguration.swift
[272/304] Compiling NIOSSL UniversalBootstrapSupport.swift
[273/304] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[278/304] Compiling NIOSSL NIOSSLServerHandler.swift
[279/304] Compiling NIOSSL ObjectIdentifier.swift
[280/304] Compiling NIOSSL PosixPort.swift
[281/304] Compiling NIOSSL SSLCallbacks.swift
[289/304] Compiling NIOSSL SSLPKCS12Bundle.swift
[291/321] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[292/321] Compiling LCLWebSocket LCLWebSocket.swift
[293/321] Compiling LCLWebSocket LCLWebSocketListenable.swift
[294/323] Compiling LCLWebSocket WebSocketHandler.swift
[295/323] Compiling LCLWebSocket WebSocketScheme.swift
[296/323] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[297/323] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[298/323] 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/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[299/323] 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/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[300/323] 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/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 |     return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 |     #endif
36 | }
   | `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[301/323] Emitting module LCLWebSocket
[302/323] Compiling LCLWebSocket WebSocketExtension.swift
[303/323] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[304/323] Compiling LCLWebSocket TimeAmount+Extension.swift
[305/323] Compiling LCLWebSocket WebSocket.swift
[306/323] Compiling LCLWebSocket WebSocketServer.swift
[307/323] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
[308/323] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[309/323] Compiling LCLWebSocket WebSocketConfiguration.swift
[310/323] Compiling LCLWebSocket PerMessageDeflateExtension.swift
BUILD FAILURE 6.1 android