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 main (cf1293), with Swift 6.1 for Android on 7 Jul 2025 14:57:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/fitomad/Monarca
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-2":/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
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date 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.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.13s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1807] Fetching swift-atomics
[1808/16737] Fetching swift-atomics, swift-nio-ssl
[1809/22769] Fetching swift-atomics, swift-nio-ssl, swift-nio-extras
[2409/99209] Fetching swift-atomics, swift-nio-ssl, swift-nio-extras, swift-nio
[10136/101882] Fetching swift-atomics, swift-nio-ssl, swift-nio-extras, swift-nio, swift-nio-transport-services
Fetched https://github.com/apple/swift-atomics.git from cache (1.87s)
[51560/100075] Fetching swift-nio-ssl, swift-nio-extras, swift-nio, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.01s)
[60485/97402] Fetching swift-nio-ssl, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.72s)
[66910/91370] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.75s)
[52744/76440] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (3.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4495] Fetching swift-system
[4002/21235] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.43s)
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
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.83s)
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.92s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.10s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/5959] Fetching swift-algorithms
[121/7575] Fetching swift-algorithms, swift-asn1
[1612/12565] Fetching swift-algorithms, swift-asn1, swift-async-algorithms
[1762/14991] Fetching swift-algorithms, swift-asn1, swift-async-algorithms, swift-service-lifecycle
[2295/21235] Fetching swift-algorithms, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates
[6932/25068] Fetching swift-algorithms, swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-certificates, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.84s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.85s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.85s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[1/1169] Fetching swift-http-structured-headers
[948/2073] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
[1/11594] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.95s)
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.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (0.69s)
Fetching https://github.com/apple/swift-crypto.git
[1/15683] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (11.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.44s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.67s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (6.50s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.61s)
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 (0.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.64s)
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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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-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/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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.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-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-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-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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Building for debugging...
[0/433] Write sources
[14/433] Compiling CNIOWindows shim.c
[14/433] Write sources
[14/433] Compiling CNIOWASI CNIOWASI.c
[14/433] Compiling CNIOWindows WSAStartup.c
[21/433] Compiling CNIOLinux liburing_shims.c
[22/433] Compiling _AtomicsShims.c
[23/433] Compiling CNIODarwin shim.c
[24/433] Compiling CNIOSHA1 c_nio_sha1.c
[25/433] Compiling CNIOLLHTTP c_nio_http.c
[26/433] Compiling fiat_p256_adx_sqr.S
[27/433] Compiling fiat_p256_adx_mul.S
[28/433] Compiling fiat_curve25519_adx_square.S
[29/433] Compiling CNIOLinux shim.c
[30/433] Compiling CNIOLLHTTP c_nio_api.c
[31/433] Compiling fiat_curve25519_adx_mul.S
[32/433] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/433] Write swift-version-24593BA9C3E375BF.txt
[34/433] Compiling CNIOBoringSSLShims shims.c
[35/437] Compiling tls_method.cc
[36/439] Compiling tls_record.cc
[37/439] Compiling t1_enc.cc
[38/439] Compiling tls13_client.cc
[39/453] Compiling tls13_server.cc
[40/453] Compiling tls13_enc.cc
[42/453] Emitting module _NIOBase64
[42/453] Compiling tls13_both.cc
[43/453] Compiling ssl_transcript.cc
[44/453] Compiling ssl_versions.cc
[45/453] Compiling ssl_stat.cc
[46/453] Compiling ssl_x509.cc
[47/453] Compiling ssl_session.cc
[49/453] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/453] Compiling InternalCollectionsUtilities Integer rank.swift
[51/454] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/454] Compiling InternalCollectionsUtilities Debugging.swift
[53/454] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/454] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/454] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/454] Compiling InternalCollectionsUtilities Descriptions.swift
[57/454] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[58/454] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/454] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/454] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/454] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/454] Emitting module InternalCollectionsUtilities
[63/454] Compiling _NIOBase64 Base64.swift
[64/454] Compiling _NIODataStructures PriorityQueue.swift
[65/454] Compiling _NIODataStructures Heap.swift
[66/454] Emitting module _NIODataStructures
[67/455] Compiling _NIODataStructures _TinyArray.swift
[67/456] Compiling ssl_privkey.cc
[71/456] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/457] Compiling ssl_file.cc
[73/457] Compiling ssl_key_share.cc
[75/472] Compiling DequeModule _DequeBuffer.swift
[76/472] Compiling DequeModule _DequeBufferHeader.swift
[76/474] Compiling ssl_lib.cc
[78/474] Compiling DequeModule Deque+CustomReflectable.swift
[79/474] Compiling DequeModule Deque+Descriptions.swift
[80/474] Compiling DequeModule _DequeSlot.swift
[81/474] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/474] Compiling ssl_credential.cc
[83/474] Compiling DequeModule Deque+Extras.swift
[84/474] Compiling DequeModule Deque+Hashable.swift
[85/474] Compiling DequeModule Deque+Equatable.swift
[86/474] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/474] Compiling DequeModule Deque+Testing.swift
[88/474] Compiling DequeModule Deque._Storage.swift
[89/474] Compiling DequeModule Deque._UnsafeHandle.swift
[90/474] Compiling DequeModule Deque.swift
[91/474] Compiling DequeModule Deque+Codable.swift
[92/474] Compiling DequeModule Deque+Collection.swift
[92/474] Compiling ssl_buffer.cc
[93/474] Compiling ssl_cipher.cc
[95/474] Emitting module DequeModule
[96/475] Compiling ssl_asn1.cc
[97/475] Compiling ssl_cert.cc
[98/475] Compiling s3_pkt.cc
[99/475] Compiling ssl_aead_ctx.cc
[100/475] Compiling s3_lib.cc
[101/475] Compiling s3_both.cc
[102/475] Compiling handoff.cc
[103/475] Compiling handshake_server.cc
[104/475] Compiling encrypted_client_hello.cc
[105/475] Compiling handshake_client.cc
[106/475] Compiling handshake.cc
[107/475] Compiling extensions.cc
[108/475] Compiling md5-x86_64-linux.S
[109/475] Compiling md5-x86_64-apple.S
[110/475] Compiling dtls_record.cc
[111/475] Compiling dtls_method.cc
[112/475] Compiling md5-586-linux.S
[113/475] Compiling md5-586-apple.S
[114/475] Compiling chacha20_poly1305_x86_64-linux.S
[115/475] Compiling chacha20_poly1305_x86_64-apple.S
[116/475] Compiling chacha20_poly1305_armv8-win.S
[117/475] Compiling d1_srtp.cc
[118/475] Compiling chacha20_poly1305_armv8-linux.S
[119/475] Compiling chacha20_poly1305_armv8-apple.S
[120/475] Compiling bio_ssl.cc
[121/475] Compiling err_data.cc
[122/475] Compiling d1_pkt.cc
[123/475] Compiling chacha-x86_64-apple.S
[124/475] Compiling chacha-x86_64-linux.S
[125/475] Compiling chacha-x86-linux.S
[126/475] Compiling d1_lib.cc
[127/475] Compiling d1_both.cc
[128/475] Compiling chacha-armv8-win.S
[129/475] Compiling chacha-x86-apple.S
[130/475] Compiling chacha-armv8-linux.S
[131/475] Compiling chacha-armv4-linux.S
[132/475] Compiling chacha-armv8-apple.S
[133/475] Compiling x86_64-mont5-linux.S
[134/475] Compiling aes128gcmsiv-x86_64-linux.S
[135/475] Compiling aes128gcmsiv-x86_64-apple.S
[136/475] Compiling x86_64-mont-linux.S
[137/475] Compiling x86_64-mont5-apple.S
[138/475] Compiling x86_64-mont-apple.S
[139/475] Compiling x86-mont-linux.S
[140/475] Compiling x86-mont-apple.S
[141/475] Compiling vpaes-x86_64-linux.S
[141/475] Compiling vpaes-x86_64-apple.S
[143/475] Compiling vpaes-x86-linux.S
[144/475] Compiling vpaes-x86-apple.S
[145/475] Compiling vpaes-armv8-apple.S
[146/475] Compiling vpaes-armv8-linux.S
[147/475] Compiling vpaes-armv8-win.S
[148/475] Compiling vpaes-armv7-linux.S
[149/475] Compiling sha512-armv8-win.S
[150/475] Compiling sha512-x86_64-apple.S
[151/475] Compiling sha512-x86_64-linux.S
[152/475] Compiling sha512-armv8-linux.S
[153/475] Compiling sha512-armv4-linux.S
[154/475] Compiling sha512-armv8-apple.S
[155/475] Compiling sha512-586-linux.S
[156/475] Compiling sha512-586-apple.S
[157/475] Compiling sha256-x86_64-apple.S
[158/475] Compiling sha256-x86_64-linux.S
[159/475] Compiling sha256-armv8-win.S
[160/475] Compiling sha256-armv8-linux.S
[161/475] Compiling sha256-armv4-linux.S
[162/475] Compiling sha256-armv8-apple.S
[163/475] Compiling sha256-586-apple.S
[164/475] Compiling sha256-586-linux.S
[165/475] Compiling sha1-armv8-win.S
[166/475] Compiling sha1-x86_64-linux.S
[167/475] Compiling sha1-x86_64-apple.S
[168/475] Compiling sha1-armv8-apple.S
[169/475] Compiling sha1-586-apple.S
[170/475] Compiling rsaz-avx2-apple.S
[171/475] Compiling sha1-armv4-large-linux.S
[172/475] Compiling sha1-armv8-linux.S
[173/475] Compiling sha1-586-linux.S
[174/475] Compiling rdrand-x86_64-apple.S
[175/475] Compiling rdrand-x86_64-linux.S
[176/475] Compiling rsaz-avx2-linux.S
[177/475] Compiling p256_beeu-x86_64-asm-linux.S
[178/475] Compiling p256_beeu-armv8-asm-linux.S
[179/475] Compiling p256-x86_64-asm-linux.S
[180/475] Compiling p256_beeu-x86_64-asm-apple.S
[181/475] Compiling p256_beeu-armv8-asm-apple.S
[182/475] Compiling p256_beeu-armv8-asm-win.S
[183/475] Compiling p256-x86_64-asm-apple.S
[183/475] Compiling p256-armv8-asm-win.S
[185/475] Compiling p256-armv8-asm-apple.S
[186/475] Compiling ghashv8-armv8-win.S
[187/475] Compiling ghashv8-armv8-apple.S
[188/475] Compiling ghashv8-armv8-linux.S
[189/475] Compiling p256-armv8-asm-linux.S
[190/475] Compiling ghashv8-armv7-linux.S
[191/475] Compiling ghash-ssse3-x86_64-linux.S
[192/475] Compiling ghash-x86_64-apple.S
[193/475] Compiling ghash-x86-linux.S
[194/475] Compiling ghash-x86_64-linux.S
[195/475] Compiling ghash-x86-apple.S
[196/475] Compiling ghash-ssse3-x86-apple.S
[197/475] Compiling ghash-ssse3-x86-linux.S
[198/475] Compiling ghash-ssse3-x86_64-apple.S
[199/475] Compiling ghash-neon-armv8-win.S
[200/475] Compiling ghash-neon-armv8-apple.S
[201/475] Compiling ghash-armv4-linux.S
[202/475] Compiling co-586-apple.S
[203/475] Compiling co-586-linux.S
[204/475] Compiling ghash-neon-armv8-linux.S
[205/475] Compiling bsaes-armv7-linux.S
[206/475] Compiling bn-armv8-win.S
[207/475] Compiling bn-armv8-linux.S
[208/475] Compiling bn-armv8-apple.S
[209/475] Compiling bn-586-linux.S
[210/475] Compiling bn-586-apple.S
[211/475] Compiling armv8-mont-win.S
[212/475] Compiling armv8-mont-apple.S
[213/475] Compiling armv4-mont-linux.S
[214/475] Compiling aesv8-gcm-armv8-apple.S
[215/475] Compiling aesv8-gcm-armv8-win.S
[216/475] Compiling armv8-mont-linux.S
[217/475] Compiling aesv8-gcm-armv8-linux.S
[218/475] Compiling aesv8-armv8-win.S
[219/475] Compiling aesv8-armv8-apple.S
[220/475] Compiling aesv8-armv8-linux.S
[221/475] Compiling aesni-x86_64-linux.S
[222/475] Compiling aesni-x86_64-apple.S
[223/475] Compiling aesni-x86-linux.S
[224/475] Compiling aesv8-armv7-linux.S
[224/475] Compiling aesni-x86-apple.S
[226/475] Compiling aesni-gcm-x86_64-linux.S
[227/475] Compiling aes-gcm-avx2-x86_64-linux.S
[228/475] Compiling aes-gcm-avx2-x86_64-apple.S
[229/475] Compiling aesni-gcm-x86_64-apple.S
[230/475] Compiling aes-gcm-avx10-x86_64-apple.S
[231/475] Compiling aes-gcm-avx10-x86_64-linux.S
[232/475] Compiling x_x509a.cc
[233/475] Compiling x_req.cc
[234/475] Compiling x_spki.cc
[235/475] Compiling x_sig.cc
[236/475] Compiling x_x509.cc
[237/475] Compiling x_pubkey.cc
[238/475] Compiling x_val.cc
[239/475] Compiling x_name.cc
[240/475] Compiling x_exten.cc
[241/475] Compiling x_attrib.cc
[242/475] Compiling x509rset.cc
[243/475] Compiling x_crl.cc
[244/475] Compiling x509spki.cc
[245/475] Compiling x509name.cc
[246/475] Compiling x_algor.cc
[247/475] Compiling x_all.cc
[248/475] Compiling x509cset.cc
[249/475] Compiling x509_vpm.cc
[250/475] Compiling x509_txt.cc
[251/475] Compiling x509_vfy.cc
[252/475] Compiling x509_v3.cc
[253/475] Compiling x509_set.cc
[254/475] Compiling x509_trs.cc
[255/475] Compiling x509_req.cc
[256/475] Compiling x509_obj.cc
[257/475] Compiling x509_ext.cc
[258/475] Compiling x509_def.cc
[259/475] Compiling x509_d2.cc
[260/475] Compiling x509_lu.cc
[261/475] Compiling x509_cmp.cc
[262/475] Compiling x509_att.cc
[263/475] Compiling x509.cc
[264/475] Compiling v3_utl.cc
[265/475] Compiling v3_skey.cc
[266/475] Compiling v3_purp.cc
[267/475] Compiling v3_prn.cc
[268/475] Compiling v3_ocsp.cc
[269/475] Compiling v3_pmaps.cc
[270/475] Compiling v3_pcons.cc
[271/475] Compiling v3_ncons.cc
[272/475] Compiling v3_lib.cc
[273/475] Compiling v3_int.cc
[274/475] Compiling v3_genn.cc
[275/475] Compiling v3_info.cc
[276/475] Compiling v3_enum.cc
[277/475] Compiling v3_ia5.cc
[278/475] Compiling v3_extku.cc
[279/475] Compiling v3_bitst.cc
[280/475] Compiling v3_crld.cc
[281/475] Compiling v3_conf.cc
[282/475] Compiling v3_cpols.cc
[283/475] Compiling v3_bcons.cc
[284/475] Compiling v3_akey.cc
[285/475] Compiling v3_akeya.cc
[286/475] Compiling v3_alt.cc
[287/475] Compiling t_x509.cc
[288/475] Compiling t_x509a.cc
[289/475] Compiling t_req.cc
[290/475] Compiling i2d_pr.cc
[291/475] Compiling t_crl.cc
[292/475] Compiling name_print.cc
[293/475] Compiling rsa_pss.cc
[294/475] Compiling policy.cc
[295/475] Compiling by_file.cc
[296/475] Compiling by_dir.cc
[297/475] Compiling a_sign.cc
[298/475] Compiling algorithm.cc
[299/475] Compiling a_verify.cc
[300/475] Compiling a_digest.cc
[301/475] Compiling voprf.cc
[302/475] Compiling asn1_gen.cc
[303/475] Compiling pmbtoken.cc
[304/475] Compiling thread_win.cc
[305/475] Compiling stack.cc
[306/475] Compiling thread.cc
[307/475] Compiling thread_pthread.cc
[308/475] Compiling trust_token.cc
[309/475] Compiling thread_none.cc
[310/475] Compiling siphash.cc
[311/475] Compiling sha512.cc
[312/475] Compiling spake2plus.cc
[313/475] Compiling sha256.cc
[314/475] Compiling rsa_extra.cc
[315/475] Compiling sha1.cc
[316/475] Compiling rsa_print.cc
[317/475] Compiling slhdsa.cc
[318/475] Compiling rsa_crypt.cc
[319/475] Compiling trusty.cc
[320/475] Compiling refcount.cc
[321/475] Compiling windows.cc
[322/475] Compiling rc4.cc
[323/475] Compiling rsa_asn1.cc
[324/475] Compiling passive.cc
[325/475] Compiling urandom.cc
[326/475] Compiling rand.cc
[327/475] Compiling poly1305_arm_asm.S
[328/475] Compiling ios.cc
[329/475] Compiling forkunsafe.cc
[330/475] Compiling fork_detect.cc
[331/475] Compiling deterministic.cc
[331/475] Compiling getentropy.cc
[333/475] Compiling poly1305_vec.cc
[334/475] Compiling poly1305_arm.cc
[335/475] Compiling pool.cc
[336/475] Compiling poly1305.cc
[337/475] Compiling pkcs7.cc
[338/475] Compiling pkcs8.cc
[339/475] Compiling pkcs7_x509.cc
[340/475] Compiling pem_xaux.cc
[341/475] Compiling pkcs8_x509.cc
[342/475] Compiling p5_pbev2.cc
[343/475] Compiling pem_x509.cc
[344/475] Compiling pem_pkey.cc
[345/475] Compiling pem_pk8.cc
[346/475] Compiling obj_xref.cc
[347/475] Compiling pem_info.cc
[348/475] Compiling mlkem.cc
[349/475] Compiling pem_oth.cc
[350/475] Compiling pem_all.cc
[351/475] Compiling pem_lib.cc
[352/475] Compiling mldsa.cc
[353/475] Compiling poly_rq_mul.S
[354/475] Compiling mem.cc
[355/475] Compiling fips_shared_support.cc
[356/475] Compiling obj.cc
[357/475] Compiling md4.cc
[358/475] Compiling md5.cc
[359/475] Compiling lhash.cc
[360/475] Compiling ex_data.cc
[361/475] Compiling kyber.cc
[362/475] Compiling sign.cc
[363/475] Compiling hpke.cc
[364/475] Compiling pbkdf.cc
[365/475] Compiling scrypt.cc
[366/475] Compiling hrss.cc
[367/475] Compiling print.cc
[368/475] Compiling p_x25519_asn1.cc
[369/475] Compiling p_x25519.cc
[370/475] Compiling p_ed25519.cc
[371/475] Compiling p_rsa_asn1.cc
[372/475] Compiling p_ed25519_asn1.cc
[373/475] Compiling p_hkdf.cc
[374/475] Compiling p_rsa.cc
[375/475] Compiling p_ec.cc
[376/475] Compiling p_ec_asn1.cc
[377/475] Compiling evp.cc
[378/475] Compiling p_dh_asn1.cc
[379/475] Compiling p_dh.cc
[380/475] Compiling evp_ctx.cc
[381/475] Compiling engine.cc
[382/475] Compiling p_dsa_asn1.cc
[383/475] Compiling evp_asn1.cc
[384/475] Compiling err.cc
[385/475] Compiling ecdh.cc
[386/475] Compiling hash_to_curve.cc
[387/475] Compiling ec_derive.cc
[388/475] Compiling ec_asn1.cc
[389/475] Compiling ecdsa_asn1.cc
[390/475] Compiling dsa.cc
[391/475] Compiling params.cc
[392/475] Compiling dsa_asn1.cc
[393/475] Compiling x25519-asm-arm.S
[394/475] Compiling bcm.cc
[395/475] Compiling digest_extra.cc
[396/475] Compiling dh_asn1.cc
[397/475] Compiling curve25519_64_adx.cc
[398/475] Compiling des.cc
[399/475] Compiling crypto.cc
[400/475] Compiling curve25519.cc
[401/475] Compiling cpu_intel.cc
[402/475] Compiling cpu_arm_linux.cc
[403/475] Compiling cpu_arm_freebsd.cc
[404/475] Compiling cpu_aarch64_win.cc
[405/475] Compiling spake25519.cc
[406/475] Compiling cpu_aarch64_sysreg.cc
[407/475] Compiling cpu_aarch64_linux.cc
[408/475] Compiling cpu_aarch64_openbsd.cc
[409/475] Compiling cpu_aarch64_fuchsia.cc
[410/475] Compiling conf.cc
[411/475] Compiling cpu_aarch64_apple.cc
[412/475] Compiling get_cipher.cc
[413/475] Compiling tls_cbc.cc
[414/475] Compiling e_rc4.cc
[415/475] Compiling e_rc2.cc
[416/475] Compiling e_tls.cc
[417/475] Compiling e_chacha20poly1305.cc
[418/475] Compiling e_aesctrhmac.cc
[419/475] Compiling e_aesgcmsiv.cc
[420/475] Compiling e_null.cc
[421/475] Compiling e_des.cc
[422/475] Compiling derive_key.cc
[423/475] Compiling chacha.cc
[424/475] Compiling buf.cc
[425/475] Compiling unicode.cc
[426/475] Compiling cbs.cc
[427/475] Compiling asn1_compat.cc
[428/475] Compiling cbb.cc
[429/475] Compiling ber.cc
[430/475] Compiling convert.cc
[431/475] Compiling bn_asn1.cc
[432/475] Compiling printf.cc
[433/475] Compiling socket_helper.cc
[434/475] Compiling blake2.cc
[435/475] Compiling pair.cc
[436/475] Compiling socket.cc
[437/475] Compiling hexdump.cc
[438/475] Compiling file.cc
[439/475] Compiling fd.cc
[440/475] Compiling errno.cc
[441/475] Compiling connect.cc
[442/475] Compiling bio_mem.cc
[443/475] Compiling base64.cc
[444/475] Compiling bio.cc
[445/475] Compiling tasn_typ.cc
[446/475] Compiling tasn_fre.cc
[447/475] Compiling tasn_utl.cc
[448/475] Compiling f_string.cc
[449/475] Compiling tasn_new.cc
[450/475] Compiling tasn_enc.cc
[451/475] Compiling posix_time.cc
[452/475] Compiling asn_pack.cc
[453/475] Compiling asn1_par.cc
[454/475] Compiling f_int.cc
[455/475] Compiling tasn_dec.cc
[456/475] Compiling a_time.cc
[457/475] Compiling a_utctm.cc
[458/475] Compiling asn1_lib.cc
[459/475] Compiling a_strnid.cc
[460/475] Compiling a_octet.cc
[461/475] Compiling a_type.cc
[462/475] Compiling a_strex.cc
[463/475] Compiling a_object.cc
[464/475] Compiling a_d2i_fp.cc
[465/475] Compiling a_dup.cc
[466/475] Compiling a_mbstr.cc
[467/475] Write sources
[468/475] Compiling a_i2d_fp.cc
[469/493] Compiling a_gentm.cc
[470/493] Compiling a_bool.cc
[472/493] Compiling Atomics AtomicStorage.swift
[473/493] Compiling Atomics AtomicValue.swift
[474/495] Compiling Atomics UnsafeAtomic.swift
[475/495] Compiling Atomics UnsafeAtomicLazyReference.swift
[476/495] Compiling Atomics ManagedAtomic.swift
[477/495] Compiling Atomics ManagedAtomicLazyReference.swift
[477/495] Compiling a_int.cc
[479/495] Compiling Atomics AtomicMemoryOrderings.swift
[480/495] Compiling Atomics DoubleWord.swift
[481/495] Compiling Atomics AtomicInteger.swift
[482/495] Compiling Atomics AtomicOptionalWrappable.swift
[483/495] Compiling Atomics AtomicReference.swift
[483/495] Compiling a_bitstr.cc
[485/495] Compiling Atomics IntegerOperations.swift
[486/495] Compiling Atomics Unmanaged extensions.swift
[487/495] Emitting module Atomics
[488/495] Compiling Atomics IntegerConformances.swift
[489/495] Compiling Atomics PointerConformances.swift
[490/495] Compiling Atomics Primitives.native.swift
[491/495] Compiling Atomics OptionalRawRepresentable.swift
[492/495] Compiling Atomics RawRepresentable.swift
[493/495] Compiling Atomics AtomicBool.swift
[494/496] Compiling c-nioatomics.c
[495/496] Compiling c-atomics.c
[497/502] Emitting module NIOConcurrencyHelpers
[498/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[499/502] Compiling NIOConcurrencyHelpers lock.swift
[500/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[501/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[502/502] Compiling NIOConcurrencyHelpers atomics.swift
[504/564] Compiling NIOCore IOData.swift
[505/564] Compiling NIOCore IPProtocol.swift
[506/564] Compiling NIOCore IntegerBitPacking.swift
[507/564] Compiling NIOCore IntegerTypes.swift
[508/564] Compiling NIOCore Interfaces.swift
[509/564] Compiling NIOCore Linux.swift
[510/564] Compiling NIOCore MarkedCircularBuffer.swift
[511/564] Compiling NIOCore MulticastChannel.swift
[512/572] Compiling NIOCore CircularBuffer.swift
[513/572] Compiling NIOCore Codec.swift
[514/572] Compiling NIOCore ConvenienceOptionSupport.swift
[515/572] Compiling NIOCore DeadChannel.swift
[516/572] Compiling NIOCore DispatchQueue+WithFuture.swift
[517/572] Compiling NIOCore EventLoop+Deprecated.swift
[518/572] Compiling NIOCore EventLoop+SerialExecutor.swift
[519/572] Compiling NIOCore EventLoop.swift
[520/572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[521/572] Compiling NIOCore NIOAny.swift
[522/572] Compiling NIOCore NIOCloseOnErrorHandler.swift
[523/572] Compiling NIOCore NIOCoreSendableMetatype.swift
[524/572] Compiling NIOCore NIOLoopBound.swift
[525/572] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[526/572] Compiling NIOCore NIOScheduledCallback.swift
[527/572] Compiling NIOCore NIOSendable.swift
[528/572] Compiling NIOCore RecvByteBufferAllocator.swift
[529/572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[530/572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[531/572] Compiling NIOCore EventLoopFuture.swift
[532/572] Compiling NIOCore FileDescriptor.swift
[533/572] Compiling NIOCore FileHandle.swift
[534/572] Compiling NIOCore FileRegion.swift
[535/572] Compiling NIOCore GlobalSingletons.swift
[536/572] Compiling NIOCore IO.swift
[537/572] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[538/572] Compiling NIOCore SocketAddresses.swift
[539/572] Compiling NIOCore SocketOptionProvider.swift
[540/572] Compiling NIOCore SystemCallHelpers.swift
[541/572] Compiling NIOCore TimeAmount+Duration.swift
[542/572] Compiling NIOCore TypeAssistedChannelHandler.swift
[543/572] Compiling NIOCore UniversalBootstrapSupport.swift
[544/572] Compiling NIOCore Utilities.swift
[545/572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[546/572] Compiling NIOCore BSDSocketAPI.swift
[547/572] Compiling NIOCore ByteBuffer-aux.swift
[548/572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[549/572] Compiling NIOCore ByteBuffer-conversions.swift
[550/572] Compiling NIOCore ByteBuffer-core.swift
[551/572] Compiling NIOCore ByteBuffer-hex.swift
[552/572] Compiling NIOCore ByteBuffer-int.swift
[553/572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[554/572] Compiling NIOCore AddressedEnvelope.swift
[555/572] Compiling NIOCore AsyncAwaitSupport.swift
[556/572] Compiling NIOCore AsyncChannel.swift
[557/572] Compiling NIOCore AsyncChannelHandler.swift
[558/572] Compiling NIOCore AsyncChannelInboundStream.swift
[559/572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[560/572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[561/572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[562/572] Compiling NIOCore NIOAsyncWriter.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] Emitting module NIOEmbedded
[575/624] Compiling NIOEmbedded AsyncTestingChannel.swift
[576/624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[577/624] Compiling NIOEmbedded Embedded.swift
[579/625] Emitting module NIOPosix
[580/631] Compiling NIOPosix SelectableChannel.swift
[581/631] Compiling NIOPosix SelectableEventLoop.swift
[582/631] Compiling NIOPosix SelectorEpoll.swift
[583/631] Compiling NIOPosix SelectorGeneric.swift
[584/631] Compiling NIOPosix SelectorKqueue.swift
[585/631] Compiling NIOPosix SelectorUring.swift
[586/631] Compiling NIOPosix Pool.swift
[587/631] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[588/631] Compiling NIOPosix PosixSingletons.swift
[589/631] Compiling NIOPosix RawSocketBootstrap.swift
[590/631] Compiling NIOPosix Resolver.swift
[591/631] Compiling NIOPosix Selectable.swift
[592/631] Compiling NIOPosix ServerSocket.swift
[593/631] Compiling NIOPosix Socket.swift
[594/631] Compiling NIOPosix SocketChannel.swift
[595/631] Compiling NIOPosix SocketProtocols.swift
[596/631] Compiling NIOPosix System.swift
[597/631] Compiling NIOPosix Thread.swift
[598/631] Compiling NIOPosix ThreadPosix.swift
[599/631] Compiling NIOPosix ThreadWindows.swift
[600/631] Compiling NIOPosix UnsafeTransfer.swift
[601/631] Compiling NIOPosix Utilities.swift
[602/631] Compiling NIOPosix VsockAddress.swift
[603/631] Compiling NIOPosix VsockChannelEvents.swift
[604/631] Compiling NIOPosix BSDSocketAPICommon.swift
[605/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[606/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[607/631] Compiling NIOPosix BaseSocket.swift
[608/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[609/631] Compiling NIOPosix BaseSocketChannel.swift
[610/631] Compiling NIOPosix BaseStreamSocketChannel.swift
[611/631] Compiling NIOPosix Bootstrap.swift
[612/631] Compiling NIOPosix ControlMessage.swift
[613/631] Compiling NIOPosix DatagramVectorReadManager.swift
[614/631] Compiling NIOPosix Errors+Any.swift
[615/631] Compiling NIOPosix FileDescriptor.swift
[616/631] Compiling NIOPosix GetaddrinfoResolver.swift
[617/631] Compiling NIOPosix HappyEyeballs.swift
[618/631] Compiling NIOPosix IO.swift
[619/631] Compiling NIOPosix IntegerBitPacking.swift
[620/631] Compiling NIOPosix IntegerTypes.swift
[621/631] Compiling NIOPosix Linux.swift
[622/631] Compiling NIOPosix LinuxCPUSet.swift
[623/631] Compiling NIOPosix LinuxUring.swift
[624/631] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[625/631] Compiling NIOPosix NIOPosixSendableMetatype.swift
[626/631] Compiling NIOPosix NIOThreadPool.swift
[627/631] Compiling NIOPosix NonBlockingFileIO.swift
[628/631] Compiling NIOPosix PendingDatagramWritesManager.swift
[629/631] Compiling NIOPosix PendingWritesManager.swift
[630/631] Compiling NIOPosix PipeChannel.swift
[631/631] Compiling NIOPosix PipePair.swift
[633/634] Emitting module NIO
[634/634] Compiling NIO Exports.swift
[636/662] Compiling NIOTLS TLSEvents.swift
[637/662] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[638/662] Emitting module NIOTLS
[639/662] Compiling NIOTLS SNIHandler.swift
[640/662] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[641/662] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[643/692] Compiling NIOSSL NIOSSLSecureBytes.swift
[644/692] Compiling NIOSSL RNG.swift
[645/694] Compiling NIOSSL IdentityVerification.swift
[646/694] Compiling NIOSSL SubjectAlternativeName.swift
[647/694] Compiling NIOSSL LinuxCABundle.swift
[648/694] Compiling NIOSSL NIOSSLClientHandler.swift
[649/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[650/694] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[651/694] Compiling NIOSSL ByteBufferBIO.swift
[652/694] Compiling NIOSSL CustomPrivateKey.swift
[653/694] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[654/694] Compiling NIOSSL NIOSSLHandler.swift
[655/694] Compiling NIOSSL NIOSSLServerHandler.swift
[656/694] Compiling NIOSSL ObjectIdentifier.swift
[657/694] Emitting module NIOHTTP1
[658/694] Compiling NIOSSL PosixPort.swift
[659/694] Compiling NIOSSL SSLCallbacks.swift
[660/694] Compiling NIOSSL AndroidCABundle.swift
[662/713] Emitting module NIOSSL
[663/727] Compiling NIOWebSocket SHA1.swift
[664/727] Compiling NIOExtras NIOExtrasError.swift
[665/727] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[666/727] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[667/729] Compiling NIOSSL SSLPrivateKey.swift
[668/729] Compiling NIOSSL SSLPublicKey.swift
[669/729] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[670/729] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[671/729] Compiling NIOExtras JSONRPCFraming.swift
[672/729] Compiling NIOExtras PCAPRingBuffer.swift
[673/729] Compiling NIOExtras QuiescingHelper.swift
[674/729] Compiling NIOExtras RequestResponseHandler.swift
[675/729] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[676/729] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[677/729] Emitting module NIOFoundationCompat
[679/730] Compiling NIOExtras RequestResponseWithIDHandler.swift
[681/730] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[682/730] Compiling NIOWebSocket WebSocketOpcode.swift
[683/731] Compiling NIOExtras NIOLengthFieldBitLength.swift
[684/731] Compiling NIOExtras NIORequestIdentifiable.swift
[687/731] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[688/731] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[689/731] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[690/731] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[691/753] Emitting module NIOExtras
[692/753] Emitting module NIOWebSocket
[693/753] Compiling NIOTransportServices AcceptHandler.swift
[694/753] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[695/753] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[696/753] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[697/753] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[698/753] Compiling NIOTransportServices NIOTSErrors.swift
[699/753] Compiling NIOTransportServices NIOTSEventLoop.swift
[703/753] Compiling NIOTransportServices NIOTSBootstraps.swift
[704/753] Compiling NIOTransportServices NIOTSChannelOptions.swift
[705/753] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[706/753] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[707/753] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[708/753] Compiling NIOTransportServices NIOTSSingletons.swift
[709/753] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[710/753] Compiling NIOTransportServices StateManagedChannel.swift
[711/753] Compiling NIOTransportServices StateManagedListenerChannel.swift
[712/753] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[713/753] Compiling NIOSSL SSLErrors.swift
[714/753] Compiling NIOSSL SSLInit.swift
[715/753] Compiling NIOSSL SSLPKCS12Bundle.swift
[725/755] Compiling NIOWebSocket WebSocketFrame.swift
[726/755] Compiling NIOWebSocket WebSocketErrorCodes.swift
[732/755] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[735/756] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[736/756] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[737/756] Compiling NIOTransportServices NIOTSListenerChannel.swift
[744/756] Emitting module NIOTransportServices
[746/756] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[747/756] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[751/757] Compiling NIOSSL Zeroization.swift
[752/757] Compiling NIOSSL TLSConfiguration.swift
[753/757] Compiling NIOSSL UniversalBootstrapSupport.swift
[754/757] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[760/767] Compiling WebSocketKit Exports.swift
[761/767] Compiling WebSocketKit WebSocket+Connect.swift
[762/767] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[763/767] Compiling WebSocketKit WebSocketHandler.swift
[764/767] Compiling WebSocketKit WebSocket.swift
[765/767] Emitting module WebSocketKit
[766/767] Compiling WebSocketKit WebSocket+Concurrency.swift
[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] Compiling Monarca Video.swift
[775/812] Compiling Monarca Formatter+Monarca.swift
[776/812] Compiling Monarca JSONDecoder+Monarca.swift
[777/812] Compiling Monarca BskyFirehoseSettingsMapper.swift
[778/812] Compiling Monarca FirehoseMapperError.swift
[779/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]()
[780/812] Compiling Monarca FireshoseHost.swift
[781/812] Compiling Monarca MessageSize.swift
[782/812] Compiling Monarca Playback.swift
[783/812] Compiling Monarca Account.swift
[784/812] Compiling Monarca BskyMessage.swift
[785/812] Compiling Monarca Commit.swift
[786/812] Compiling Monarca ContentFilteredCommitMessageHandler.swift
[787/812] Compiling Monarca HashtagFilteredCommitMessageHandler.swift
[788/812] Compiling Monarca IdentityMessageHandler.swift
[789/812] Compiling Monarca AllMessagesManager.swift
[790/812] Compiling Monarca BskyMessageManager.swift
[791/812] Compiling Monarca Identity.swift
[792/812] Compiling Monarca AspectRatio.swift
[793/812] Compiling Monarca Block.swift
[794/812] Compiling Monarca Follow.swift
[795/812] Compiling Monarca Image.swift
[796/812] Compiling Monarca Like.swift
[797/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]()
[798/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]()
[799/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]()
[800/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]()
[801/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]()
[802/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]()
[803/812] Compiling Monarca Record.swift
[804/812] Compiling Monarca Reference.swift
[805/812] Compiling Monarca Repost.swift
[806/812] Compiling Monarca StarterPack.swift
[807/812] Compiling Monarca ThreadGate.swift
[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! (346.80s)
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.