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 1.1.1 (844bba), with Swift 6.1 for Android on 30 May 2025 10:27:16 UTC.

Build Command

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