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

Successful build of ActionCableSwift, reference master (85b9cd), with Swift 6.1 for Linux on 28 Apr 2025 07:13:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/Action-Cable-Swift.git
Reference: master
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/nerzh/Action-Cable-Swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 85b9cde add socket configuration to default implementation
Cloned https://github.com/nerzh/Action-Cable-Swift.git
Revision (git rev-parse @):
85b9cdee8cde32bc0a069c623098415aed4597e8
SUCCESS checkout https://github.com/nerzh/Action-Cable-Swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerzh/Action-Cable-Swift.git
https://github.com/nerzh/Action-Cable-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.16.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "ActionCableSwift",
  "name" : "ActionCableSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ActionCableSwift",
      "targets" : [
        "ActionCableSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionCableSwift",
      "module_type" : "SwiftTarget",
      "name" : "ActionCableSwift",
      "path" : "Sources/ActionCableSwift",
      "product_dependencies" : [
        "SwiftExtensionsPack",
        "WebSocketKit"
      ],
      "product_memberships" : [
        "ActionCableSwift"
      ],
      "sources" : [
        "ACChannel.swift",
        "ACSerializer.swift",
        "ActionCableSwift.swift",
        "Extensions.swift",
        "Helpers.swift",
        "WebSocketClient/ACWebSocketProtocol.swift",
        "WebSocketClient/WS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/nerzh/swift-extensions-pack.git
[1/2596] Fetching websocket-kit
[2597/3680] Fetching websocket-kit, swift-extensions-pack
Fetched https://github.com/vapor/websocket-kit.git from cache (0.28s)
Fetched https://github.com/nerzh/swift-extensions-pack.git from cache (0.29s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.83s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
[1/5662] Fetching swift-nio-extras
[5663/8281] Fetching swift-nio-extras, swift-nio-transport-services
[8282/83720] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
[6417/81101] Fetching swift-nio-extras, swift-nio
[8681/95894] Fetching swift-nio-extras, swift-nio, swift-nio-ssl
[71001/97599] Fetching swift-nio-extras, swift-nio, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
[59039/77144] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (4.27s)
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 (4.90s)
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.82.0 (2.48s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.61s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[497/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/7934] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms
[6283/19426] Fetching swift-http-structured-headers, swift-http-types, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.94s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.94s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.95s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.89s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Computing version for https://github.com/nerzh/swift-extensions-pack.git
Computed https://github.com/nerzh/swift-extensions-pack.git at 1.27.2 (0.52s)
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-log
[1/61] Fetching swift-regular-expression
[59/3897] Fetching swift-regular-expression, swift-log
[2515/4076] Fetching swift-regular-expression, swift-log, ed25519
Fetched https://github.com/nerzh/swift-regular-expression from cache (0.30s)
Fetched https://github.com/bytehubio/ed25519 from cache (0.31s)
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-log from cache (0.35s)
Fetched https://github.com/apple/swift-crypto from cache (1.43s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (1.93s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (0.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 2.6.0 (0.59s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/nerzh/swift-extensions-pack.git
Working copy of https://github.com/nerzh/swift-extensions-pack.git resolved at 1.27.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/863] Write sources
[19/863] Compiling CNIOWindows shim.c
[20/863] Compiling CNIOWASI CNIOWASI.c
[21/863] Write sources
[22/863] Compiling CNIOWindows WSAStartup.c
[23/863] Write sources
[26/863] Compiling CNIOLinux liburing_shims.c
[27/863] Compiling _AtomicsShims.c
[28/863] Compiling CNIOLLHTTP c_nio_http.c
[29/863] Compiling CNIODarwin shim.c
[30/863] Compiling CNIOSHA1 c_nio_sha1.c
[31/863] Compiling CNIOLinux shim.c
[32/863] Compiling CNIOLLHTTP c_nio_api.c
[33/863] Compiling fiat_p256_adx_sqr.S
[34/863] Compiling fiat_p256_adx_mul.S
[35/863] Compiling fiat_curve25519_adx_square.S
[36/863] Compiling fiat_curve25519_adx_mul.S
[37/863] Write swift-version-24593BA9C3E375BF.txt
[38/863] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/863] Compiling CNIOBoringSSLShims shims.c
[40/869] Compiling tls13_both.cc
[40/869] Compiling tls_record.cc
[42/869] Compiling tls_method.cc
[43/869] Compiling tls13_enc.cc
[44/869] Compiling tls13_client.cc
[45/883] Compiling tls13_server.cc
[46/893] Compiling ssl_versions.cc
[47/893] Compiling t1_enc.cc
[49/893] Emitting module SwiftRegularExpression
[50/893] Compiling InternalCollectionsUtilities _SortedCollection.swift
[51/893] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/893] Emitting module _NIOBase64
[53/893] Compiling _NIOBase64 Base64.swift
[54/896] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/896] Compiling InternalCollectionsUtilities Specialize.swift
[56/896] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/896] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/896] Compiling InternalCollectionsUtilities Debugging.swift
[59/896] Compiling InternalCollectionsUtilities Descriptions.swift
[60/896] Emitting module InternalCollectionsUtilities
[61/896] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/896] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[63/896] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[63/896] Compiling ssl_x509.cc
[66/896] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/896] Compiling InternalCollectionsUtilities Integer rank.swift
[68/896] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/896] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/896] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/896] Compiling _NIODataStructures PriorityQueue.swift
[72/896] Compiling _NIODataStructures _TinyArray.swift
[73/896] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/896] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/897] Compiling ssl_transcript.cc
[77/897] Compiling Logging MetadataProvider.swift
[77/897] Compiling ssl_stat.cc
[79/897] Emitting module _NIODataStructures
[80/897] Compiling _NIODataStructures Heap.swift
[81/897] Emitting module Logging
[82/897] Compiling Logging Locks.swift
[83/898] Compiling Logging Logging.swift
[84/898] Compiling Logging LogHandler.swift
[87/914] Compiling SwiftRegularExpression String+Regexp.swift
[89/915] Compiling DequeModule _DequeBuffer.swift
[90/915] Compiling DequeModule _DequeBufferHeader.swift
[91/917] Compiling DequeModule Deque+Extras.swift
[92/917] Compiling DequeModule Deque+Hashable.swift
[92/917] Compiling ssl_privkey.cc
[93/917] Compiling ssl_session.cc
[95/917] Compiling DequeModule Deque+Equatable.swift
[96/917] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/917] Compiling DequeModule Deque+Testing.swift
[98/917] Compiling DequeModule Deque._Storage.swift
[99/917] Compiling DequeModule Deque._UnsafeHandle.swift
[100/917] Compiling DequeModule Deque.swift
[101/917] Compiling DequeModule _DequeSlot.swift
[102/917] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/917] Emitting module DequeModule
[104/917] Compiling DequeModule Deque+Codable.swift
[105/917] Compiling DequeModule Deque+Collection.swift
[106/917] Compiling DequeModule Deque+CustomReflectable.swift
[107/917] Compiling DequeModule Deque+Descriptions.swift
[108/918] Compiling ssl_lib.cc
[109/918] Compiling ssl_key_share.cc
[110/918] Compiling ssl_file.cc
[111/918] Compiling ssl_credential.cc
[112/918] Compiling ssl_buffer.cc
[113/918] Compiling ssl_cipher.cc
[114/918] Compiling ssl_cert.cc
[115/918] Compiling ssl_asn1.cc
[116/918] Compiling ssl_aead_ctx.cc
[117/918] Compiling s3_pkt.cc
[118/918] Compiling s3_lib.cc
[119/918] Compiling s3_both.cc
[120/918] Compiling handshake_client.cc
[121/918] Compiling handshake_server.cc
[122/918] Compiling handshake.cc
[123/918] Compiling handoff.cc
[124/918] Compiling encrypted_client_hello.cc
[125/918] Compiling dtls_record.cc
[126/918] Compiling md5-x86_64-linux.S
[127/918] Compiling extensions.cc
[128/918] Compiling md5-x86_64-apple.S
[129/918] Compiling md5-586-linux.S
[130/918] Compiling md5-586-apple.S
[131/918] Compiling dtls_method.cc
[132/918] Compiling chacha20_poly1305_x86_64-linux.S
[133/918] Compiling chacha20_poly1305_armv8-win.S
[134/918] Compiling chacha20_poly1305_x86_64-apple.S
[135/918] Compiling chacha20_poly1305_armv8-linux.S
[136/918] Compiling chacha20_poly1305_armv8-apple.S
[137/918] Compiling chacha-x86_64-apple.S
[138/918] Compiling chacha-x86_64-linux.S
[139/918] Compiling err_data.cc
[140/918] Compiling chacha-x86-linux.S
[141/918] Compiling chacha-x86-apple.S
[142/918] Compiling chacha-armv8-win.S
[143/918] Compiling chacha-armv8-linux.S
[144/918] Compiling chacha-armv8-apple.S
[145/918] Compiling chacha-armv4-linux.S
[146/918] Compiling aes128gcmsiv-x86_64-linux.S
[146/918] Compiling aes128gcmsiv-x86_64-apple.S
[148/918] Compiling d1_srtp.cc
[149/918] Compiling x86_64-mont5-apple.S
[150/918] Compiling x86_64-mont5-linux.S
[151/918] Compiling x86_64-mont-linux.S
[152/918] Compiling d1_pkt.cc
[153/918] Compiling x86_64-mont-apple.S
[154/918] Compiling x86-mont-linux.S
[155/918] Compiling x86-mont-apple.S
[156/918] Compiling vpaes-x86_64-linux.S
[157/918] Compiling vpaes-x86_64-apple.S
[158/918] Compiling vpaes-x86-linux.S
[159/918] Compiling vpaes-armv8-win.S
[159/918] Compiling vpaes-x86-apple.S
[161/918] Compiling vpaes-armv8-apple.S
[161/918] Compiling vpaes-armv8-linux.S
[163/918] Compiling vpaes-armv7-linux.S
[164/918] Compiling sha512-armv8-linux.S
[164/918] Compiling sha512-x86_64-apple.S
[166/918] Compiling sha512-armv8-win.S
[167/918] Compiling sha512-x86_64-linux.S
[168/918] Compiling sha512-armv8-apple.S
[169/918] Compiling d1_lib.cc
[170/918] Compiling sha512-586-linux.S
[171/918] Compiling sha512-armv4-linux.S
[172/918] Compiling sha512-586-apple.S
[173/918] Compiling sha256-x86_64-apple.S
[174/918] Compiling sha256-x86_64-linux.S
[175/918] Compiling bio_ssl.cc
[176/918] Compiling sha256-armv8-linux.S
[177/918] Compiling sha256-armv8-win.S
[178/918] Compiling sha256-armv8-apple.S
[179/918] Compiling sha256-armv4-linux.S
[180/918] Compiling sha256-586-linux.S
[181/918] Compiling sha256-586-apple.S
[182/918] Compiling sha1-armv8-win.S
[183/918] Compiling sha1-x86_64-apple.S
[184/918] Compiling sha1-armv8-linux.S
[185/918] Compiling sha1-armv8-apple.S
[186/918] Compiling sha1-x86_64-linux.S
[187/918] Compiling sha1-armv4-large-linux.S
[188/918] Compiling sha1-586-linux.S
[189/918] Compiling sha1-586-apple.S
[190/918] Compiling rsaz-avx2-apple.S
[191/918] Compiling rsaz-avx2-linux.S
[192/918] Compiling rdrand-x86_64-apple.S
[193/918] Compiling rdrand-x86_64-linux.S
[194/918] Compiling p256_beeu-x86_64-asm-linux.S
[195/918] Compiling p256_beeu-x86_64-asm-apple.S
[196/918] Compiling p256_beeu-armv8-asm-win.S
[197/918] Compiling p256_beeu-armv8-asm-linux.S
[198/918] Compiling p256_beeu-armv8-asm-apple.S
[199/918] Compiling p256-x86_64-asm-apple.S
[200/918] Compiling p256-armv8-asm-win.S
[201/918] Compiling p256-armv8-asm-linux.S
[202/918] Compiling p256-x86_64-asm-linux.S
[203/918] Compiling p256-armv8-asm-apple.S
[204/918] Compiling ghashv8-armv8-win.S
[205/918] Compiling ghashv8-armv8-linux.S
[206/918] Compiling ghashv8-armv8-apple.S
[207/918] Compiling ghashv8-armv7-linux.S
[208/918] Compiling ghash-x86_64-apple.S
[209/918] Compiling ghash-x86_64-linux.S
[210/918] Compiling ghash-x86-linux.S
[211/918] Compiling ghash-x86-apple.S
[212/918] Compiling ghash-ssse3-x86_64-linux.S
[213/918] Compiling ghash-ssse3-x86_64-apple.S
[214/918] Compiling ghash-ssse3-x86-linux.S
[215/918] Compiling ghash-ssse3-x86-apple.S
[216/918] Compiling ghash-neon-armv8-win.S
[217/918] Compiling ghash-neon-armv8-linux.S
[218/918] Compiling ghash-neon-armv8-apple.S
[219/918] Compiling ghash-armv4-linux.S
[220/918] Compiling co-586-linux.S
[221/918] Compiling co-586-apple.S
[222/918] Compiling bsaes-armv7-linux.S
[223/918] Compiling bn-armv8-win.S
[224/918] Compiling bn-armv8-linux.S
[225/918] Compiling bn-armv8-apple.S
[226/918] Compiling bn-586-linux.S
[227/918] Compiling bn-586-apple.S
[228/918] Compiling armv8-mont-win.S
[229/918] Compiling armv8-mont-linux.S
[230/918] Compiling armv8-mont-apple.S
[231/918] Compiling armv4-mont-linux.S
[232/918] Compiling aesv8-gcm-armv8-win.S
[233/918] Compiling aesv8-gcm-armv8-linux.S
[234/918] Compiling aesv8-gcm-armv8-apple.S
[235/918] Compiling aesv8-armv8-win.S
[236/918] Compiling aesv8-armv8-apple.S
[237/918] Compiling aesv8-armv8-linux.S
[238/918] Compiling aesv8-armv7-linux.S
[239/918] Compiling aesni-x86_64-linux.S
[240/918] Compiling aesni-x86-linux.S
[241/918] Compiling aesni-x86_64-apple.S
[242/918] Compiling aesni-x86-apple.S
[243/918] Compiling aesni-gcm-x86_64-apple.S
[244/918] Compiling aesni-gcm-x86_64-linux.S
[245/918] Compiling aes-gcm-avx2-x86_64-linux.S
[246/918] Compiling aes-gcm-avx2-x86_64-apple.S
[247/918] Compiling aes-gcm-avx10-x86_64-apple.S
[248/918] Compiling aes-gcm-avx10-x86_64-linux.S
[249/918] Compiling d1_both.cc
[250/918] Compiling x_sig.cc
[251/918] Compiling x_val.cc
[252/918] Compiling x_x509a.cc
[253/918] Compiling x_x509.cc
[254/918] Compiling x_req.cc
[254/918] Compiling x_pubkey.cc
[256/918] Compiling x_spki.cc
[257/918] Compiling x_name.cc
[258/918] Compiling x_exten.cc
[259/918] Compiling x_algor.cc
[259/918] Compiling x509spki.cc
[261/918] Compiling x_crl.cc
[262/918] Compiling x_attrib.cc
[263/918] Compiling x509rset.cc
[264/918] Compiling x_all.cc
[265/918] Compiling x509name.cc
[266/918] Compiling x509_txt.cc
[267/918] Compiling x509cset.cc
[268/918] Compiling x509_vpm.cc
[269/918] Compiling x509_v3.cc
[270/918] Compiling x509_trs.cc
[271/918] Compiling x509_vfy.cc
[272/918] Compiling x509_set.cc
[273/918] Compiling x509_req.cc
[274/918] Compiling x509_def.cc
[275/918] Compiling x509_obj.cc
[276/918] Compiling x509_d2.cc
[277/918] Compiling x509_ext.cc
[278/918] Compiling x509_lu.cc
[279/918] Compiling x509.cc
[280/918] Compiling x509_att.cc
[281/918] Compiling x509_cmp.cc
[282/918] Compiling v3_prn.cc
[283/918] Compiling v3_skey.cc
[284/918] Compiling v3_ocsp.cc
[284/918] Compiling v3_purp.cc
[286/918] Compiling v3_pmaps.cc
[287/918] Compiling v3_utl.cc
[288/918] Compiling v3_pcons.cc
[289/918] Compiling v3_ncons.cc
[290/918] Compiling v3_int.cc
[291/918] Compiling v3_lib.cc
[292/918] Compiling v3_ia5.cc
[293/918] Compiling v3_info.cc
[294/918] Compiling v3_extku.cc
[295/918] Compiling v3_genn.cc
[296/918] Compiling v3_enum.cc
[297/918] Compiling v3_crld.cc
[298/918] Compiling v3_cpols.cc
[299/918] Compiling v3_conf.cc
[300/918] Compiling v3_bitst.cc
[301/918] Compiling v3_bcons.cc
[302/918] Compiling v3_akeya.cc
[303/918] Compiling v3_alt.cc
[304/918] Compiling v3_akey.cc
[305/918] Compiling t_x509a.cc
[306/918] Compiling i2d_pr.cc
[307/918] Compiling t_crl.cc
[308/918] Compiling t_x509.cc
[309/918] Compiling name_print.cc
[310/918] Compiling t_req.cc
[311/918] Compiling rsa_pss.cc
[312/918] Compiling policy.cc
[313/918] Compiling by_file.cc
[314/918] Compiling by_dir.cc
[315/918] Compiling voprf.cc
[316/918] Compiling algorithm.cc
[317/918] Compiling a_digest.cc
[318/918] Compiling trust_token.cc
[319/918] Compiling asn1_gen.cc
[320/918] Compiling a_verify.cc
[321/918] Compiling a_sign.cc
[322/918] Compiling thread_win.cc
[323/918] Compiling thread.cc
[324/918] Compiling thread_none.cc
[325/918] Compiling thread_pthread.cc
[326/918] Compiling stack.cc
[327/918] Compiling pmbtoken.cc
[328/918] Compiling slhdsa.cc
[329/918] Compiling sha512.cc
[330/918] Compiling siphash.cc
[331/918] Compiling sha1.cc
[332/918] Compiling sha256.cc
[333/918] Compiling spake2plus.cc
[334/918] Compiling rsa_extra.cc
[335/918] Compiling rsa_print.cc
[336/918] Compiling rc4.cc
[337/918] Compiling refcount.cc
[338/918] Compiling windows.cc
[339/918] Compiling rsa_crypt.cc
[340/918] Compiling trusty.cc
[341/918] Compiling rand.cc
[342/918] Compiling urandom.cc
[343/918] Compiling rsa_asn1.cc
[344/918] Compiling ios.cc
[345/918] Compiling getentropy.cc
[346/918] Compiling passive.cc
[347/918] Compiling poly1305_arm_asm.S
[348/918] Compiling deterministic.cc
[349/918] Compiling forkunsafe.cc
[350/918] Compiling fork_detect.cc
[351/918] Compiling poly1305.cc
[351/918] Compiling poly1305_arm.cc
[353/918] Compiling poly1305_vec.cc
[354/918] Compiling pool.cc
[355/918] Compiling pkcs7.cc
[356/918] Compiling p5_pbev2.cc
[357/918] Compiling pkcs8_x509.cc
[358/918] Compiling pkcs8.cc
[359/918] Compiling pkcs7_x509.cc
[360/918] Compiling pem_xaux.cc
[361/918] Compiling pem_x509.cc
[362/918] Compiling pem_pkey.cc
[363/918] Compiling mlkem.cc
[364/918] Compiling pem_pk8.cc
[365/918] Compiling obj_xref.cc
[366/918] Compiling pem_oth.cc
[367/918] Compiling pem_info.cc
[368/918] Compiling mldsa.cc
[369/918] Compiling pem_lib.cc
[370/918] Compiling pem_all.cc
[371/918] Compiling obj.cc
[372/918] Compiling poly_rq_mul.S
[373/918] Compiling fips_shared_support.cc
[374/918] Compiling md5.cc
[375/918] Compiling mem.cc
[376/918] Compiling md4.cc
[377/918] Compiling lhash.cc
[378/918] Compiling hrss.cc
[379/918] Compiling ex_data.cc
[380/918] Compiling kyber.cc
[381/918] Compiling sign.cc
[382/918] Compiling scrypt.cc
[383/918] Compiling hpke.cc
[384/918] Compiling print.cc
[385/918] Compiling pbkdf.cc
[386/918] Compiling p_x25519.cc
[387/918] Compiling p_x25519_asn1.cc
[388/918] Compiling p_rsa_asn1.cc
[389/918] Compiling p_ed25519.cc
[390/918] Compiling p_rsa.cc
[391/918] Compiling p_hkdf.cc
[392/918] Compiling p_ed25519_asn1.cc
[393/918] Compiling p_ec_asn1.cc
[394/918] Compiling p_ec.cc
[395/918] Compiling p_dh.cc
[395/918] Compiling p_dh_asn1.cc
[397/918] Compiling evp_ctx.cc
[398/918] Compiling p_dsa_asn1.cc
[399/918] Compiling evp.cc
[400/918] Compiling err.cc
[401/918] Compiling engine.cc
[402/918] Compiling evp_asn1.cc
[403/918] Compiling ecdh.cc
[404/918] Compiling ecdsa_asn1.cc
[405/918] Compiling hash_to_curve.cc
[406/918] Compiling ec_derive.cc
[407/918] Compiling dsa.cc
[408/918] Compiling ec_asn1.cc
[409/918] Compiling dsa_asn1.cc
[410/918] Compiling params.cc
[411/918] Compiling x25519-asm-arm.S
[412/918] Compiling des.cc
[413/918] Compiling digest_extra.cc
[414/918] Compiling dh_asn1.cc
[415/918] Compiling crypto.cc
[416/918] Compiling spake25519.cc
[417/918] Compiling cpu_intel.cc
[418/918] Compiling cpu_arm_linux.cc
[419/918] Compiling cpu_arm_freebsd.cc
[420/918] Compiling curve25519.cc
[421/918] Compiling cpu_aarch64_openbsd.cc
[422/918] Compiling cpu_aarch64_win.cc
[423/918] Compiling cpu_aarch64_sysreg.cc
[424/918] Compiling bcm.cc
[425/918] Compiling cpu_aarch64_linux.cc
[426/918] Compiling cpu_aarch64_fuchsia.cc
[427/918] Compiling cpu_aarch64_apple.cc
[428/918] Compiling curve25519_64_adx.cc
[429/918] Compiling get_cipher.cc
[430/918] Compiling tls_cbc.cc
[431/918] Compiling conf.cc
[432/918] Compiling e_rc4.cc
[433/918] Compiling e_tls.cc
[434/918] Compiling e_null.cc
[435/918] Compiling e_rc2.cc
[436/918] Compiling e_des.cc
[437/918] Compiling derive_key.cc
[438/918] Compiling e_chacha20poly1305.cc
[439/918] Compiling e_aesgcmsiv.cc
[440/918] Compiling e_aesctrhmac.cc
[441/918] Compiling chacha.cc
[442/918] Compiling unicode.cc
[443/918] Compiling buf.cc
[444/918] Compiling cbb.cc
[445/918] Compiling cbs.cc
[446/918] Compiling ber.cc
[447/918] Compiling bn_asn1.cc
[448/918] Compiling asn1_compat.cc
[449/918] Compiling blake2.cc
[450/918] Compiling convert.cc
[451/918] Compiling socket.cc
[452/918] Compiling printf.cc
[453/918] Compiling socket_helper.cc
[454/918] Compiling pair.cc
[455/918] Compiling hexdump.cc
[456/918] Compiling file.cc
[457/918] Compiling errno.cc
[458/918] Compiling fd.cc
[459/918] Compiling bio_mem.cc
[459/918] Compiling connect.cc
[461/918] Compiling bio.cc
[462/918] Compiling base64.cc
[463/918] Compiling tasn_typ.cc
[464/918] Compiling tasn_fre.cc
[465/918] Compiling tasn_utl.cc
[466/918] Compiling tasn_enc.cc
[467/918] Compiling posix_time.cc
[467/918] Compiling f_string.cc
[469/918] Compiling tasn_new.cc
[470/918] Compiling f_int.cc
[471/918] Compiling asn_pack.cc
[472/918] Compiling tasn_dec.cc
[473/918] Compiling asn1_par.cc
[474/918] Compiling a_octet.cc
[474/918] Compiling a_utctm.cc
[476/918] Compiling a_type.cc
[477/918] Compiling a_time.cc
[478/918] Compiling asn1_lib.cc
[479/918] Compiling a_strnid.cc
[480/918] Compiling a_strex.cc
[481/918] Compiling a_i2d_fp.cc
[482/918] Compiling a_object.cc
[483/918] Compiling a_dup.cc
[484/918] Compiling a_d2i_fp.cc
[485/918] Compiling CEd25519 verify.c
[486/918] Compiling a_mbstr.cc
[487/918] Compiling CEd25519 sign.c
[488/918] Compiling a_gentm.cc
[489/918] Compiling CEd25519 seed.c
[490/918] Compiling CEd25519 sha512.c
[491/918] Compiling a_int.cc
[492/918] Compiling CEd25519 keypair.c
[493/918] Compiling CEd25519 sc.c
[494/918] Compiling CEd25519 key_exchange.c
[495/918] Compiling CEd25519 add_scalar.c
[496/918] Compiling CEd25519 ge.c
[497/918] Compiling fiat_curve25519_adx_square.S
[497/918] Compiling CEd25519 fe.c
[499/918] Compiling a_bitstr.cc
[500/918] Compiling fiat_curve25519_adx_mul.S
[501/918] Compiling a_bool.cc
[502/924] Compiling v3_skey.c
[503/924] Compiling v3_prn.c
[504/924] Compiling CCryptoBoringSSLShims shims.c
[505/924] Compiling v3_utl.c
[506/924] Compiling v3_purp.c
[508/924] Emitting module Ed25519
[509/924] Compiling Ed25519 Seed.swift
[510/924] Compiling Ed25519 Error.swift
[510/924] Compiling v3_lib.c
[512/924] Compiling Ed25519 PublicKey.swift
[513/924] Compiling Ed25519 KeyPair.swift
[513/924] Compiling v3_pmaps.c
[515/924] Compiling Ed25519 PrivateKey.swift
[515/925] Compiling v3_pcons.c
[516/925] Compiling v3_ocsp.c
[517/925] Compiling v3_ncons.c
[519/925] Compiling v3_int.c
[520/925] Compiling v3_info.c
[521/925] Compiling v3_ia5.c
[522/925] Compiling v3_genn.c
[523/925] Compiling v3_extku.c
[524/925] Compiling v3_enum.c
[525/925] Compiling v3_crld.c
[526/925] Compiling v3_cpols.c
[527/925] Compiling v3_bitst.c
[528/925] Compiling v3_conf.c
[529/925] Compiling v3_bcons.c
[530/925] Compiling v3_alt.c
[531/925] Compiling v3_akeya.c
[532/925] Compiling v3_akey.c
[533/925] Compiling x_x509a.c
[534/925] Compiling x_val.c
[535/925] Compiling x_x509.c
[536/925] Compiling x_sig.c
[537/925] Compiling x_spki.c
[538/925] Compiling x_req.c
[539/925] Compiling x_pubkey.c
[540/925] Compiling x_pkey.c
[541/925] Compiling x_info.c
[542/925] Compiling x_exten.c
[543/925] Compiling x_name.c
[544/925] Compiling x_algor.c
[545/925] Compiling x_attrib.c
[545/925] Compiling x_crl.c
[547/925] Compiling x_all.c
[548/925] Compiling x509spki.c
[549/925] Compiling x509rset.c
[550/925] Compiling x509cset.c
[551/925] Compiling x509name.c
[552/925] Compiling x509_vpm.c
[553/925] Compiling x509_txt.c
[554/925] Compiling x509_v3.c
[555/925] Compiling x509_vfy.c
[556/925] Compiling x509_set.c
[557/925] Compiling x509_trs.c
[558/925] Compiling x509_obj.c
[559/925] Compiling x509_req.c
[560/925] Compiling c-nioatomics.c
[561/925] Compiling x509_def.c
[562/925] Compiling x509_d2.c
[563/925] Compiling x509_lu.c
[564/925] Compiling x509_ext.c
[565/925] Compiling x509_att.c
[566/925] Compiling x509.c
[567/925] Compiling x509_cmp.c
[568/925] Compiling t_x509a.c
[569/925] Compiling t_x509.c
[570/925] Compiling t_req.c
[571/925] Compiling i2d_pr.c
[572/925] Compiling t_crl.c
[573/925] Compiling rsa_pss.c
[574/925] Compiling name_print.c
[575/925] Compiling policy.c
[576/925] Compiling by_file.c
[577/925] Compiling algorithm.c
[578/925] Compiling by_dir.c
[579/925] Compiling a_verify.c
[580/925] Compiling c-atomics.c
[581/925] Compiling a_sign.c
[582/925] Compiling asn1_gen.c
[583/925] Compiling a_digest.c
[584/925] Compiling thread_win.c
[585/925] Compiling thread_pthread.c
[586/925] Compiling thread_none.c
[587/925] Compiling thread.c
[588/925] Compiling trust_token.c
[589/925] Compiling voprf.c
[590/925] Compiling siphash.c
[590/925] Compiling pmbtoken.c
[592/925] Compiling stack.c
[593/925] Compiling rsa_print.c
[594/930] Compiling rc4.c
[595/931] Compiling refcount.c
[596/931] Compiling rand_extra.c
[597/931] Compiling rsa_crypt.c
[598/931] Compiling windows.c
[598/931] Compiling rsa_asn1.c
[600/931] Compiling trusty.c
[601/931] Compiling ios.c
[602/931] Compiling passive.c
[603/931] Compiling deterministic.c
[604/931] Compiling forkunsafe.c
[605/931] Compiling poly1305_arm_asm.S
[606/931] Compiling getentropy.c
[607/931] Compiling pool.c
[608/931] Compiling poly1305_arm.c
[609/931] Compiling poly1305.c
[610/931] Compiling pkcs7.c
[611/931] Compiling poly1305_vec.c
[612/931] Compiling pkcs8.c
[613/931] Compiling pem_x509.c
[614/931] Compiling p5_pbev2.c
[615/931] Compiling pkcs7_x509.c
[616/931] Compiling pkcs8_x509.c
[617/931] Compiling pem_pkey.c
[619/931] Compiling NIOConcurrencyHelpers NIOLock.swift
[620/931] Compiling NIOConcurrencyHelpers lock.swift
[620/931] Compiling pem_xaux.c
[621/931] Compiling obj_xref.c
[622/931] Compiling pem_oth.c
[623/931] Compiling pem_pk8.c
[625/931] Compiling NIOConcurrencyHelpers atomics.swift
[626/931] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[626/931] Compiling pem_all.c
[628/931] Emitting module NIOConcurrencyHelpers
[629/931] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[629/931] Compiling lhash.c
[630/932] Compiling pem_lib.c
[631/932] Compiling pem_info.c
[632/932] Compiling mem.c
[633/932] Compiling keccak.c
[633/932] Compiling kyber.c
[635/932] Compiling x86_64-mont5-mac.mac.x86_64.S
[636/932] Compiling obj.c
[638/932] Compiling poly_rq_mul.S
[639/932] Compiling x86_64-mont-mac.mac.x86_64.S
[640/932] Compiling x86_64-mont-linux.linux.x86_64.S
[641/932] Compiling x86-mont-windows.windows.x86.S
[642/932] Compiling hpke.c
[643/932] Compiling x86_64-mont5-linux.linux.x86_64.S
[644/932] Compiling x86-mont-linux.linux.x86.S
[645/932] Compiling vpaes-x86_64-mac.mac.x86_64.S
[646/932] Compiling vpaes-x86-windows.windows.x86.S
[647/932] Compiling vpaes-x86_64-linux.linux.x86_64.S
[648/932] Compiling vpaes-x86-linux.linux.x86.S
[649/932] Compiling vpaes-armv8-ios.ios.aarch64.S
[650/932] Compiling vpaes-armv8-linux.linux.aarch64.S
[651/932] Compiling vpaes-armv7-linux.linux.arm.S
[652/932] Compiling vpaes-armv7-ios.ios.arm.S
[653/932] Compiling sha512-x86_64-mac.mac.x86_64.S
[654/932] Compiling sha512-armv8-linux.linux.aarch64.S
[655/932] Compiling sha512-armv8-ios.ios.aarch64.S
[656/932] Compiling sha512-armv4-linux.linux.arm.S
[657/932] Compiling sha512-x86_64-linux.linux.x86_64.S
[658/932] Compiling hrss.c
[659/932] Compiling sha512-586-windows.windows.x86.S
[660/932] Compiling kdf.c
[661/932] Compiling sha512-armv4-ios.ios.arm.S
[662/932] Compiling sha512-586-linux.linux.x86.S
[663/932] Compiling sha256-x86_64-mac.mac.x86_64.S
[664/932] Compiling sha256-armv8-linux.linux.aarch64.S
[665/932] Compiling sha256-armv8-ios.ios.aarch64.S
[666/932] Compiling sha256-armv4-ios.ios.arm.S
[667/932] Compiling sha256-x86_64-linux.linux.x86_64.S
[668/932] Compiling sha256-armv4-linux.linux.arm.S
[669/932] Compiling sha256-586-linux.linux.x86.S
[670/932] Compiling sha256-586-windows.windows.x86.S
[671/932] Compiling sha1-x86_64-mac.mac.x86_64.S
[672/932] Compiling sha1-armv8-linux.linux.aarch64.S
[673/932] Compiling sha1-armv8-ios.ios.aarch64.S
[674/932] Compiling sha1-armv4-large-linux.linux.arm.S
[675/932] Compiling sha1-armv4-large-ios.ios.arm.S
[676/932] Compiling sha1-586-windows.windows.x86.S
[677/932] Compiling sha1-x86_64-linux.linux.x86_64.S
[678/932] Compiling sha256.c
[679/932] Compiling fips.c
[680/932] Compiling sha512.c
[681/932] Compiling sha1.c
[682/932] Compiling rsaz-avx2-mac.mac.x86_64.S
[682/932] Compiling sha1-586-linux.linux.x86.S
[684/932] Compiling service_indicator.c
[685/932] Compiling rsaz-avx2-linux.linux.x86_64.S
[686/932] Compiling rdrand-x86_64-mac.mac.x86_64.S
[687/932] Compiling rdrand-x86_64-linux.linux.x86_64.S
[688/932] Compiling self_check.c
[689/932] Compiling blinding.c
[690/932] Compiling padding.c
[691/932] Compiling rsa_impl.c
[691/932] Compiling rand.c
[693/932] Compiling urandom.c
[694/932] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[695/932] Compiling rsa.c
[696/932] Compiling fork_detect.c
[697/932] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[698/932] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[699/932] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[700/932] Compiling ctrdrbg.c
[701/932] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[702/932] Compiling p256-armv8-asm-linux.linux.aarch64.S
[703/932] Compiling p256-armv8-asm-ios.ios.aarch64.S
[704/932] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[705/932] Compiling ofb.c
[706/932] Compiling gcm_nohw.c
[707/932] Compiling polyval.c
[708/932] Compiling ctr.c
[709/932] Compiling cfb.c
[710/932] Compiling gcm.c
[711/932] Compiling cbc.c
[712/932] Compiling md5-x86_64-mac.mac.x86_64.S
[713/932] Compiling md5.c
[714/932] Compiling md5-586-windows.windows.x86.S
[715/932] Compiling md5-586-linux.linux.x86.S
[716/932] Compiling md5-x86_64-linux.linux.x86_64.S
[717/932] Compiling ghashv8-armv8-linux.linux.aarch64.S
[718/932] Compiling ghashv8-armv7-linux.linux.arm.S
[719/932] Compiling ghashv8-armv8-ios.ios.aarch64.S
[720/932] Compiling ghashv8-armv7-ios.ios.arm.S
[721/932] Compiling ghash-x86_64-mac.mac.x86_64.S
[722/932] Compiling md4.c
[722/932] Compiling hkdf.c
[724/932] Compiling hmac.c
[725/932] Compiling ghash-x86-windows.windows.x86.S
[726/932] Compiling ghash-x86-linux.linux.x86.S
[727/932] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[728/932] Compiling ghash-x86_64-linux.linux.x86_64.S
[729/932] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[730/932] Compiling ghash-ssse3-x86-windows.windows.x86.S
[731/932] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[732/932] Compiling ghash-ssse3-x86-linux.linux.x86.S
[733/932] Compiling ghash-armv4-linux.linux.arm.S
[733/932] Compiling fips_shared_support.c
[735/932] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[736/932] Compiling ghash-armv4-ios.ios.arm.S
[737/932] Compiling ecdh.c
[738/932] Compiling ecdsa.c
[739/932] Compiling util.c
[740/932] Compiling wnaf.c
[740/932] Compiling scalar.c
[741/932] Compiling simple_mul.c
[743/932] Compiling simple.c
[744/932] Compiling p256.c
[745/932] Compiling felem.c
[746/932] Compiling oct.c
[747/932] Compiling ec_montgomery.c
[748/932] Compiling ec_key.c
[749/932] Compiling p224-64.c
[750/932] Compiling co-586-windows.windows.x86.S
[751/932] Compiling ec.c
[752/932] Compiling digestsign.c
[753/932] Compiling digests.c
[754/932] Compiling digest.c
[755/932] Compiling co-586-linux.linux.x86.S
[756/932] Compiling dh.c
[757/932] Compiling check.c
[758/932] Compiling bsaes-armv7-linux.linux.arm.S
[759/932] Compiling cmac.c
[760/932] Compiling bsaes-armv7-ios.ios.arm.S
[761/932] Compiling e_aesccm.c
[762/932] Compiling aead.c
[763/932] Compiling cipher.c
[764/932] Compiling rsaz_exp.c
[764/932] Compiling sqrt.c
[766/932] Compiling shift.c
[767/932] Compiling e_aes.c
[768/932] Compiling random.c
[769/932] Compiling prime.c
[770/932] Compiling p256-nistz.c
[771/932] Compiling montgomery_inv.c
[772/932] Compiling mul.c
[773/932] Compiling jacobi.c
[774/932] Compiling montgomery.c
[775/932] Compiling generic.c
[776/932] Compiling gcd_extra.c
[777/932] Compiling gcd.c
[778/932] Compiling div_extra.c
[779/932] Compiling ctx.c
[780/932] Compiling cmp.c
[781/932] Compiling div.c
[782/932] Compiling bytes.c
[783/932] Compiling exponentiation.c
[784/932] Compiling bn-armv8-linux.linux.aarch64.S
[785/932] Compiling bn-armv8-ios.ios.aarch64.S
[786/932] Compiling bn.c
[787/932] Compiling bn-586-windows.windows.x86.S
[788/932] Compiling bn-586-linux.linux.x86.S
[789/932] Compiling armv8-mont-linux.linux.aarch64.S
[790/932] Compiling add.c
[791/932] Compiling armv4-mont-linux.linux.arm.S
[792/932] Compiling armv8-mont-ios.ios.aarch64.S
[793/932] Compiling armv4-mont-ios.ios.arm.S
[794/932] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[795/932] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[796/932] Compiling aesv8-armv8-linux.linux.aarch64.S
[797/932] Compiling aesv8-armv7-linux.linux.arm.S
[798/932] Compiling aesv8-armv8-ios.ios.aarch64.S
[799/932] Compiling aesv8-armv7-ios.ios.arm.S
[800/932] Compiling aesni-x86_64-mac.mac.x86_64.S
[801/932] Compiling aesni-x86-windows.windows.x86.S
[802/932] Compiling aesni-x86-linux.linux.x86.S
[803/932] Compiling aesni-x86_64-linux.linux.x86_64.S
[804/932] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[805/932] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[806/932] Compiling x86_64-gcc.c
[807/932] Compiling mode_wrappers.c
[808/932] Compiling aes.c
[809/932] Compiling key_wrap.c
[810/932] Compiling sign.c
[811/932] Compiling ex_data.c
[812/932] Compiling scrypt.c
[813/932] Compiling pbkdf.c
[814/932] Compiling print.c
[815/932] Compiling aes_nohw.c
[816/932] Compiling p_x25519.c
[817/932] Compiling p_x25519_asn1.c
[818/932] Compiling p_rsa_asn1.c
[819/932] Compiling p_rsa.c
[819/932] Compiling p_hkdf.c
[821/932] Compiling p_ed25519.c
[822/932] Compiling p_ec_asn1.c
[822/932] Compiling p_ed25519_asn1.c
[824/932] Compiling p_ec.c
[825/932] Compiling err_data.c
[826/932] Compiling p_dsa_asn1.c
[827/932] Compiling evp_ctx.c
[828/932] Compiling engine.c
[829/932] Compiling evp.c
[829/932] Compiling evp_asn1.c
[831/932] Compiling err.c
[832/932] Compiling ecdh_extra.c
[832/932] Compiling ecdsa_asn1.c
[834/932] Compiling ec_derive.c
[835/932] Compiling hash_to_curve.c
[836/932] Compiling dsa_asn1.c
[837/932] Compiling ec_asn1.c
[838/932] Compiling dsa.c
[839/932] Compiling params.c
[840/932] Compiling dh_asn1.c
[841/932] Compiling digest_extra.c
[842/932] Compiling spake25519.c
[843/932] Compiling x25519-asm-arm.S
[844/932] Compiling crypto.c
[844/932] Compiling des.c
[846/932] Compiling cpu_arm_freebsd.c
[846/932] Compiling cpu_intel.c
[848/932] Compiling cpu_arm_linux.c
[849/932] Compiling cpu_arm.c
[850/932] Compiling cpu_aarch64_openbsd.c
[851/932] Compiling cpu_aarch64_linux.c
[852/932] Compiling cpu_aarch64_win.c
[853/932] Compiling cpu_aarch64_sysreg.c
[854/932] Compiling cpu_aarch64_fuchsia.c
[855/932] Compiling cpu_aarch64_apple.c
[856/932] Compiling e_rc4.c
[857/932] Compiling tls_cbc.c
[858/932] Compiling conf.c
[859/932] Compiling e_tls.c
[860/932] Compiling curve25519.c
[861/932] Compiling e_rc2.c
[862/932] Compiling e_null.c
[863/932] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[864/932] Compiling derive_key.c
[865/932] Compiling e_des.c
[866/932] Compiling e_chacha20poly1305.c
[866/932] Compiling e_aesctrhmac.c
[868/932] Compiling cipher_extra.c
[869/932] Compiling e_aesgcmsiv.c
[870/932] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[871/932] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[872/932] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[873/932] Compiling chacha-x86_64-mac.mac.x86_64.S
[874/932] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[875/932] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[875/932] Compiling chacha-x86_64-linux.linux.x86_64.S
[877/932] Compiling chacha-x86-windows.windows.x86.S
[878/932] Compiling chacha-armv8-linux.linux.aarch64.S
[879/932] Compiling chacha.c
[880/932] Compiling chacha-x86-linux.linux.x86.S
[881/932] Compiling chacha-armv8-ios.ios.aarch64.S
[882/932] Compiling chacha-armv4-ios.ios.arm.S
[882/932] Compiling chacha-armv4-linux.linux.arm.S
[884/932] Compiling unicode.c
[885/932] Compiling curve25519_64_adx.c
[886/932] Compiling ber.c
[887/932] Compiling bn_asn1.c
[887/932] Compiling buf.c
[887/932] Compiling asn1_compat.c
[890/932] Compiling cbb.c
[891/932] Compiling convert.c
[892/932] Compiling blake2.c
[892/932] Compiling cbs.c
[894/932] Compiling printf.c
[895/932] Compiling hexdump.c
[896/932] Compiling pair.c
[897/932] Compiling errno.c
[898/932] Compiling file.c
[899/932] Compiling fd.c
[900/932] Compiling bio_mem.c
[901/932] Compiling base64.c
[902/932] Compiling bio.c
[903/932] Compiling tasn_fre.c
[904/932] Compiling tasn_utl.c
[905/932] Compiling tasn_typ.c
[906/932] Compiling tasn_new.c
[907/932] Compiling posix_time.c
[908/932] Compiling tasn_enc.c
[909/932] Compiling f_string.c
[910/932] Compiling tasn_dec.c
[911/932] Compiling f_int.c
[912/932] Compiling asn1_par.c
[912/932] Compiling asn_pack.c
[914/932] Compiling a_utctm.c
[915/932] Compiling a_type.c
[916/932] Compiling asn1_lib.c
[917/932] Compiling a_time.c
[918/932] Compiling a_octet.c
[919/932] Compiling a_strex.c
[920/932] Compiling a_strnid.c
[921/932] Compiling a_object.c
[922/932] Compiling a_i2d_fp.c
[923/932] Write sources
[924/932] Compiling a_mbstr.c
[925/932] Write sources
[926/932] Compiling a_dup.c
[927/932] Compiling a_d2i_fp.c
[928/932] Compiling a_gentm.c
[929/932] Compiling a_int.c
[930/932] Compiling a_bool.c
[931/932] Compiling a_bitstr.c
[933/954] Compiling Atomics ManagedAtomic.swift
[934/954] Compiling Atomics ManagedAtomicLazyReference.swift
[935/954] Compiling Atomics UnsafeAtomic.swift
[936/954] Compiling Atomics UnsafeAtomicLazyReference.swift
[937/954] Compiling Atomics Primitives.shims.swift
[938/954] Compiling Atomics AtomicInteger.swift
[939/954] Compiling Atomics AtomicOptionalWrappable.swift
[940/954] Compiling Atomics AtomicMemoryOrderings.swift
[941/954] Compiling Atomics DoubleWord.swift
[942/956] Compiling Atomics AtomicReference.swift
[943/956] Compiling Atomics AtomicStorage.swift
[944/956] Compiling Atomics AtomicValue.swift
[945/956] Compiling Atomics IntegerOperations.swift
[946/956] Compiling Atomics Unmanaged extensions.swift
[947/956] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[948/956] Emitting module CryptoBoringWrapper
[949/956] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[951/1017] Compiling Crypto ChaChaPoly.swift
[952/1017] Compiling Crypto Cipher.swift
[953/1017] Compiling Crypto Nonces.swift
[954/1017] Compiling Crypto AES-GCM.swift
[955/1017] Compiling Crypto AES-GCM_boring.swift
[956/1017] Compiling Crypto ChaChaPoly_boring.swift
[957/1017] Emitting module Atomics
[959/1077] Compiling NIOCore MarkedCircularBuffer.swift
[960/1077] Compiling NIOCore MulticastChannel.swift
[961/1077] Compiling NIOCore NIOAny.swift
[962/1077] Compiling NIOCore NIOCloseOnErrorHandler.swift
[963/1077] Compiling NIOCore NIOLoopBound.swift
[964/1077] Compiling NIOCore NIOScheduledCallback.swift
[965/1077] Compiling NIOCore NIOSendable.swift
[966/1077] Compiling NIOCore RecvByteBufferAllocator.swift
[967/1077] Compiling Crypto Digests.swift
[968/1085] Emitting module Crypto
[969/1085] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[970/1085] Compiling NIOCore BSDSocketAPI.swift
[971/1085] Compiling NIOCore ByteBuffer-aux.swift
[972/1085] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[973/1085] Compiling NIOCore ByteBuffer-conversions.swift
[974/1085] Compiling NIOCore ByteBuffer-core.swift
[975/1085] Compiling NIOCore ByteBuffer-hex.swift
[976/1085] Compiling NIOCore ByteBuffer-int.swift
[977/1085] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[978/1085] Compiling NIOCore EventLoop.swift
[979/1085] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[980/1085] Compiling NIOCore EventLoopFuture+Deprecated.swift
[981/1085] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[982/1085] Compiling NIOCore EventLoopFuture.swift
[983/1085] Compiling NIOCore FileDescriptor.swift
[984/1085] Compiling NIOCore FileHandle.swift
[985/1085] Compiling NIOCore FileRegion.swift
[986/1085] Compiling NIOCore GlobalSingletons.swift
[987/1085] Compiling NIOCore IO.swift
[988/1085] Compiling NIOCore IOData.swift
[989/1085] Compiling NIOCore IPProtocol.swift
[990/1085] Compiling NIOCore IntegerBitPacking.swift
[991/1085] Compiling NIOCore IntegerTypes.swift
[992/1085] Compiling NIOCore Interfaces.swift
[993/1085] Compiling NIOCore Linux.swift
[994/1085] Compiling NIOCore ChannelPipeline.swift
[995/1085] Compiling NIOCore CircularBuffer.swift
[996/1085] Compiling NIOCore Codec.swift
[997/1085] Compiling NIOCore ConvenienceOptionSupport.swift
[998/1085] Compiling NIOCore DeadChannel.swift
[999/1085] Compiling NIOCore DispatchQueue+WithFuture.swift
[1000/1085] Compiling NIOCore EventLoop+Deprecated.swift
[1001/1085] Compiling NIOCore EventLoop+SerialExecutor.swift
[1002/1085] Compiling NIOCore ByteBuffer-multi-int.swift
[1003/1085] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1004/1085] Compiling NIOCore ByteBuffer-views.swift
[1005/1085] Compiling NIOCore Channel.swift
[1006/1085] Compiling NIOCore ChannelHandler.swift
[1007/1085] Compiling NIOCore ChannelHandlers.swift
[1008/1085] Compiling NIOCore ChannelInvoker.swift
[1009/1085] Compiling NIOCore ChannelOption.swift
[1018/1093] Compiling NIOCore AddressedEnvelope.swift
[1019/1093] Compiling NIOCore AsyncAwaitSupport.swift
[1020/1093] Compiling NIOCore AsyncChannel.swift
[1021/1093] Compiling NIOCore AsyncChannelHandler.swift
[1022/1093] Compiling NIOCore AsyncChannelInboundStream.swift
[1023/1093] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1024/1093] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1025/1093] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1026/1093] Compiling NIOCore NIOAsyncWriter.swift
[1035/1093] Compiling NIOCore SocketAddresses.swift
[1036/1093] Compiling NIOCore SocketOptionProvider.swift
[1037/1093] Compiling NIOCore SystemCallHelpers.swift
[1038/1093] Compiling NIOCore TimeAmount+Duration.swift
[1039/1093] Compiling NIOCore TypeAssistedChannelHandler.swift
[1040/1093] Compiling NIOCore UniversalBootstrapSupport.swift
[1041/1093] Compiling NIOCore Utilities.swift
[1042/1093] Compiling Crypto Zeroization.swift
[1052/1126] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1060/1126] Compiling SwiftExtensionsPack Ed25519.swift
[1061/1126] Compiling SwiftExtensionsPack HexaDecimal.swift
[1062/1126] Compiling SwiftExtensionsPack Hmac.swift
[1063/1126] Compiling SwiftExtensionsPack RandomBytes.swift
[1064/1126] Compiling SwiftExtensionsPack Float.swift
[1065/1126] Compiling SwiftExtensionsPack HTTP.swift
[1066/1126] Compiling SwiftExtensionsPack String+Chunks.swift
[1067/1126] Compiling SwiftExtensionsPack String+Date.swift
[1068/1126] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[1069/1126] Compiling SwiftExtensionsPack DictionaryCommon.swift
[1070/1126] Compiling SwiftExtensionsPack SafeDictionary.swift
[1071/1126] Compiling SwiftExtensionsPack Double.swift
[1072/1126] Compiling SwiftExtensionsPack SHA.swift
[1073/1126] Compiling SwiftExtensionsPack String+Extension.swift
[1074/1126] Compiling SwiftExtensionsPack Date+String.swift
[1075/1126] Compiling SwiftExtensionsPack DateCommon.swift
[1076/1126] Compiling SwiftExtensionsPack Runtime.swift
[1077/1126] Compiling SwiftExtensionsPack SafeValue.swift
[1078/1126] Compiling SwiftExtensionsPack AES.swift
[1079/1126] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[1080/1126] Compiling SwiftExtensionsPack Data+Extension.swift
[1081/1130] Compiling SwiftExtensionsPack SafeArray.swift
[1082/1130] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[1083/1130] Compiling SwiftExtensionsPack Codable+Extensions.swift
[1084/1130] Compiling SwiftExtensionsPack AnyValue.swift
[1085/1130] Compiling SwiftExtensionsPack Atomic.swift
[1086/1130] Compiling SwiftExtensionsPack CommonClasses.swift
[1087/1130] Compiling SwiftExtensionsPack CommonMethods.swift
[1088/1130] Compiling SwiftExtensionsPack ErrorCommon.swift
[1089/1130] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[1095/1130] Compiling SwiftExtensionsPack String+JSON.swift
[1096/1130] Compiling SwiftExtensionsPack StringCommon.swift
[1097/1130] Compiling SwiftExtensionsPack String+Crypto.swift
[1102/1130] Compiling SwiftExtensionsPack Protocols.swift
[1103/1130] Emitting module SwiftExtensionsPack
[1112/1130] Compiling SwiftExtensionsPack String+Height.swift
[1131/1131] Emitting module NIOCore
[1133/1183] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1134/1183] Emitting module NIOEmbedded
[1135/1183] Compiling NIOEmbedded AsyncTestingChannel.swift
[1136/1183] Compiling NIOEmbedded Embedded.swift
[1138/1184] Compiling NIOPosix SelectableChannel.swift
[1139/1184] Compiling NIOPosix SelectableEventLoop.swift
[1140/1184] Compiling NIOPosix SelectorEpoll.swift
[1141/1184] Compiling NIOPosix SelectorGeneric.swift
[1142/1184] Compiling NIOPosix SelectorKqueue.swift
[1143/1184] Compiling NIOPosix SelectorUring.swift
[1144/1184] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1145/1184] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1146/1184] Compiling NIOPosix PosixSingletons.swift
[1147/1184] Compiling NIOPosix RawSocketBootstrap.swift
[1148/1184] Compiling NIOPosix Resolver.swift
[1149/1184] Compiling NIOPosix Selectable.swift
[1150/1184] Compiling NIOPosix ServerSocket.swift
[1151/1184] Compiling NIOPosix Socket.swift
[1152/1184] Compiling NIOPosix SocketChannel.swift
[1153/1184] Compiling NIOPosix SocketProtocols.swift
[1154/1184] Compiling NIOPosix System.swift
[1155/1184] Compiling NIOPosix Thread.swift
[1156/1190] Emitting module NIOPosix
[1157/1190] Compiling NIOPosix BSDSocketAPICommon.swift
[1158/1190] Compiling NIOPosix BSDSocketAPIPosix.swift
[1159/1190] Compiling NIOPosix BSDSocketAPIWindows.swift
[1160/1190] Compiling NIOPosix BaseSocket.swift
[1161/1190] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1162/1190] Compiling NIOPosix BaseSocketChannel.swift
[1163/1190] Compiling NIOPosix BaseStreamSocketChannel.swift
[1164/1190] Compiling NIOPosix Bootstrap.swift
[1165/1190] Compiling NIOPosix ControlMessage.swift
[1166/1190] Compiling NIOPosix DatagramVectorReadManager.swift
[1167/1190] Compiling NIOPosix Errors+Any.swift
[1168/1190] Compiling NIOPosix FileDescriptor.swift
[1169/1190] Compiling NIOPosix GetaddrinfoResolver.swift
[1170/1190] Compiling NIOPosix HappyEyeballs.swift
[1171/1190] Compiling NIOPosix ThreadPosix.swift
[1172/1190] Compiling NIOPosix ThreadWindows.swift
[1173/1190] Compiling NIOPosix UnsafeTransfer.swift
[1174/1190] Compiling NIOPosix Utilities.swift
[1175/1190] Compiling NIOPosix VsockAddress.swift
[1176/1190] Compiling NIOPosix VsockChannelEvents.swift
[1177/1190] Compiling NIOPosix IO.swift
[1178/1190] Compiling NIOPosix IntegerBitPacking.swift
[1179/1190] Compiling NIOPosix IntegerTypes.swift
[1180/1190] Compiling NIOPosix Linux.swift
[1181/1190] Compiling NIOPosix LinuxCPUSet.swift
[1182/1190] Compiling NIOPosix LinuxUring.swift
[1183/1190] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1184/1190] Compiling NIOPosix NIOThreadPool.swift
[1185/1190] Compiling NIOPosix NonBlockingFileIO.swift
[1186/1190] Compiling NIOPosix PendingDatagramWritesManager.swift
[1187/1190] Compiling NIOPosix PendingWritesManager.swift
[1188/1190] Compiling NIOPosix PipeChannel.swift
[1189/1190] Compiling NIOPosix PipePair.swift
[1190/1190] Compiling NIOPosix Pool.swift
[1192/1193] Compiling NIO Exports.swift
[1193/1193] Emitting module NIO
[1195/1221] Compiling NIOTLS TLSEvents.swift
[1196/1221] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1197/1221] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1198/1221] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1199/1221] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1200/1221] Compiling NIOTLS SNIHandler.swift
[1201/1221] Emitting module NIOTLS
[1202/1221] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1203/1221] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1205/1222] Emitting module NIOHTTP1
[1206/1237] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1207/1237] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1208/1237] Emitting module NIOFoundationCompat
[1209/1237] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1211/1254] Compiling NIOSSL SSLCallbacks.swift
[1212/1254] Compiling NIOSSL SSLCertificate.swift
[1213/1276] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1214/1276] Compiling NIOTransportServices NIOTSErrors.swift
[1215/1276] Compiling NIOTransportServices NIOTSBootstraps.swift
[1216/1276] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1217/1276] Compiling NIOTransportServices NIOTSEventLoop.swift
[1218/1276] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1219/1276] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1220/1276] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1224/1276] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1225/1276] Compiling NIOTransportServices NIOTSSingletons.swift
[1226/1276] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1227/1276] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1228/1276] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1229/1276] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1232/1276] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1233/1276] Compiling NIOTransportServices StateManagedChannel.swift
[1234/1276] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1235/1276] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1236/1278] Compiling NIOTransportServices AcceptHandler.swift
[1237/1278] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1238/1278] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1239/1278] Emitting module NIOTransportServices
[1243/1278] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1244/1278] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1246/1279] Emitting module NIOSSL
[1256/1283] Compiling NIOSSL Zeroization.swift
[1265/1283] Compiling NIOSSL SSLErrors.swift
[1266/1283] Compiling NIOSSL SSLInit.swift
[1267/1283] Compiling NIOSSL SSLPKCS12Bundle.swift
[1268/1283] Compiling NIOSSL SSLPrivateKey.swift
[1277/1311] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1278/1311] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1279/1312] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1280/1312] Compiling NIOExtras NIOExtrasError.swift
[1281/1312] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1282/1312] Compiling NIOExtras NIORequestIdentifiable.swift
[1283/1314] Emitting module NIOWebSocket
[1284/1314] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1285/1314] Compiling NIOWebSocket WebSocketOpcode.swift
[1286/1314] Compiling NIOExtras RequestResponseHandler.swift
[1287/1314] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1288/1314] Compiling NIOExtras JSONRPCFraming.swift
[1289/1314] Compiling NIOExtras DebugInboundEventsHandler.swift
[1291/1314] Compiling NIOExtras PCAPRingBuffer.swift
[1292/1314] Compiling NIOExtras QuiescingHelper.swift
[1294/1314] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1295/1314] Emitting module NIOExtras
[1298/1314] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1299/1314] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1300/1314] Compiling NIOWebSocket WebSocketFrame.swift
[1306/1315] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1307/1315] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1308/1315] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1309/1315] Compiling NIOExtras LengthFieldPrepender.swift
[1310/1315] Compiling NIOExtras LineBasedFrameDecoder.swift
[1311/1315] Compiling NIOSSL TLSConfiguration.swift
[1312/1315] Compiling NIOSSL UniversalBootstrapSupport.swift
[1313/1315] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1315/1316] Compiling NIOExtras UnsafeTransfer.swift
[1316/1316] Compiling NIOExtras WritePCAPHandler.swift
[1318/1325] Compiling WebSocketKit WebSocketHandler.swift
[1319/1325] Emitting module WebSocketKit
[1320/1325] Compiling WebSocketKit WebSocket+Connect.swift
[1321/1325] Compiling WebSocketKit Exports.swift
[1322/1325] Compiling WebSocketKit WebSocket+Concurrency.swift
[1323/1325] Compiling WebSocketKit WebSocket.swift
[1324/1325] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1325/1325] Compiling WebSocketKit WebSocketClient.swift
[1327/1334] Compiling ActionCableSwift ACWebSocketProtocol.swift
[1328/1334] Compiling ActionCableSwift WS.swift
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:51:13: warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 49 |                           on: eventLoopGroup
 50 |         ) { ws in
 51 |             self.ws = ws
    |             `- warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 52 |
 53 |             ws.onPing { [weak self] (ws, buffer) in
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:54:17: warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 52 |
 53 |             ws.onPing { [weak self] (ws, buffer) in
 54 |                 self?.onPing?()
    |                 `- warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 55 |             }
 56 |
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:58:17: warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 56 |
 57 |             ws.onPong { [weak self] (ws, buffer) in
 58 |                 self?.onPong?()
    |                 `- warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 59 |             }
 60 |
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:64:21: warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 62 |                 switch result {
 63 |                 case .success:
 64 |                     self?.onDisconnected?(nil)
    |                     `- warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure
 65 |                     self?.onCancelled?()
 66 |                 case let .failure(error):
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:73:17: warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 71 |
 72 |             ws.onText { (ws, text) in
 73 |                 self.onText?(text)
    |                 `- warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 74 |             }
 75 |
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:79:17: warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 77 |                 var data: Data = Data()
 78 |                 data.append(contentsOf: buffer.readableBytesView)
 79 |                 self.onBinary?(data)
    |                 `- warning: capture of 'self' with non-sendable type 'WSS' in a '@Sendable' closure
 80 |             }
 81 |
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:85:30: warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure
 15 |
 16 |
 17 | open class WSS: ACWebSocketProtocol {
    |            `- note: class 'WSS' does not conform to the 'Sendable' protocol
 18 |
 19 |     public var url: URL
    :
 83 |
 84 |         promise.futureResult.whenSuccess { [weak self] (_) in
 85 |             guard let self = self else { return }
    |                              `- warning: capture of 'self' with non-sendable type 'WSS?' in a '@Sendable' closure
 86 |             self.onConnected?(nil)
 87 |         }
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:102:13: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
100 |         ws?.send([UInt8](data), promise: promise)
101 |         promise?.futureResult.whenComplete { (_) in
102 |             completion?()
    |             |- warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
103 |         }
104 |     }
/host/spi-builder-workspace/Sources/ActionCableSwift/WebSocketClient/WS.swift:114:13: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
112 |         ws?.send(text, promise: promise)
113 |         promise?.futureResult.whenComplete { (_) in
114 |             completion?()
    |             |- warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
115 |         }
116 |     }
[1329/1334] Emitting module ActionCableSwift
[1330/1334] Compiling ActionCableSwift ACChannel.swift
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:115:30: warning: capture of 'self' with non-sendable type 'ACChannel?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | public typealias ACResponseCallbackWithOptionalMessage = (_ channel: ACChannel, _ message: ACMessage?) -> Void
 13 |
 14 | public class ACChannel {
    |              `- note: class 'ACChannel' does not conform to the 'Sendable' protocol
 15 |
 16 |     public let channelName: String
    :
113 |     ) {
114 |         channelSerialQueue.async { [weak self] in
115 |             guard let self = self else { return }
    |                              `- warning: capture of 'self' with non-sendable type 'ACChannel?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
116 |             do {
117 |                 if sendAsData {
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:121:73: warning: capture of 'data' with non-sendable type '[String : Any]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
119 |                                                                   action: actionName,
120 |                                                                   identifier: self.identifier,
121 |                                                                   data: data)
    |                                                                         `- warning: capture of 'data' with non-sendable type '[String : Any]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
122 |                     self.client?.send(data: data) { completion?() }
123 |                 } else {
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:122:53: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
120 |                                                                   identifier: self.identifier,
121 |                                                                   data: data)
122 |                     self.client?.send(data: data) { completion?() }
    |                                                     |- warning: capture of 'completion' with non-sendable type '(() -> Void)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                                                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
123 |                 } else {
124 |                     let text: String = try ACSerializer.requestFrom(command: .message,
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:122:53: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in an isolated closure; this is an error in the Swift 6 language mode
120 |                                                                   identifier: self.identifier,
121 |                                                                   data: data)
122 |                     self.client?.send(data: data) { completion?() }
    |                                                     |- warning: capture of 'completion' with non-sendable type '(() -> Void)?' in an isolated closure; this is an error in the Swift 6 language mode
    |                                                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
123 |                 } else {
124 |                     let text: String = try ACSerializer.requestFrom(command: .message,
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:128:53: warning: capture of 'completion' with non-sendable type '(() -> Void)?' in an isolated closure; this is an error in the Swift 6 language mode
126 |                                                                     identifier: self.identifier,
127 |                                                                     data: data)
128 |                     self.client?.send(text: text) { completion?() }
    |                                                     |- warning: capture of 'completion' with non-sendable type '(() -> Void)?' in an isolated closure; this is an error in the Swift 6 language mode
    |                                                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
129 |                 }
130 |             } catch {
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:142:26: warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | public typealias ACResponseCallbackWithOptionalMessage = (_ channel: ACChannel, _ message: ACMessage?) -> Void
 13 |
 14 | public class ACChannel {
    |              `- note: class 'ACChannel' does not conform to the 'Sendable' protocol
 15 |
 16 |     public let channelName: String
    :
140 |                 guard let self = self else { return }
141 |                 self.channelSerialQueue.async {
142 |                     try? self.subscribe()
    |                          `- warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
143 |                 }
144 |             }
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:152:17: warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | public typealias ACResponseCallbackWithOptionalMessage = (_ channel: ACChannel, _ message: ACMessage?) -> Void
 13 |
 14 | public class ACChannel {
    |              `- note: class 'ACChannel' does not conform to the 'Sendable' protocol
 15 |
 16 |     public let channelName: String
    :
150 |             guard let self = self else { return }
151 |             self.channelSerialQueue.async {
152 |                 self.isSubscribed = false
    |                 `- warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
153 |                 self.executeCallback(callbacks: self.onUnsubscribe)
154 |             }
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:162:17: warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | public typealias ACResponseCallbackWithOptionalMessage = (_ channel: ACChannel, _ message: ACMessage?) -> Void
 13 |
 14 | public class ACChannel {
    |              `- note: class 'ACChannel' does not conform to the 'Sendable' protocol
 15 |
 16 |     public let channelName: String
    :
160 |             guard let self = self else { return }
161 |             self.channelSerialQueue.async {
162 |                 self.isSubscribed = false
    |                 `- warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
163 |                 self.executeCallback(callbacks: self.onUnsubscribe)
164 |             }
/host/spi-builder-workspace/Sources/ActionCableSwift/ACChannel.swift:173:62: warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | public typealias ACResponseCallbackWithOptionalMessage = (_ channel: ACChannel, _ message: ACMessage?) -> Void
 13 |
 14 | public class ACChannel {
    |              `- note: class 'ACChannel' does not conform to the 'Sendable' protocol
 15 |
 16 |     public let channelName: String
    :
171 |             self.channelSerialQueue.async {
172 |                 let message = ACSerializer.responseFrom(stringData: text)
173 |                 let sameChannelName = message.channelName == self.channelName
    |                                                              `- warning: capture of 'self' with non-sendable type 'ACChannel' in a '@Sendable' closure; this is an error in the Swift 6 language mode
174 |                 switch (message.type, sameChannelName) {
175 |                 case (.confirmSubscription, true):
[1331/1334] Compiling ActionCableSwift ACSerializer.swift
[1332/1334] Compiling ActionCableSwift Extensions.swift
[1333/1334] Compiling ActionCableSwift ActionCableSwift.swift
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:130:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
128 |             self.setIsConnected(to: true)
129 |             self.clientConcurrentQueue.async { [headers] in
130 |                 let closures = self.onConnected
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
131 |                 for closure in closures {
132 |                     closure(headers)
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:140:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
138 |             self.setIsConnected(to: false)
139 |             self.clientConcurrentQueue.async { [reason] in
140 |                 let closures = self.onDisconnected
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
141 |                 for closure in closures {
142 |                     closure(reason)
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:150:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
148 |             self.setIsConnected(to: false)
149 |             self.clientConcurrentQueue.async {
150 |                 let closures = self.onCancelled
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
151 |                 for closure in closures {
152 |                     closure()
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:159:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
157 |             guard let self = self else { return }
158 |             self.clientConcurrentQueue.async { [text] in
159 |                 let closures = self.onText
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
160 |                 for closure in closures {
161 |                     closure(text)
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:168:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
166 |             guard let self = self else { return }
167 |             self.clientConcurrentQueue.async { [data] in
168 |                 let closures = self.onBinary
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
169 |                 for closure in closures {
170 |                     closure(data)
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:177:32: warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
  4 | import NIOCore
  5 |
  6 | public final class ACClient {
    |                    `- note: class 'ACClient' does not conform to the 'Sendable' protocol
  7 |
  8 |     public var ws: ACWebSocketProtocol
    :
175 |             guard let self = self else { return }
176 |             self.clientConcurrentQueue.async {
177 |                 let closures = self.onPing
    |                                `- warning: capture of 'self' with non-sendable type 'ACClient' in a '@Sendable' closure; this is an error in the Swift 6 language mode
178 |                 for closure in closures {
179 |                     closure()
/host/spi-builder-workspace/Sources/ActionCableSwift/ActionCableSwift.swift:187:32: warning: capture of 'closures' with non-sendable type '[() -> Void]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
185 |             let closures = self.onPong
186 |             self.clientConcurrentQueue.async {
187 |                 for closure in closures {
    |                                |- warning: capture of 'closures' with non-sendable type '[() -> Void]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
188 |                     closure()
189 |                 }
[1334/1334] Compiling ActionCableSwift Helpers.swift
/host/spi-builder-workspace/Sources/ActionCableSwift/Helpers.swift:150:30: warning: capture of 'self' with non-sendable type 'PingRoundWatcher?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
123 | }
124 |
125 | public final class PingRoundWatcher {
    |                    `- note: class 'PingRoundWatcher' does not conform to the 'Sendable' protocol
126 |
127 |
    :
148 |
149 |         Thread { [weak self] in
150 |             guard let self = self else { return }
    |                              `- warning: capture of 'self' with non-sendable type 'PingRoundWatcher?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
151 |             self.setStarted(to: true)
152 |             while true {
Build complete! (128.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.16.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack.git"
    },
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.14.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "ActionCableSwift",
  "name" : "ActionCableSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ActionCableSwift",
      "targets" : [
        "ActionCableSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ActionCableSwift",
      "module_type" : "SwiftTarget",
      "name" : "ActionCableSwift",
      "path" : "Sources/ActionCableSwift",
      "product_dependencies" : [
        "SwiftExtensionsPack",
        "WebSocketKit"
      ],
      "product_memberships" : [
        "ActionCableSwift"
      ],
      "sources" : [
        "ACChannel.swift",
        "ACSerializer.swift",
        "ActionCableSwift.swift",
        "Extensions.swift",
        "Helpers.swift",
        "WebSocketClient/ACWebSocketProtocol.swift",
        "WebSocketClient/WS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.