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 Monarca, reference 0.2.0 (cf1293), with Swift 6.1 for Android on 7 Jul 2025 14:56:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fitomad/Monarca.git
Reference: 0.2.0
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/fitomad/Monarca
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at cf12939 Merge pull request #7 from fitomad/develop
Cloned https://github.com/fitomad/Monarca.git
Revision (git rev-parse @):
cf129390918d3ddeeb2ec6471c7e29c625ae97fa
SUCCESS checkout https://github.com/fitomad/Monarca.git at 0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fitomad/Monarca.git
https://github.com/fitomad/Monarca.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Monarca",
  "name" : "Monarca",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarca",
      "targets" : [
        "Monarca"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarcaTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarcaTests",
      "path" : "Tests/MonarcaTests",
      "sources" : [
        "FirehoseClientBuilderTests.swift",
        "MapperTests.swift",
        "MessageHandlerTests.swift",
        "Mocks/MockMessageManager.swift",
        "Mocks/MockMessages.swift",
        "MonarcaTests.swift",
        "SettingsTests.swift"
      ],
      "target_dependencies" : [
        "Monarca"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarca",
      "module_type" : "SwiftTarget",
      "name" : "Monarca",
      "path" : "Sources/Monarca",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "Monarca"
      ],
      "sources" : [
        "BskyFirehoseClient.swift",
        "BskyFirehoseClientBuilder.swift",
        "BskyFirehoseError.swift",
        "DefaultFirehoseClientsBuilder.swift",
        "Entities/BskyCollection.swift",
        "Entities/Firehose/BskyFirehoseSettings.swift",
        "Entities/Firehose/FireshoseHost.swift",
        "Entities/Firehose/MessageSize.swift",
        "Entities/Firehose/Playback.swift",
        "Entities/Messages/Account.swift",
        "Entities/Messages/BskyMessage.swift",
        "Entities/Messages/Commit.swift",
        "Entities/Messages/Identity.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/Follow.swift",
        "Entities/Messages/Records/Image.swift",
        "Entities/Messages/Records/Like.swift",
        "Entities/Messages/Records/LinkedIdentifier.swift",
        "Entities/Messages/Records/ListItem.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.swift",
        "Entities/Messages/Records/Profile.swift",
        "Entities/Messages/Records/Record.swift",
        "Entities/Messages/Records/Reference.swift",
        "Entities/Messages/Records/Repost.swift",
        "Entities/Messages/Records/StarterPack.swift",
        "Entities/Messages/Records/ThreadGate.swift",
        "Entities/Messages/Records/Video.swift",
        "Extensiones/Formatter+Monarca.swift",
        "Extensiones/JSONDecoder+Monarca.swift",
        "Mappers/BskyFirehoseSettingsMapper.swift",
        "Mappers/FirehoseMapperError.swift",
        "Subscription/BskyMessageManagerError.swift",
        "Subscription/Handlers/AccountMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandlerError.swift",
        "Subscription/Handlers/CommitMessageHandler.swift",
        "Subscription/Handlers/ContentFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/HashtagFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/IdentityMessageHandler.swift",
        "Subscription/Manager/AllMessagesManager.swift",
        "Subscription/Manager/BskyMessageManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Pulling fs layer
39bc14e52995: Pulling fs layer
cc0382103b05: Pulling fs layer
084072dee40a: Pulling fs layer
6627e662b22c: Pulling fs layer
084072dee40a: Waiting
6627e662b22c: Waiting
e1a89dea01a6: Verifying Checksum
e1a89dea01a6: Download complete
084072dee40a: Download complete
e1a89dea01a6: Pull complete
39bc14e52995: Verifying Checksum
39bc14e52995: Download complete
6627e662b22c: Verifying Checksum
6627e662b22c: Download complete
cc0382103b05: Verifying Checksum
cc0382103b05: Download complete
39bc14e52995: Pull complete
cc0382103b05: Pull complete
084072dee40a: Pull complete
6627e662b22c: Pull complete
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/websocket-kit.git
[1/2609] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.35s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.00s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/1807] Fetching swift-atomics
[1808/4480] Fetching swift-atomics, swift-nio-transport-services
[4321/10512] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[10513/86952] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
[10234/85145] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio
[10235/100075] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.52s)
[63742/85145] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.82s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.82s)
Fetched https://github.com/apple/swift-nio.git from cache (6.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (2.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4495] Fetching swift-system
[4496/21235] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.21s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.82s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.99s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/2426] Fetching swift-service-lifecycle
[778/6259] Fetching swift-service-lifecycle, swift-log
[3093/7875] Fetching swift-service-lifecycle, swift-log, swift-asn1
[3173/13834] Fetching swift-service-lifecycle, swift-log, swift-asn1, swift-algorithms
[5073/20078] Fetching swift-service-lifecycle, swift-log, swift-asn1, swift-algorithms, swift-certificates
[5461/25068] Fetching swift-service-lifecycle, swift-log, swift-asn1, swift-algorithms, swift-certificates, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.63s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.81s)
[1/1169] Fetching swift-http-structured-headers
[1170/12763] Fetching swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
[1856/11594] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.30s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.13s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.73s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.07s)
Fetching https://github.com/apple/swift-crypto.git
[1/15683] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.16s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (6.51s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.85s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (6.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.36s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (3.30s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.28.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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.3.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.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.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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.25.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.32.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.37.0
Building for debugging...
[0/433] Write sources
[19/433] Compiling CNIOWindows shim.c
[20/433] Compiling CNIOWASI CNIOWASI.c
[21/433] Compiling CNIOWindows WSAStartup.c
[22/433] Compiling _AtomicsShims.c
[23/433] Compiling CNIOLinux liburing_shims.c
[23/433] Compiling CNIOSHA1 c_nio_sha1.c
[25/433] Compiling CNIODarwin shim.c
[26/433] Compiling CNIOLLHTTP c_nio_http.c
[27/433] Compiling CNIOLLHTTP c_nio_api.c
[28/433] Compiling CNIOLinux shim.c
[29/433] Compiling fiat_p256_adx_sqr.S
[30/433] Compiling fiat_p256_adx_mul.S
[31/433] Compiling fiat_curve25519_adx_mul.S
[32/433] Compiling fiat_curve25519_adx_square.S
[33/433] Write swift-version-24593BA9C3E375BF.txt
[34/433] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/437] Compiling CNIOBoringSSLShims shims.c
[36/439] Compiling tls13_both.cc
[37/439] Compiling tls_method.cc
[38/439] Compiling tls13_client.cc
[39/439] Compiling tls13_enc.cc
[40/439] Compiling tls_record.cc
[41/439] Compiling tls13_server.cc
[43/439] Emitting module _NIODataStructures
[44/471] Emitting module InternalCollectionsUtilities
[44/472] Compiling t1_enc.cc
[46/472] Compiling _NIODataStructures _TinyArray.swift
[47/472] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/472] Compiling Atomics IntegerConformances.swift
[49/472] Compiling Atomics PointerConformances.swift
[50/472] Compiling Atomics AtomicStorage.swift
[51/472] Compiling Atomics AtomicValue.swift
[52/472] Compiling Atomics ManagedAtomic.swift
[53/472] Compiling Atomics ManagedAtomicLazyReference.swift
[54/474] Compiling Atomics AtomicMemoryOrderings.swift
[55/474] Compiling Atomics DoubleWord.swift
[56/474] Compiling Atomics UnsafeAtomic.swift
[57/474] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/474] Compiling Atomics Primitives.native.swift
[62/474] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/474] Emitting module _NIOBase64
[64/474] Compiling _NIOBase64 Base64.swift
[65/474] Compiling _NIODataStructures PriorityQueue.swift
[66/475] Compiling Atomics AtomicInteger.swift
[67/475] Compiling Atomics AtomicOptionalWrappable.swift
[68/475] Compiling Atomics AtomicReference.swift
[68/475] Compiling ssl_transcript.cc
[70/475] Compiling Atomics RawRepresentable.swift
[71/475] Compiling Atomics AtomicBool.swift
[75/475] Compiling Atomics OptionalRawRepresentable.swift
[76/476] Compiling _NIODataStructures Heap.swift
[76/477] Compiling ssl_versions.cc
[80/477] Compiling ssl_x509.cc
[82/477] Compiling Atomics IntegerOperations.swift
[83/477] Compiling Atomics Unmanaged extensions.swift
[84/477] Emitting module Atomics
[84/477] Compiling ssl_stat.cc
[86/492] Compiling DequeModule Deque._UnsafeHandle.swift
[87/492] Compiling DequeModule Deque.swift
[88/492] Compiling DequeModule Deque+Codable.swift
[89/492] Compiling DequeModule Deque+Hashable.swift
[90/492] Compiling DequeModule Deque+Testing.swift
[91/492] Compiling DequeModule Deque._Storage.swift
[93/493] Compiling DequeModule _DequeBuffer.swift
[94/493] Compiling DequeModule _DequeBufferHeader.swift
[94/495] Compiling ssl_privkey.cc
[96/495] Compiling DequeModule Deque+Extras.swift
[98/495] Compiling DequeModule Deque+CustomReflectable.swift
[99/495] Compiling DequeModule Deque+Descriptions.swift
[101/495] Compiling ssl_session.cc
[103/495] Compiling DequeModule _DequeSlot.swift
[104/495] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/495] Compiling DequeModule Deque+Equatable.swift
[108/495] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[110/495] Compiling DequeModule Deque+Collection.swift
[110/495] Compiling ssl_key_share.cc
[111/495] Compiling ssl_file.cc
[112/495] Compiling ssl_credential.cc
[114/495] Emitting module DequeModule
[114/496] Compiling ssl_lib.cc
[116/496] Compiling ssl_cipher.cc
[117/496] Compiling ssl_cert.cc
[118/496] Compiling ssl_buffer.cc
[119/496] Compiling ssl_asn1.cc
[120/496] Compiling ssl_aead_ctx.cc
[121/496] Compiling s3_lib.cc
[122/496] Compiling s3_pkt.cc
[123/496] Compiling s3_both.cc
[124/496] Compiling handshake_server.cc
[125/496] Compiling handshake.cc
[126/496] Compiling handshake_client.cc
[127/496] Compiling dtls_method.cc
[128/496] Compiling encrypted_client_hello.cc
[129/496] Compiling handoff.cc
[130/496] Compiling dtls_record.cc
[131/496] Compiling md5-x86_64-linux.S
[132/496] Compiling md5-x86_64-apple.S
[133/496] Compiling md5-586-linux.S
[134/496] Compiling md5-586-apple.S
[135/496] Compiling chacha20_poly1305_x86_64-linux.S
[136/496] Compiling chacha20_poly1305_x86_64-apple.S
[137/496] Compiling chacha20_poly1305_armv8-win.S
[138/496] Compiling chacha20_poly1305_armv8-linux.S
[139/496] Compiling chacha20_poly1305_armv8-apple.S
[140/496] Compiling chacha-x86_64-linux.S
[141/496] Compiling chacha-x86_64-apple.S
[142/496] Compiling extensions.cc
[143/496] Compiling d1_srtp.cc
[144/496] Compiling d1_lib.cc
[145/496] Compiling chacha-x86-apple.S
[146/496] Compiling err_data.cc
[147/496] Compiling chacha-x86-linux.S
[148/496] Compiling chacha-armv8-win.S
[149/496] Compiling chacha-armv4-linux.S
[150/496] Compiling aes128gcmsiv-x86_64-linux.S
[151/496] Compiling chacha-armv8-apple.S
[152/496] Compiling chacha-armv8-linux.S
[153/496] Compiling aes128gcmsiv-x86_64-apple.S
[154/496] Compiling x86_64-mont5-linux.S
[155/496] Compiling x86_64-mont5-apple.S
[156/496] Compiling x86_64-mont-linux.S
[157/496] Compiling x86_64-mont-apple.S
[158/496] Compiling x86-mont-linux.S
[159/496] Compiling x86-mont-apple.S
[160/496] Compiling vpaes-x86_64-linux.S
[161/496] Compiling vpaes-x86_64-apple.S
[162/496] Compiling vpaes-x86-linux.S
[163/496] Compiling vpaes-x86-apple.S
[164/496] Compiling vpaes-armv8-win.S
[165/496] Compiling d1_pkt.cc
[166/496] Compiling bio_ssl.cc
[167/496] Compiling vpaes-armv8-linux.S
[168/496] Compiling vpaes-armv8-apple.S
[169/496] Compiling vpaes-armv7-linux.S
[170/496] Compiling sha512-x86_64-linux.S
[171/496] Compiling sha512-armv8-win.S
[172/496] Compiling sha512-x86_64-apple.S
[173/496] Compiling d1_both.cc
[174/496] Compiling sha512-armv8-linux.S
[175/496] Compiling sha512-armv8-apple.S
[176/496] Compiling sha512-586-linux.S
[177/496] Compiling sha512-armv4-linux.S
[178/496] Compiling sha512-586-apple.S
[179/496] Compiling sha256-x86_64-linux.S
[180/496] Compiling sha256-armv8-win.S
[181/496] Compiling sha256-x86_64-apple.S
[182/496] Compiling sha256-armv4-linux.S
[183/496] Compiling sha256-armv8-apple.S
[184/496] Compiling sha256-586-linux.S
[185/496] Compiling sha256-586-apple.S
[186/496] Compiling sha1-x86_64-linux.S
[187/496] Compiling sha1-x86_64-apple.S
[188/496] Compiling sha256-armv8-linux.S
[189/496] Compiling sha1-armv4-large-linux.S
[190/496] Compiling sha1-armv8-win.S
[191/496] Compiling sha1-armv8-apple.S
[192/496] Compiling sha1-586-apple.S
[193/496] Compiling rsaz-avx2-apple.S
[194/496] Compiling p256_beeu-x86_64-asm-apple.S
[195/496] Compiling p256_beeu-armv8-asm-linux.S
[196/496] Compiling rdrand-x86_64-apple.S
[197/496] Compiling sha1-armv8-linux.S
[198/496] Compiling rsaz-avx2-linux.S
[199/496] Compiling sha1-586-linux.S
[200/496] Compiling p256_beeu-armv8-asm-win.S
[201/496] Compiling rdrand-x86_64-linux.S
[201/496] Compiling p256_beeu-x86_64-asm-linux.S
[203/496] Compiling p256_beeu-armv8-asm-apple.S
[204/496] Compiling p256-x86_64-asm-linux.S
[205/496] Compiling p256-x86_64-asm-apple.S
[206/496] Compiling p256-armv8-asm-apple.S
[207/496] Compiling ghashv8-armv8-linux.S
[208/496] Compiling p256-armv8-asm-win.S
[209/496] Compiling ghashv8-armv8-win.S
[210/496] Compiling ghashv8-armv8-apple.S
[211/496] Compiling ghashv8-armv7-linux.S
[212/496] Compiling ghash-x86_64-apple.S
[213/496] Compiling p256-armv8-asm-linux.S
[214/496] Compiling ghash-x86_64-linux.S
[215/496] Compiling ghash-x86-linux.S
[216/496] Compiling ghash-ssse3-x86_64-linux.S
[217/496] Compiling ghash-ssse3-x86_64-apple.S
[218/496] Compiling ghash-neon-armv8-win.S
[219/496] Compiling ghash-x86-apple.S
[220/496] Compiling ghash-ssse3-x86-apple.S
[221/496] Compiling ghash-ssse3-x86-linux.S
[222/496] Compiling ghash-neon-armv8-apple.S
[223/496] Compiling ghash-neon-armv8-linux.S
[224/496] Compiling co-586-linux.S
[225/496] Compiling ghash-armv4-linux.S
[226/496] Compiling co-586-apple.S
[227/496] Compiling bsaes-armv7-linux.S
[228/496] Compiling bn-armv8-linux.S
[229/496] Compiling bn-armv8-apple.S
[230/496] Compiling bn-armv8-win.S
[231/496] Compiling armv8-mont-win.S
[232/496] Compiling armv8-mont-apple.S
[233/496] Compiling armv4-mont-linux.S
[234/496] Compiling bn-586-apple.S
[235/496] Compiling bn-586-linux.S
[236/496] Compiling armv8-mont-linux.S
[237/496] Compiling aesv8-gcm-armv8-win.S
[238/496] Compiling aesv8-gcm-armv8-apple.S
[239/496] Compiling aesv8-gcm-armv8-linux.S
[240/496] Compiling aesv8-armv8-apple.S
[241/496] Compiling aesni-x86_64-linux.S
[242/496] Compiling aesv8-armv8-win.S
[243/496] Compiling aesv8-armv7-linux.S
[244/496] Compiling aesv8-armv8-linux.S
[245/496] Compiling aesni-gcm-x86_64-linux.S
[246/496] Compiling aesni-x86-linux.S
[247/496] Compiling aesni-x86_64-apple.S
[248/496] Compiling aesni-x86-apple.S
[249/496] Compiling aesni-gcm-x86_64-apple.S
[250/496] Compiling aes-gcm-avx2-x86_64-linux.S
[251/496] Compiling aes-gcm-avx2-x86_64-apple.S
[252/496] Compiling aes-gcm-avx10-x86_64-apple.S
[253/496] Compiling aes-gcm-avx10-x86_64-linux.S
[254/496] Compiling x_spki.cc
[255/496] Compiling x_val.cc
[256/496] Compiling x_req.cc
[257/496] Compiling x_name.cc
[258/496] Compiling x_x509a.cc
[259/496] Compiling x_x509.cc
[260/496] Compiling x_sig.cc
[261/496] Compiling x_pubkey.cc
[262/496] Compiling x_exten.cc
[263/496] Compiling x_all.cc
[264/496] Compiling x_attrib.cc
[265/496] Compiling x_crl.cc
[266/496] Compiling x509rset.cc
[267/496] Compiling x_algor.cc
[268/496] Compiling x509spki.cc
[269/496] Compiling x509name.cc
[270/496] Compiling x509cset.cc
[271/496] Compiling x509_vpm.cc
[272/496] Compiling x509_v3.cc
[273/496] Compiling x509_trs.cc
[274/496] Compiling x509_vfy.cc
[275/496] Compiling x509_txt.cc
[276/496] Compiling x509_set.cc
[277/496] Compiling x509_req.cc
[278/496] Compiling x509_obj.cc
[279/496] Compiling x509_ext.cc
[280/496] Compiling x509_lu.cc
[281/496] Compiling x509_def.cc
[282/496] Compiling x509_d2.cc
[283/496] Compiling x509_att.cc
[284/496] Compiling x509_cmp.cc
[285/496] Compiling x509.cc
[286/496] Compiling v3_utl.cc
[287/496] Compiling v3_prn.cc
[288/496] Compiling v3_skey.cc
[289/496] Compiling v3_purp.cc
[290/496] Compiling v3_pcons.cc
[291/496] Compiling v3_pmaps.cc
[291/496] Compiling v3_ocsp.cc
[291/496] Compiling v3_ncons.cc
[291/496] Compiling v3_lib.cc
[291/496] Compiling v3_int.cc
[291/496] Compiling v3_info.cc
[297/496] Compiling v3_ia5.cc
[298/496] Compiling v3_genn.cc
[299/496] Compiling v3_enum.cc
[300/496] Compiling v3_cpols.cc
[301/496] Compiling v3_extku.cc
[302/496] Compiling v3_crld.cc
[303/496] Compiling v3_bitst.cc
[304/496] Compiling v3_conf.cc
[305/496] Compiling v3_bcons.cc
[306/496] Compiling v3_alt.cc
[307/496] Compiling v3_akeya.cc
[308/496] Compiling t_x509.cc
[309/496] Compiling v3_akey.cc
[310/496] Compiling t_x509a.cc
[311/496] Compiling t_crl.cc
[312/496] Compiling t_req.cc
[313/496] Compiling policy.cc
[314/496] Compiling rsa_pss.cc
[315/496] Compiling i2d_pr.cc
[316/496] Compiling name_print.cc
[317/496] Compiling by_file.cc
[318/496] Compiling algorithm.cc
[319/496] Compiling by_dir.cc
[320/496] Compiling asn1_gen.cc
[321/496] Compiling a_digest.cc
[322/496] Compiling a_sign.cc
[323/496] Compiling a_verify.cc
[324/496] Compiling voprf.cc
[325/496] Compiling thread_win.cc
[326/496] Compiling thread_pthread.cc
[327/496] Compiling thread_none.cc
[328/496] Compiling thread.cc
[329/496] Compiling trust_token.cc
[330/496] Compiling stack.cc
[331/496] Compiling pmbtoken.cc
[332/496] Compiling sha512.cc
[333/496] Compiling siphash.cc
[334/496] Compiling slhdsa.cc
[335/496] Compiling sha256.cc
[336/496] Compiling sha1.cc
[337/496] Compiling spake2plus.cc
[338/496] Compiling rsa_print.cc
[339/496] Compiling rsa_extra.cc
[340/496] Compiling rc4.cc
[341/496] Compiling urandom.cc
[342/496] Compiling refcount.cc
[343/496] Compiling rsa_crypt.cc
[344/496] Compiling windows.cc
[345/496] Compiling trusty.cc
[346/496] Compiling rand.cc
[347/496] Compiling rsa_asn1.cc
[348/496] Compiling passive.cc
[349/496] Compiling forkunsafe.cc
[350/496] Compiling getentropy.cc
[351/496] Compiling ios.cc
[352/496] Compiling fork_detect.cc
[353/496] Compiling deterministic.cc
[354/496] Compiling poly1305_arm_asm.S
[355/496] Compiling poly1305_vec.cc
[356/496] Compiling poly1305.cc
[357/496] Compiling poly1305_arm.cc
[358/496] Compiling pool.cc
[359/496] Compiling pkcs7.cc
[360/496] Compiling pkcs8_x509.cc
[361/496] Compiling pkcs8.cc
[362/496] Compiling p5_pbev2.cc
[363/496] Compiling pkcs7_x509.cc
[364/496] Compiling pem_x509.cc
[365/496] Compiling pem_pkey.cc
[366/496] Compiling pem_xaux.cc
[367/496] Compiling mlkem.cc
[368/496] Compiling pem_pk8.cc
[369/496] Compiling pem_oth.cc
[370/496] Compiling pem_lib.cc
[371/496] Compiling obj_xref.cc
[372/496] Compiling pem_info.cc
[373/496] Compiling obj.cc
[374/496] Compiling mldsa.cc
[375/496] Compiling pem_all.cc
[376/496] Compiling poly_rq_mul.S
[377/496] Compiling fips_shared_support.cc
[378/496] Compiling mem.cc
[379/496] Compiling md5.cc
[380/496] Compiling md4.cc
[381/496] Compiling lhash.cc
[382/496] Compiling kyber.cc
[383/496] Compiling ex_data.cc
[384/496] Compiling sign.cc
[385/496] Compiling scrypt.cc
[386/496] Compiling hrss.cc
[387/496] Compiling hpke.cc
[388/496] Compiling print.cc
[389/496] Compiling pbkdf.cc
[390/496] Compiling p_x25519.cc
[391/496] Compiling p_ed25519_asn1.cc
[392/496] Compiling p_x25519_asn1.cc
[393/496] Compiling p_rsa_asn1.cc
[394/496] Compiling p_hkdf.cc
[395/496] Compiling p_rsa.cc
[396/496] Compiling p_ed25519.cc
[397/496] Compiling p_dh_asn1.cc
[398/496] Compiling p_ec.cc
[399/496] Compiling evp_ctx.cc
[400/496] Compiling p_ec_asn1.cc
[401/496] Compiling p_dh.cc
[402/496] Compiling p_dsa_asn1.cc
[403/496] Compiling err.cc
[404/496] Compiling evp_asn1.cc
[405/496] Compiling engine.cc
[406/496] Compiling evp.cc
[407/496] Compiling ecdh.cc
[408/496] Compiling hash_to_curve.cc
[409/496] Compiling ecdsa_asn1.cc
[410/496] Compiling ec_derive.cc
[411/496] Compiling dsa.cc
[412/496] Compiling ec_asn1.cc
[413/496] Compiling dsa_asn1.cc
[414/496] Compiling params.cc
[415/496] Compiling x25519-asm-arm.S
[416/496] Compiling bcm.cc
[417/496] Compiling digest_extra.cc
[418/496] Compiling dh_asn1.cc
[419/496] Compiling des.cc
[420/496] Compiling curve25519_64_adx.cc
[421/496] Compiling spake25519.cc
[422/496] Compiling crypto.cc
[423/496] Compiling cpu_intel.cc
[424/496] Compiling curve25519.cc
[425/496] Compiling cpu_arm_linux.cc
[426/496] Compiling cpu_arm_freebsd.cc
[427/496] Compiling cpu_aarch64_win.cc
[428/496] Compiling cpu_aarch64_sysreg.cc
[429/496] Compiling cpu_aarch64_openbsd.cc
[430/496] Compiling cpu_aarch64_linux.cc
[431/496] Compiling cpu_aarch64_apple.cc
[432/496] Compiling cpu_aarch64_fuchsia.cc
[433/496] Compiling conf.cc
[434/496] Compiling tls_cbc.cc
[435/496] Compiling get_cipher.cc
[436/496] Compiling e_tls.cc
[437/496] Compiling e_chacha20poly1305.cc
[438/496] Compiling e_rc4.cc
[439/496] Compiling e_null.cc
[440/496] Compiling e_rc2.cc
[441/496] Compiling e_aesgcmsiv.cc
[442/496] Compiling e_des.cc
[443/496] Compiling e_aesctrhmac.cc
[444/496] Compiling derive_key.cc
[445/496] Compiling chacha.cc
[446/496] Compiling cbb.cc
[447/496] Compiling unicode.cc
[448/496] Compiling buf.cc
[449/496] Compiling ber.cc
[450/496] Compiling cbs.cc
[451/496] Compiling asn1_compat.cc
[452/496] Compiling blake2.cc
[453/496] Compiling socket_helper.cc
[454/496] Compiling convert.cc
[455/496] Compiling bn_asn1.cc
[456/496] Compiling printf.cc
[457/496] Compiling socket.cc
[458/496] Compiling pair.cc
[459/496] Compiling hexdump.cc
[460/496] Compiling file.cc
[461/496] Compiling fd.cc
[462/496] Compiling connect.cc
[463/496] Compiling errno.cc
[464/496] Compiling bio_mem.cc
[465/496] Compiling bio.cc
[466/496] Compiling base64.cc
[467/496] Compiling tasn_typ.cc
[468/496] Compiling tasn_enc.cc
[469/496] Compiling tasn_fre.cc
[470/496] Compiling tasn_utl.cc
[471/496] Compiling posix_time.cc
[472/496] Compiling tasn_new.cc
[473/496] Compiling f_string.cc
[474/496] Compiling tasn_dec.cc
[475/496] Compiling f_int.cc
[476/496] Compiling asn1_par.cc
[477/496] Compiling asn_pack.cc
[478/496] Compiling asn1_lib.cc
[479/496] Compiling a_strnid.cc
[480/496] Compiling a_strex.cc
[481/496] Compiling a_type.cc
[482/496] Compiling a_utctm.cc
[483/496] Compiling a_time.cc
[483/496] Compiling a_octet.cc
[485/496] Compiling a_mbstr.cc
[486/496] Compiling a_object.cc
[487/496] Compiling a_dup.cc
[488/496] Compiling a_i2d_fp.cc
[489/496] Compiling a_d2i_fp.cc
[490/496] Compiling a_int.cc
[491/496] Compiling a_bool.cc
[492/496] Compiling a_gentm.cc
[493/496] Compiling a_bitstr.cc
[494/496] Compiling c-nioatomics.c
[495/496] Compiling c-atomics.c
[497/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[498/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[499/502] Emitting module NIOConcurrencyHelpers
[500/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/502] Compiling NIOConcurrencyHelpers lock.swift
[502/502] Compiling NIOConcurrencyHelpers atomics.swift
[504/564] Compiling NIOCore NIOAny.swift
[505/564] Compiling NIOCore NIOCloseOnErrorHandler.swift
[506/564] Compiling NIOCore NIOCoreSendableMetatype.swift
[507/564] Compiling NIOCore NIOLoopBound.swift
[508/564] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[509/564] Compiling NIOCore NIOScheduledCallback.swift
[510/564] Compiling NIOCore NIOSendable.swift
[511/564] Compiling NIOCore RecvByteBufferAllocator.swift
[512/572] Compiling NIOCore IOData.swift
[513/572] Compiling NIOCore IPProtocol.swift
[514/572] Compiling NIOCore IntegerBitPacking.swift
[515/572] Compiling NIOCore IntegerTypes.swift
[516/572] Compiling NIOCore Interfaces.swift
[517/572] Compiling NIOCore Linux.swift
[518/572] Compiling NIOCore MarkedCircularBuffer.swift
[519/572] Compiling NIOCore MulticastChannel.swift
[520/572] Compiling NIOCore AddressedEnvelope.swift
[521/572] Compiling NIOCore AsyncAwaitSupport.swift
[522/572] Compiling NIOCore AsyncChannel.swift
[523/572] Compiling NIOCore AsyncChannelHandler.swift
[524/572] Compiling NIOCore AsyncChannelInboundStream.swift
[525/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[526/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[527/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[528/572] Compiling NIOCore NIOAsyncWriter.swift
[529/572] Compiling NIOCore CircularBuffer.swift
[530/572] Compiling NIOCore Codec.swift
[531/572] Compiling NIOCore ConvenienceOptionSupport.swift
[532/572] Compiling NIOCore DeadChannel.swift
[533/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[534/572] Compiling NIOCore EventLoop+Deprecated.swift
[535/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[536/572] Compiling NIOCore EventLoop.swift
[537/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[538/572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[539/572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[540/572] Compiling NIOCore EventLoopFuture.swift
[541/572] Compiling NIOCore FileDescriptor.swift
[542/572] Compiling NIOCore FileHandle.swift
[543/572] Compiling NIOCore FileRegion.swift
[544/572] Compiling NIOCore GlobalSingletons.swift
[545/572] Compiling NIOCore IO.swift
[546/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[547/572] Compiling NIOCore SocketAddresses.swift
[548/572] Compiling NIOCore SocketOptionProvider.swift
[549/572] Compiling NIOCore SystemCallHelpers.swift
[550/572] Compiling NIOCore TimeAmount+Duration.swift
[551/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[552/572] Compiling NIOCore UniversalBootstrapSupport.swift
[553/572] Compiling NIOCore Utilities.swift
[554/572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[555/572] Compiling NIOCore BSDSocketAPI.swift
[556/572] Compiling NIOCore ByteBuffer-aux.swift
[557/572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[558/572] Compiling NIOCore ByteBuffer-conversions.swift
[559/572] Compiling NIOCore ByteBuffer-core.swift
[560/572] Compiling NIOCore ByteBuffer-hex.swift
[561/572] Compiling NIOCore ByteBuffer-int.swift
[562/572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[563/572] Compiling NIOCore ByteBuffer-multi-int.swift
[564/572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[565/572] Compiling NIOCore ByteBuffer-views.swift
[566/572] Compiling NIOCore Channel.swift
[567/572] Compiling NIOCore ChannelHandler.swift
[568/572] Compiling NIOCore ChannelHandlers.swift
[569/572] Compiling NIOCore ChannelInvoker.swift
[570/572] Compiling NIOCore ChannelOption.swift
[571/572] Compiling NIOCore ChannelPipeline.swift
[572/572] Emitting module NIOCore
[574/624] Compiling NIOEmbedded Embedded.swift
[575/624] Emitting module NIOEmbedded
[576/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[577/624] Compiling NIOEmbedded AsyncTestingChannel.swift
[579/625] Emitting module NIOPosix
[580/631] Compiling NIOPosix ServerSocket.swift
[581/631] Compiling NIOPosix Socket.swift
[582/631] Compiling NIOPosix SocketChannel.swift
[583/631] Compiling NIOPosix SocketProtocols.swift
[584/631] Compiling NIOPosix System.swift
[585/631] Compiling NIOPosix Thread.swift
[586/631] Compiling NIOPosix SelectableChannel.swift
[587/631] Compiling NIOPosix SelectableEventLoop.swift
[588/631] Compiling NIOPosix SelectorEpoll.swift
[589/631] Compiling NIOPosix SelectorGeneric.swift
[590/631] Compiling NIOPosix SelectorKqueue.swift
[591/631] Compiling NIOPosix SelectorUring.swift
[592/631] Compiling NIOPosix ThreadPosix.swift
[593/631] Compiling NIOPosix ThreadWindows.swift
[594/631] Compiling NIOPosix UnsafeTransfer.swift
[595/631] Compiling NIOPosix Utilities.swift
[596/631] Compiling NIOPosix VsockAddress.swift
[597/631] Compiling NIOPosix VsockChannelEvents.swift
[598/631] Compiling NIOPosix IO.swift
[599/631] Compiling NIOPosix IntegerBitPacking.swift
[600/631] Compiling NIOPosix IntegerTypes.swift
[601/631] Compiling NIOPosix Linux.swift
[602/631] Compiling NIOPosix LinuxCPUSet.swift
[603/631] Compiling NIOPosix LinuxUring.swift
[604/631] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[605/631] Compiling NIOPosix Pool.swift
[606/631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[607/631] Compiling NIOPosix PosixSingletons.swift
[608/631] Compiling NIOPosix RawSocketBootstrap.swift
[609/631] Compiling NIOPosix Resolver.swift
[610/631] Compiling NIOPosix Selectable.swift
[611/631] Compiling NIOPosix NIOPosixSendableMetatype.swift
[612/631] Compiling NIOPosix NIOThreadPool.swift
[613/631] Compiling NIOPosix NonBlockingFileIO.swift
[614/631] Compiling NIOPosix PendingDatagramWritesManager.swift
[615/631] Compiling NIOPosix PendingWritesManager.swift
[616/631] Compiling NIOPosix PipeChannel.swift
[617/631] Compiling NIOPosix PipePair.swift
[618/631] Compiling NIOPosix BSDSocketAPICommon.swift
[619/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[620/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[621/631] Compiling NIOPosix BaseSocket.swift
[622/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[623/631] Compiling NIOPosix BaseSocketChannel.swift
[624/631] Compiling NIOPosix BaseStreamSocketChannel.swift
[625/631] Compiling NIOPosix Bootstrap.swift
[626/631] Compiling NIOPosix ControlMessage.swift
[627/631] Compiling NIOPosix DatagramVectorReadManager.swift
[628/631] Compiling NIOPosix Errors+Any.swift
[629/631] Compiling NIOPosix FileDescriptor.swift
[630/631] Compiling NIOPosix GetaddrinfoResolver.swift
[631/631] Compiling NIOPosix HappyEyeballs.swift
[633/634] Emitting module NIO
[634/634] Compiling NIO Exports.swift
[636/662] Emitting module NIOTLS
[637/662] Compiling NIOTLS TLSEvents.swift
[638/662] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[639/662] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[640/662] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[641/662] Compiling NIOTLS SNIHandler.swift
[643/663] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[644/663] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[645/665] Emitting module NIOHTTP1
[646/694] Compiling NIOSSL SSLCertificateExtensions.swift
[647/694] Compiling NIOSSL SSLCertificateName.swift
[648/694] Compiling NIOSSL ObjectIdentifier.swift
[649/694] Compiling NIOSSL PosixPort.swift
[650/694] Compiling NIOSSL ByteBufferBIO.swift
[651/694] Compiling NIOSSL CustomPrivateKey.swift
[652/694] Compiling NIOSSL NIOSSLHandler.swift
[653/694] Compiling NIOSSL AndroidCABundle.swift
[654/694] Compiling NIOSSL SSLConnection.swift
[655/694] Compiling NIOSSL SSLContext.swift
[656/694] Compiling NIOSSL SSLCallbacks.swift
[657/694] Compiling NIOSSL SSLCertificate.swift
[658/694] Compiling NIOSSL LinuxCABundle.swift
[659/694] Compiling NIOSSL NIOSSLClientHandler.swift
[660/694] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[662/700] Emitting module NIOSSL
[663/727] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[664/727] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[665/727] Emitting module NIOFoundationCompat
[666/727] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[667/727] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[668/727] Compiling NIOSSL SSLPrivateKey.swift
[669/727] Compiling NIOSSL SSLPublicKey.swift
[670/727] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[671/727] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[672/728] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[673/728] Compiling NIOExtras LengthFieldPrepender.swift
[674/728] Compiling NIOExtras LineBasedFrameDecoder.swift
[675/728] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[676/728] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[677/728] Compiling NIOExtras JSONRPCFraming.swift
[678/728] Compiling NIOExtras DebugInboundEventsHandler.swift
[679/728] Compiling NIOExtras DebugOutboundEventsHandler.swift
[681/728] Compiling NIOExtras FixedLengthFrameDecoder.swift
[682/728] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[683/728] Compiling NIOExtras NIOExtrasError.swift
[684/728] Compiling NIOExtras NIOLengthFieldBitLength.swift
[685/728] Compiling NIOSSL SubjectAlternativeName.swift
[686/728] Compiling NIOSSL NIOSSLSecureBytes.swift
[687/728] Compiling NIOSSL RNG.swift
[688/728] Compiling NIOSSL SafeCompare.swift
[689/728] Compiling NIOWebSocket WebSocketOpcode.swift
[690/751] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[691/751] Compiling NIOTransportServices NIOTSBootstraps.swift
[692/751] Compiling NIOTransportServices NIOTSChannelOptions.swift
[693/751] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[694/751] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[695/753] Compiling NIOTransportServices AcceptHandler.swift
[696/753] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[697/753] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[698/753] Emitting module NIOWebSocket
[699/753] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[700/753] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[701/753] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[702/753] Compiling NIOTransportServices NIOTSErrors.swift
[703/753] Compiling NIOTransportServices NIOTSEventLoop.swift
[710/753] Emitting module NIOTransportServices
[712/753] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[713/753] Compiling NIOTransportServices NIOTSListenerChannel.swift
[714/753] Compiling NIOExtras WritePCAPHandler.swift
[715/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[716/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[717/753] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[718/753] Compiling NIOTransportServices NIOTSSingletons.swift
[719/753] Compiling NIOExtras UnsafeTransfer.swift
[720/753] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[725/755] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[726/755] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[739/755] Compiling NIOWebSocket WebSocketErrorCodes.swift
[740/755] Compiling NIOWebSocket WebSocketFrame.swift
[741/756] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[742/756] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[743/757] Emitting module NIOExtras
[752/757] Compiling NIOSSL Zeroization.swift
[753/757] Compiling NIOSSL TLSConfiguration.swift
[754/757] Compiling NIOSSL UniversalBootstrapSupport.swift
[755/757] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[760/767] Compiling WebSocketKit WebSocket+Connect.swift
[761/767] Compiling WebSocketKit WebSocketHandler.swift
[762/767] Compiling WebSocketKit WebSocket+Concurrency.swift
[763/767] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[764/767] Compiling WebSocketKit Exports.swift
[765/767] Compiling WebSocketKit WebSocket.swift
[766/767] Emitting module WebSocketKit
[767/767] Compiling WebSocketKit WebSocketClient.swift
[769/807] Compiling Monarca BskyMessageManagerError.swift
[770/807] Compiling Monarca AccountMessageHandler.swift
[771/807] Compiling Monarca BskyMessageHandler.swift
[772/807] Compiling Monarca BskyMessageHandlerError.swift
[773/807] Compiling Monarca CommitMessageHandler.swift
[774/812] Emitting module Monarca
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[775/812] Compiling Monarca Identity.swift
[776/812] Compiling Monarca AspectRatio.swift
[777/812] Compiling Monarca Block.swift
[778/812] Compiling Monarca Follow.swift
[779/812] Compiling Monarca Image.swift
[780/812] Compiling Monarca Like.swift
[781/812] Compiling Monarca Video.swift
[782/812] Compiling Monarca Formatter+Monarca.swift
[783/812] Compiling Monarca JSONDecoder+Monarca.swift
[784/812] Compiling Monarca BskyFirehoseSettingsMapper.swift
[785/812] Compiling Monarca FirehoseMapperError.swift
[786/812] Compiling Monarca Record.swift
[787/812] Compiling Monarca Reference.swift
[788/812] Compiling Monarca Repost.swift
[789/812] Compiling Monarca StarterPack.swift
[790/812] Compiling Monarca ThreadGate.swift
[791/812] Compiling Monarca FireshoseHost.swift
[792/812] Compiling Monarca MessageSize.swift
[793/812] Compiling Monarca Playback.swift
[794/812] Compiling Monarca Account.swift
[795/812] Compiling Monarca BskyMessage.swift
[796/812] Compiling Monarca Commit.swift
[797/812] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[798/812] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[799/812] Compiling Monarca IdentityMessageHandler.swift
[800/812] Compiling Monarca AllMessagesManager.swift
[801/812] Compiling Monarca BskyMessageManager.swift
[802/812] Compiling Monarca BskyFirehoseClient.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[803/812] Compiling Monarca BskyFirehoseClientBuilder.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[804/812] Compiling Monarca BskyFirehoseError.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[805/812] Compiling Monarca DefaultFirehoseClientsBuilder.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[806/812] Compiling Monarca BskyCollection.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[807/812] Compiling Monarca BskyFirehoseSettings.swift
/host/spi-builder-workspace/Sources/Monarca/BskyFirehoseClient.swift:43:13: warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
41 | 		}
42 |
43 | 		WebSocket.connect(to: bskyURL, on: eventLoopGroup) { ws in
   |             `- warning: result of call to 'connect(to:headers:configuration:on:onUpgrade:)' is unused
44 | 			ws.onText { ws, content in
45 | 				do {
/host/spi-builder-workspace/Sources/Monarca/Entities/Firehose/BskyFirehoseSettings.swift:90:1: warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 88 | }
 89 |
 90 | extension BskyFirehoseSettings: @preconcurrency CustomStringConvertible {
    | `- warning: @preconcurrency attribute on conformance to 'CustomStringConvertible' has no effect
 91 | 	public var description: String {
 92 | 		var settingsContent = [String]()
[808/812] Compiling Monarca LinkedIdentifier.swift
[809/812] Compiling Monarca ListItem.swift
[810/812] Compiling Monarca Post.swift
[811/812] Compiling Monarca PostGate.swift
[812/812] Compiling Monarca Profile.swift
Build complete! (336.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "websocket-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.16.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/websocket-kit.git"
    }
  ],
  "manifest_display_name" : "Monarca",
  "name" : "Monarca",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Monarca",
      "targets" : [
        "Monarca"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MonarcaTests",
      "module_type" : "SwiftTarget",
      "name" : "MonarcaTests",
      "path" : "Tests/MonarcaTests",
      "sources" : [
        "FirehoseClientBuilderTests.swift",
        "MapperTests.swift",
        "MessageHandlerTests.swift",
        "Mocks/MockMessageManager.swift",
        "Mocks/MockMessages.swift",
        "MonarcaTests.swift",
        "SettingsTests.swift"
      ],
      "target_dependencies" : [
        "Monarca"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Monarca",
      "module_type" : "SwiftTarget",
      "name" : "Monarca",
      "path" : "Sources/Monarca",
      "product_dependencies" : [
        "WebSocketKit"
      ],
      "product_memberships" : [
        "Monarca"
      ],
      "sources" : [
        "BskyFirehoseClient.swift",
        "BskyFirehoseClientBuilder.swift",
        "BskyFirehoseError.swift",
        "DefaultFirehoseClientsBuilder.swift",
        "Entities/BskyCollection.swift",
        "Entities/Firehose/BskyFirehoseSettings.swift",
        "Entities/Firehose/FireshoseHost.swift",
        "Entities/Firehose/MessageSize.swift",
        "Entities/Firehose/Playback.swift",
        "Entities/Messages/Account.swift",
        "Entities/Messages/BskyMessage.swift",
        "Entities/Messages/Commit.swift",
        "Entities/Messages/Identity.swift",
        "Entities/Messages/Records/AspectRatio.swift",
        "Entities/Messages/Records/Block.swift",
        "Entities/Messages/Records/Follow.swift",
        "Entities/Messages/Records/Image.swift",
        "Entities/Messages/Records/Like.swift",
        "Entities/Messages/Records/LinkedIdentifier.swift",
        "Entities/Messages/Records/ListItem.swift",
        "Entities/Messages/Records/Post.swift",
        "Entities/Messages/Records/PostGate.swift",
        "Entities/Messages/Records/Profile.swift",
        "Entities/Messages/Records/Record.swift",
        "Entities/Messages/Records/Reference.swift",
        "Entities/Messages/Records/Repost.swift",
        "Entities/Messages/Records/StarterPack.swift",
        "Entities/Messages/Records/ThreadGate.swift",
        "Entities/Messages/Records/Video.swift",
        "Extensiones/Formatter+Monarca.swift",
        "Extensiones/JSONDecoder+Monarca.swift",
        "Mappers/BskyFirehoseSettingsMapper.swift",
        "Mappers/FirehoseMapperError.swift",
        "Subscription/BskyMessageManagerError.swift",
        "Subscription/Handlers/AccountMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandler.swift",
        "Subscription/Handlers/BskyMessageHandlerError.swift",
        "Subscription/Handlers/CommitMessageHandler.swift",
        "Subscription/Handlers/ContentFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/HashtagFilteredCommitMessageHandler.swift",
        "Subscription/Handlers/IdentityMessageHandler.swift",
        "Subscription/Manager/AllMessagesManager.swift",
        "Subscription/Manager/BskyMessageManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.